summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavya2020-05-04 11:19:55 +0530
committerKavya2020-05-04 11:19:55 +0530
commit96153bb150d5ed48b59f08740c1bfbb093c44d4a (patch)
tree0c70fa614666f063c09bcf90fee2936fc348c854
parentb5c9bbc60444d54a47b7be484dc69eb773ef022d (diff)
downloadaur-plasma5-applets-nx-notifications.tar.gz
Updated deps and makedeps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398e5058ea71..3d1953c20fae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,12 @@ pkgbase = plasma5-applets-nx-notifications
arch = any
license = GPL
makedepends = git
+ makedepends = cmake
makedepends = extra-cmake-modules
- makedepends = kdesdk-meta
- depends = plasma-workspace
- depends = qt5-base
+ makedepends = kdesignerplugin
+ makedepends = packagekit-qt5
+ depends = plasma-framework
+ depends = plasma-desktop
provides = plasma5-applets-nx-notifications
conflicts = plasma5-applets-nx-notifications
source = git+https://github.com/nx-desktop/nx-notifications-applet.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index bb08a4d1955f..f6a12fc909dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Notofocation applet for NX Desktop, by Nitrux SA."
arch=('any')
url="https://github.com/nx-desktop/nx-notifications-applet.git"
license=('GPL')
-depends=('plasma-workspace' 'qt5-base')
-makedepends=('git' 'extra-cmake-modules' 'kdesdk-meta')
+depends=('plasma-framework' 'plasma-desktop')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdesignerplugin' 'packagekit-qt5')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("git+https://github.com/nx-desktop/nx-notifications-applet.git#branch=master")