diff --git a/dist/deb/gnome/debian.control b/dist/deb/gnome/debian.control index 70c5b72..f1d2a49 100644 --- a/dist/deb/gnome/debian.control +++ b/dist/deb/gnome/debian.control @@ -2,7 +2,7 @@ Source: systray-x-gnome Section: misc Priority: optional Maintainer: Maxime Rijnders -Build-Depends: debhelper (>= 4.1.16), zip, qt5-default, qtbase5-dev, qdbus-qt5, libkf5notifications-dev, thunderbird +Build-Depends: debhelper (>= 4.1.16), zip, qt5-default, qtbase5-dev, qdbus-qt5, thunderbird Package: systray-x-gnome Architecture: any diff --git a/dist/deb/gnome/systray-x-gnome.dsc b/dist/deb/gnome/systray-x-gnome.dsc index cd66959..18a8c36 100644 --- a/dist/deb/gnome/systray-x-gnome.dsc +++ b/dist/deb/gnome/systray-x-gnome.dsc @@ -4,4 +4,4 @@ Version: 0 Binary: systray-x-gnome Maintainer: Maxime Rijnders Architecture: any -Build-Depends: debhelper (>= 4.1.16), zip, qt5-default, qtbase5-dev, qdbus-qt5, libkf5notifications-dev, thunderbird +Build-Depends: debhelper (>= 4.1.16), zip, qt5-default, qtbase5-dev, qdbus-qt5, thunderbird diff --git a/dist/rpm/gnome/systray-x-gnome.spec b/dist/rpm/gnome/systray-x-gnome.spec index 995902e..faac80d 100644 --- a/dist/rpm/gnome/systray-x-gnome.spec +++ b/dist/rpm/gnome/systray-x-gnome.spec @@ -32,11 +32,8 @@ BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(x11) Requires: gnome-shell-extension-appindicator %if 0%{?fedora_version} -BuildRequires: kf5-knotifications-devel -Requires: qt5-qtwayland Requires: thunderbird >= 68 %else -BuildRequires: knotifications-devel Requires: MozillaThunderbird >= 68 %endif diff --git a/dist/rpm/kde/systray-x.spec b/dist/rpm/kde/systray-x.spec index f16393c..d31c2d9 100644 --- a/dist/rpm/kde/systray-x.spec +++ b/dist/rpm/kde/systray-x.spec @@ -32,10 +32,11 @@ BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(x11) %if 0%{?fedora_version} BuildRequires: kf5-knotifications-devel -Requires: qt5-qtwayland +Requires: kf5-knotifications Requires: thunderbird >= 68 %else BuildRequires: knotifications-devel +Requires: libKF5Notifications5 Requires: MozillaThunderbird >= 68 %endif