From cd49f4c1d5a5e06faab4b61ee46e67a972001eb0 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Fri, 7 Feb 2025 21:14:43 +0100 Subject: [PATCH] Update 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 afe4119..e1fd734 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<136' + 'thunderbird<137' ) makedepends=( 'git' diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index feeb141..bd0cd43 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'qt6-wayland' 'kstatusnotifieritem' 'thunderbird>=91' - 'thunderbird<136' + 'thunderbird<137' ) makedepends=( 'git' diff --git a/dist/arch/minimal/PKGBUILD b/dist/arch/minimal/PKGBUILD index 5323faa..6e4867e 100644 --- a/dist/arch/minimal/PKGBUILD +++ b/dist/arch/minimal/PKGBUILD @@ -12,7 +12,7 @@ depends=( 'qt6-base' 'qt6-wayland' 'thunderbird>=91' - 'thunderbird<136' + 'thunderbird<137' ) makedepends=( 'git' diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index 3af0ccd..1f6b766 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:136) +Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:91), thunderbird (< 1:137) 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 6c5842f..ddbd37c 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:136) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:137) 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 a6168c8..d4723f9 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:136) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:137) 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 41c212b..4d9fe40 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 < 136 +Requires: thunderbird < 137 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 136 +Requires: MozillaThunderbird < 137 %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 5e3fc17..df649ba 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 < 136 +Requires: thunderbird < 137 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 136 +Requires: MozillaThunderbird < 137 %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 0f81fab..1b3db45 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 < 136 +Requires: thunderbird < 137 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 136 +Requires: MozillaThunderbird < 137 %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 083c8a7..5b51fcb 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": "135.*" + "strict_max_version": "136.*" } },