mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-01 19:05:48 +01:00
Update TB version
This commit is contained in:
2
dist/arch/gnome/PKGBUILD
vendored
2
dist/arch/gnome/PKGBUILD
vendored
@@ -13,7 +13,7 @@ depends=(
|
|||||||
'qt6-wayland'
|
'qt6-wayland'
|
||||||
'gnome-shell-extension-appindicator'
|
'gnome-shell-extension-appindicator'
|
||||||
'thunderbird>=91'
|
'thunderbird>=91'
|
||||||
'thunderbird<136'
|
'thunderbird<137'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
|
|||||||
2
dist/arch/kde/PKGBUILD
vendored
2
dist/arch/kde/PKGBUILD
vendored
@@ -13,7 +13,7 @@ depends=(
|
|||||||
'qt6-wayland'
|
'qt6-wayland'
|
||||||
'kstatusnotifieritem'
|
'kstatusnotifieritem'
|
||||||
'thunderbird>=91'
|
'thunderbird>=91'
|
||||||
'thunderbird<136'
|
'thunderbird<137'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
|
|||||||
2
dist/arch/minimal/PKGBUILD
vendored
2
dist/arch/minimal/PKGBUILD
vendored
@@ -12,7 +12,7 @@ depends=(
|
|||||||
'qt6-base'
|
'qt6-base'
|
||||||
'qt6-wayland'
|
'qt6-wayland'
|
||||||
'thunderbird>=91'
|
'thunderbird>=91'
|
||||||
'thunderbird<136'
|
'thunderbird<137'
|
||||||
)
|
)
|
||||||
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: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).
|
Description: SysTray-X is a system tray extension for Thunderbird (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:91), thunderbird (< 1:136)
|
Depends: ${shlibs:Depends}, thunderbird (>= 1:91), thunderbird (< 1:137)
|
||||||
Description: SysTray-X is a system tray extension for Thunderbird (KDE).
|
Description: SysTray-X is a system tray extension for Thunderbird (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: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).
|
Description: SysTray-X is a system tray extension for Thunderbird (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
@@ -43,10 +43,10 @@ BuildRequires: libqt5-qtx11extras-devel
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
Requires: thunderbird >= 91
|
Requires: thunderbird >= 91
|
||||||
Requires: thunderbird < 136
|
Requires: thunderbird < 137
|
||||||
%else
|
%else
|
||||||
Requires: MozillaThunderbird >= 91
|
Requires: MozillaThunderbird >= 91
|
||||||
Requires: MozillaThunderbird < 136
|
Requires: MozillaThunderbird < 137
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
|
|||||||
4
dist/rpm/kde/systray-x.spec
vendored
4
dist/rpm/kde/systray-x.spec
vendored
@@ -54,10 +54,10 @@ Requires: libKF5Notifications5
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
Requires: thunderbird >= 91
|
Requires: thunderbird >= 91
|
||||||
Requires: thunderbird < 136
|
Requires: thunderbird < 137
|
||||||
%else
|
%else
|
||||||
Requires: MozillaThunderbird >= 91
|
Requires: MozillaThunderbird >= 91
|
||||||
Requires: MozillaThunderbird < 136
|
Requires: MozillaThunderbird < 137
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
|
|||||||
4
dist/rpm/minimal/systray-x-minimal.spec
vendored
4
dist/rpm/minimal/systray-x-minimal.spec
vendored
@@ -43,10 +43,10 @@ BuildRequires: libqt5-qtx11extras-devel
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||||
Requires: thunderbird >= 91
|
Requires: thunderbird >= 91
|
||||||
Requires: thunderbird < 136
|
Requires: thunderbird < 137
|
||||||
%else
|
%else
|
||||||
Requires: MozillaThunderbird >= 91
|
Requires: MozillaThunderbird >= 91
|
||||||
Requires: MozillaThunderbird < 136
|
Requires: MozillaThunderbird < 137
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
%if 0%{?suse_version} > 1600 || 0%{?fedora_version} > 39
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "systray-x@Ximi1970",
|
"id": "systray-x@Ximi1970",
|
||||||
"strict_min_version": "91.0",
|
"strict_min_version": "91.0",
|
||||||
"strict_max_version": "135.*"
|
"strict_max_version": "136.*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user