From 8bb226ac18333ca37da1e7ada5eb64dc75c56070 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 31 Mar 2024 16:20:31 +0200 Subject: [PATCH] Update TB to 125 --- dist/arch/gnome/PKGBUILD | 2 +- dist/arch/kde/PKGBUILD | 2 +- dist/arch/minimal/PKGBUILD | 2 +- dist/deb/gnome/debian.control | 2 +- dist/deb/kde/debian.control | 2 +- dist/deb/minimal/debian.control | 2 +- dist/rpm/gnome/systray-x-gnome.spec | 4 ++-- dist/rpm/kde/systray-x.spec | 4 ++-- dist/rpm/minimal/systray-x-minimal.spec | 4 ++-- webext/manifest.json | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dist/arch/gnome/PKGBUILD b/dist/arch/gnome/PKGBUILD index ae347cb..522fefe 100644 --- a/dist/arch/gnome/PKGBUILD +++ b/dist/arch/gnome/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'qt6-wayland' 'gnome-shell-extension-appindicator' 'thunderbird>=91' - 'thunderbird<125' + 'thunderbird<126' ) makedepends=( 'git' diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index 056caec..16aa9ce 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'qt6-wayland' 'kstatusnotifieritem' 'thunderbird>=91' - 'thunderbird<125' + 'thunderbird<126' ) makedepends=( 'git' diff --git a/dist/arch/minimal/PKGBUILD b/dist/arch/minimal/PKGBUILD index 26c57e3..d8c82a3 100644 --- a/dist/arch/minimal/PKGBUILD +++ b/dist/arch/minimal/PKGBUILD @@ -12,7 +12,7 @@ depends=( 'qt6-base' 'qt6-wayland' 'thunderbird>=91' - 'thunderbird<125' + 'thunderbird<126' ) makedepends=( 'git' diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index ba0bf7b..3b97ada 100644 --- a/dist/deb/gnome/debian.control +++ b/dist/deb/gnome/debian.control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x-gnome Architecture: any -Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:91), thunderbird (< 1:125) +Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:91), thunderbird (< 1:126) Description: SysTray-X is a system tray extension for Thunderbird (GNOME). This version is optimized for the GNOME desktop. The add-on uses the WebExtension API's to control an external system diff --git a/dist/deb/kde/debian.control b/dist/deb/kde/debian.control index 8cdbaa6..31a9a8c 100644 --- a/dist/deb/kde/debian.control +++ b/dist/deb/kde/debian.control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x Architecture: any -Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:125) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:126) Description: SysTray-X is a system tray extension for Thunderbird (KDE). This version is optimized for the KDE desktop. The add-on uses the WebExtension API's to control an external system diff --git a/dist/deb/minimal/debian.control b/dist/deb/minimal/debian.control index fdfc678..30cb79b 100644 --- a/dist/deb/minimal/debian.control +++ b/dist/deb/minimal/debian.control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d Package: systray-x-minimal Architecture: any -Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:125) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:126) Description: SysTray-X is a system tray extension for Thunderbird (non-GNOME,non-KDE). This version is for non-KDE and non-GNOME desktops. The add-on uses the WebExtension API's to control an external system diff --git a/dist/rpm/gnome/systray-x-gnome.spec b/dist/rpm/gnome/systray-x-gnome.spec index 5d856fe..ed475b1 100644 --- a/dist/rpm/gnome/systray-x-gnome.spec +++ b/dist/rpm/gnome/systray-x-gnome.spec @@ -43,10 +43,10 @@ BuildRequires: libqt5-qtx11extras-devel BuildRequires: pkgconfig(x11) %if 0%{?fedora_version} Requires: thunderbird >= 91 -Requires: thunderbird < 125 +Requires: thunderbird < 126 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 125 +Requires: MozillaThunderbird < 126 %endif %if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39 %if 0%{?fedora_version} diff --git a/dist/rpm/kde/systray-x.spec b/dist/rpm/kde/systray-x.spec index 8654bc1..c3510b9 100644 --- a/dist/rpm/kde/systray-x.spec +++ b/dist/rpm/kde/systray-x.spec @@ -53,10 +53,10 @@ Requires: libKF5Notifications5 BuildRequires: pkgconfig(x11) %if 0%{?fedora_version} Requires: thunderbird >= 91 -Requires: thunderbird < 125 +Requires: thunderbird < 126 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 125 +Requires: MozillaThunderbird < 126 %endif %if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39 %if 0%{?fedora_version} diff --git a/dist/rpm/minimal/systray-x-minimal.spec b/dist/rpm/minimal/systray-x-minimal.spec index 90b511b..2277226 100644 --- a/dist/rpm/minimal/systray-x-minimal.spec +++ b/dist/rpm/minimal/systray-x-minimal.spec @@ -43,10 +43,10 @@ BuildRequires: libqt5-qtx11extras-devel BuildRequires: pkgconfig(x11) %if 0%{?fedora_version} || 0%{?centos_version} Requires: thunderbird >= 91 -Requires: thunderbird < 125 +Requires: thunderbird < 126 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 125 +Requires: MozillaThunderbird < 126 %endif %if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39 %if 0%{?fedora_version} diff --git a/webext/manifest.json b/webext/manifest.json index 088c604..e1e0e3d 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -10,7 +10,7 @@ "gecko": { "id": "systray-x@Ximi1970", "strict_min_version": "91.0", - "strict_max_version": "124.*" + "strict_max_version": "125.*" } },