Update TB version to 101

This commit is contained in:
Ximi1970
2022-05-12 20:49:37 +02:00
parent e8593c0bfe
commit 0b9e26b5b0
10 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ depends=(
'qt5-base' 'qt5-base'
'gnome-shell-extension-appindicator' 'gnome-shell-extension-appindicator'
'thunderbird>=68' 'thunderbird>=68'
'thunderbird<98' 'thunderbird<102'
) )
makedepends=( makedepends=(
'git' 'git'

View File

@@ -12,7 +12,7 @@ depends=(
'qt5-base' 'qt5-base'
'knotifications' 'knotifications'
'thunderbird>=68' 'thunderbird>=68'
'thunderbird<98' 'thunderbird<102'
) )
makedepends=( makedepends=(
'git' 'git'

View File

@@ -11,7 +11,7 @@ license=(MPL-2.0)
depends=( depends=(
'qt5-base' 'qt5-base'
'thunderbird>=68' 'thunderbird>=68'
'thunderbird<98' 'thunderbird<102'
) )
makedepends=( makedepends=(
'git' 'git'

View File

@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d
Package: systray-x-gnome Package: systray-x-gnome
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:68), thunderbird (< 1:98) Depends: ${shlibs:Depends}, gnome-shell-extension-appindicator, thunderbird (>= 1:68), thunderbird (< 1:102)
Description: SysTray-X is a system tray extension for Thunderbird 68+ (GNOME). Description: SysTray-X is a system tray extension for Thunderbird 68+ (GNOME).
This version is optimized for the GNOME desktop. This version is optimized for the GNOME desktop.
The add-on uses the WebExtension API's to control an external system The add-on uses the WebExtension API's to control an external system

View File

@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d
Package: systray-x Package: systray-x
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (< 1:98) Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (< 1:102)
Description: SysTray-X is a system tray extension for Thunderbird 68+ (KDE). Description: SysTray-X is a system tray extension for Thunderbird 68+ (KDE).
This version is optimized for the KDE desktop. This version is optimized for the KDE desktop.
The add-on uses the WebExtension API's to control an external system The add-on uses the WebExtension API's to control an external system

View File

@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.1.16), zip, g++, libx11-dev, qt5-qmake, qtbase5-d
Package: systray-x-minimal Package: systray-x-minimal
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (< 1:98) Depends: ${shlibs:Depends}, thunderbird (>= 1:68), thunderbird (< 1:102)
Description: SysTray-X is a system tray extension for Thunderbird 68+ (non-GNOME,non-KDE). Description: SysTray-X is a system tray extension for Thunderbird 68+ (non-GNOME,non-KDE).
This version is for non-KDE and non-GNOME desktops. This version is for non-KDE and non-GNOME desktops.
The add-on uses the WebExtension API's to control an external system The add-on uses the WebExtension API's to control an external system

View File

@@ -33,10 +33,10 @@ BuildRequires: pkgconfig(x11)
Requires: gnome-shell-extension-appindicator Requires: gnome-shell-extension-appindicator
%if 0%{?fedora_version} || 0%{?centos_version} %if 0%{?fedora_version} || 0%{?centos_version}
Requires: thunderbird >= 68 Requires: thunderbird >= 68
Requires: thunderbird < 98 Requires: thunderbird < 102
%else %else
Requires: MozillaThunderbird >= 68 Requires: MozillaThunderbird >= 68
Requires: MozillaThunderbird < 98 Requires: MozillaThunderbird < 102
%endif %endif
%description %description

View File

@@ -34,12 +34,12 @@ BuildRequires: pkgconfig(x11)
BuildRequires: kf5-knotifications-devel BuildRequires: kf5-knotifications-devel
Requires: kf5-knotifications Requires: kf5-knotifications
Requires: thunderbird >= 68 Requires: thunderbird >= 68
Requires: thunderbird < 98 Requires: thunderbird < 102
%else %else
BuildRequires: knotifications-devel BuildRequires: knotifications-devel
Requires: libKF5Notifications5 Requires: libKF5Notifications5
Requires: MozillaThunderbird >= 68 Requires: MozillaThunderbird >= 68
Requires: MozillaThunderbird < 98 Requires: MozillaThunderbird < 102
%endif %endif
%description %description

View File

@@ -32,10 +32,10 @@ BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%if 0%{?fedora_version} || 0%{?centos_version} %if 0%{?fedora_version} || 0%{?centos_version}
Requires: thunderbird >= 68 Requires: thunderbird >= 68
Requires: thunderbird < 98 Requires: thunderbird < 102
%else %else
Requires: MozillaThunderbird >= 68 Requires: MozillaThunderbird >= 68
Requires: MozillaThunderbird < 98 Requires: MozillaThunderbird < 102
%endif %endif
%description %description

View File

@@ -10,7 +10,7 @@
"gecko": { "gecko": {
"id": "systray-x@Ximi1970", "id": "systray-x@Ximi1970",
"strict_min_version": "68.0", "strict_min_version": "68.0",
"strict_max_version": "97.*" "strict_max_version": "101.*"
} }
}, },