From 8b43a7d471e6485358e7fda0bb1fbffe115547e5 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 2 Jul 2024 12:23:18 +0200 Subject: [PATCH] iUpdate TB version --- 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 6bd3286..eb41024 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<127' + 'thunderbird<129' ) makedepends=( 'git' diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index 8ebe6f7..f805a6f 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'qt6-wayland' 'kstatusnotifieritem' 'thunderbird>=91' - 'thunderbird<127' + 'thunderbird<129' ) makedepends=( 'git' diff --git a/dist/arch/minimal/PKGBUILD b/dist/arch/minimal/PKGBUILD index eaaa781..1f8d56f 100644 --- a/dist/arch/minimal/PKGBUILD +++ b/dist/arch/minimal/PKGBUILD @@ -12,7 +12,7 @@ depends=( 'qt6-base' 'qt6-wayland' 'thunderbird>=91' - 'thunderbird<127' + 'thunderbird<129' ) makedepends=( 'git' diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index d337e80..76d4211 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:127) +Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:91), thunderbird (< 1:129) 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 671b4b7..e0aa427 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:127) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:129) 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 4669bfa..986180e 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:127) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:129) 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 e8666bf..b50457c 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 < 127 +Requires: thunderbird < 129 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 127 +Requires: MozillaThunderbird < 129 %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 660e57e..cdab400 100644 --- a/dist/rpm/kde/systray-x.spec +++ b/dist/rpm/kde/systray-x.spec @@ -54,10 +54,10 @@ Requires: libKF5Notifications5 BuildRequires: pkgconfig(x11) %if 0%{?fedora_version} Requires: thunderbird >= 91 -Requires: thunderbird < 127 +Requires: thunderbird < 129 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 127 +Requires: MozillaThunderbird < 129 %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 9c80fc3..6a741cf 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 < 127 +Requires: thunderbird < 129 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 127 +Requires: MozillaThunderbird < 129 %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 8a323e7..35fa08a 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": "126.*" + "strict_max_version": "128.*" } },