mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 04:57:47 +02:00
Update package dependencies
This commit is contained in:
2
dist/arch/gnome/PKGBUILD
vendored
2
dist/arch/gnome/PKGBUILD
vendored
@@ -20,7 +20,7 @@ makedepends=(
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-x11extras-dev'
|
||||
)
|
||||
provides=(
|
||||
'systray-x'
|
||||
|
||||
2
dist/arch/kde/PKGBUILD
vendored
2
dist/arch/kde/PKGBUILD
vendored
@@ -20,7 +20,7 @@ makedepends=(
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-x11extras-dev'
|
||||
'knotifications5'
|
||||
)
|
||||
provides=(
|
||||
|
||||
2
dist/arch/minimal/PKGBUILD
vendored
2
dist/arch/minimal/PKGBUILD
vendored
@@ -19,7 +19,7 @@ makedepends=(
|
||||
'zip'
|
||||
'libx11'
|
||||
'qt5-base'
|
||||
'qt5-x11extras'
|
||||
'qt5-x11extras-dev'
|
||||
)
|
||||
provides=(
|
||||
'systray-x'
|
||||
|
||||
2
dist/rpm/gnome/systray-x-gnome.spec
vendored
2
dist/rpm/gnome/systray-x-gnome.spec
vendored
@@ -29,7 +29,7 @@ BuildRequires: zip
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras5)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: gnome-shell-extension-appindicator
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
|
||||
2
dist/rpm/kde/systray-x.spec
vendored
2
dist/rpm/kde/systray-x.spec
vendored
@@ -29,7 +29,7 @@ BuildRequires: zip
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras5)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
BuildRequires: kf5-knotifications-devel
|
||||
|
||||
2
dist/rpm/minimal/systray-x-minimal.spec
vendored
2
dist/rpm/minimal/systray-x-minimal.spec
vendored
@@ -29,7 +29,7 @@ BuildRequires: zip
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras5)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
%if 0%{?fedora_version} || 0%{?centos_version}
|
||||
Requires: thunderbird >= 91
|
||||
|
||||
Reference in New Issue
Block a user