mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-02 03:15:50 +01:00
Update TB version to 101
This commit is contained in:
2
dist/arch/gnome/PKGBUILD
vendored
2
dist/arch/gnome/PKGBUILD
vendored
@@ -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'
|
||||||
|
|||||||
2
dist/arch/kde/PKGBUILD
vendored
2
dist/arch/kde/PKGBUILD
vendored
@@ -12,7 +12,7 @@ depends=(
|
|||||||
'qt5-base'
|
'qt5-base'
|
||||||
'knotifications'
|
'knotifications'
|
||||||
'thunderbird>=68'
|
'thunderbird>=68'
|
||||||
'thunderbird<98'
|
'thunderbird<102'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
|
|||||||
2
dist/arch/minimal/PKGBUILD
vendored
2
dist/arch/minimal/PKGBUILD
vendored
@@ -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'
|
||||||
|
|||||||
2
dist/deb/gnome/debian.control
vendored
2
dist/deb/gnome/debian.control
vendored
@@ -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
|
||||||
|
|||||||
2
dist/deb/kde/debian.control
vendored
2
dist/deb/kde/debian.control
vendored
@@ -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
|
||||||
|
|||||||
2
dist/deb/minimal/debian.control
vendored
2
dist/deb/minimal/debian.control
vendored
@@ -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
|
||||||
|
|||||||
4
dist/rpm/gnome/systray-x-gnome.spec
vendored
4
dist/rpm/gnome/systray-x-gnome.spec
vendored
@@ -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
|
||||||
|
|||||||
4
dist/rpm/kde/systray-x.spec
vendored
4
dist/rpm/kde/systray-x.spec
vendored
@@ -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
|
||||||
|
|||||||
4
dist/rpm/minimal/systray-x-minimal.spec
vendored
4
dist/rpm/minimal/systray-x-minimal.spec
vendored
@@ -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
|
||||||
|
|||||||
@@ -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.*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user