From 8165d0a2f7b45e56f422138827593fcd3264ea69 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Fri, 27 Dec 2024 12:54:23 +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 0c89775..93a8c36 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<133' + 'thunderbird<135' ) makedepends=( 'git' diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index 964984d..2829fc5 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'qt6-wayland' 'kstatusnotifieritem' 'thunderbird>=91' - 'thunderbird<133' + 'thunderbird<135' ) makedepends=( 'git' diff --git a/dist/arch/minimal/PKGBUILD b/dist/arch/minimal/PKGBUILD index c030897..80445e6 100644 --- a/dist/arch/minimal/PKGBUILD +++ b/dist/arch/minimal/PKGBUILD @@ -12,7 +12,7 @@ depends=( 'qt6-base' 'qt6-wayland' 'thunderbird>=91' - 'thunderbird<133' + 'thunderbird<135' ) makedepends=( 'git' diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index ee4d708..f8446ca 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:133) +Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:91), thunderbird (< 1:135) 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 5ea6881..0f0730e 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:133) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:135) 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 9d325be..cd23d0f 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:133) +Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:135) 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 629c461..af84d79 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 < 133 +Requires: thunderbird < 135 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 133 +Requires: MozillaThunderbird < 135 %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 1374564..78e8ee0 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 < 133 +Requires: thunderbird < 135 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 133 +Requires: MozillaThunderbird < 135 %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 bcf641c..2ff5994 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 < 133 +Requires: thunderbird < 135 %else Requires: MozillaThunderbird >= 91 -Requires: MozillaThunderbird < 133 +Requires: MozillaThunderbird < 135 %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 913ae80..e932e80 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": "132.*" + "strict_max_version": "134.*" } },