mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 00:17:05 +02:00
Update rpm and arch packages for Qt6
This commit is contained in:
8
dist/arch/gnome/PKGBUILD
vendored
8
dist/arch/gnome/PKGBUILD
vendored
@@ -9,9 +9,8 @@ arch=(x86_64)
|
||||
url=https://github.com/Ximi1970/systray-x
|
||||
license=(MPL-2.0)
|
||||
depends=(
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-wayland'
|
||||
'qt6-base'
|
||||
'qt6-wayland'
|
||||
'gnome-shell-extension-appindicator'
|
||||
'thunderbird>=91'
|
||||
'thunderbird<121'
|
||||
@@ -21,8 +20,7 @@ makedepends=(
|
||||
'unzip'
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt6-base'
|
||||
)
|
||||
provides=(
|
||||
'systray-x'
|
||||
|
||||
12
dist/arch/kde/PKGBUILD
vendored
12
dist/arch/kde/PKGBUILD
vendored
@@ -9,10 +9,9 @@ arch=(x86_64)
|
||||
url=https://github.com/Ximi1970/systray-x
|
||||
license=(MPL-2.0)
|
||||
depends=(
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-wayland'
|
||||
'knotifications5'
|
||||
'qt6-base'
|
||||
'qt6-wayland'
|
||||
'kf6-knotifications'
|
||||
'thunderbird>=91'
|
||||
'thunderbird<121'
|
||||
)
|
||||
@@ -21,9 +20,8 @@ makedepends=(
|
||||
'unzip'
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'knotifications5'
|
||||
'qt6-base'
|
||||
'kf6-knotifications'
|
||||
)
|
||||
provides=(
|
||||
'systray-x'
|
||||
|
||||
8
dist/arch/minimal/PKGBUILD
vendored
8
dist/arch/minimal/PKGBUILD
vendored
@@ -9,9 +9,8 @@ arch=(x86_64)
|
||||
url=https://github.com/Ximi1970/systray-x
|
||||
license=(MPL-2.0)
|
||||
depends=(
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-wayland'
|
||||
'qt6-base'
|
||||
'qt6-wayland'
|
||||
'thunderbird>=91'
|
||||
'thunderbird<121'
|
||||
)
|
||||
@@ -20,8 +19,7 @@ makedepends=(
|
||||
'unzip'
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt6-base'
|
||||
)
|
||||
provides=(
|
||||
'systray-x'
|
||||
|
||||
12
dist/rpm/gnome/systray-x-gnome.spec
vendored
12
dist/rpm/gnome/systray-x-gnome.spec
vendored
@@ -26,17 +26,25 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: VERSION
|
||||
BuildRequires: unzip
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: pkgconfig(Qt6Core)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
%else
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
%else
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
Requires: thunderbird >= 91
|
||||
Requires: thunderbird < 121
|
||||
%else
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
Requires: MozillaThunderbird >= 91
|
||||
Requires: MozillaThunderbird < 121
|
||||
%endif
|
||||
|
||||
16
dist/rpm/kde/systray-x.spec
vendored
16
dist/rpm/kde/systray-x.spec
vendored
@@ -26,21 +26,31 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: VERSION
|
||||
BuildRequires: unzip
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: pkgconfig(Qt6Core)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: kf6-knotifications-devel
|
||||
Requires: libKF6Notifications6
|
||||
%else
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
BuildRequires: kf5-knotifications-devel
|
||||
Requires: kf5-knotifications
|
||||
Requires: thunderbird >= 91
|
||||
Requires: thunderbird < 121
|
||||
%else
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
BuildRequires: knotifications-devel
|
||||
Requires: libKF5Notifications5
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
Requires: thunderbird >= 91
|
||||
Requires: thunderbird < 121
|
||||
%else
|
||||
Requires: MozillaThunderbird >= 91
|
||||
Requires: MozillaThunderbird < 121
|
||||
%endif
|
||||
|
||||
12
dist/rpm/minimal/systray-x-minimal.spec
vendored
12
dist/rpm/minimal/systray-x-minimal.spec
vendored
@@ -26,17 +26,25 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: VERSION
|
||||
BuildRequires: unzip
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: pkgconfig(Qt6Core)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
%else
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
%else
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
Requires: thunderbird >= 91
|
||||
Requires: thunderbird < 121
|
||||
%else
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
Requires: MozillaThunderbird >= 91
|
||||
Requires: MozillaThunderbird < 121
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user