summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2019-07-14 09:21:00 +0200
committerJan Neumann2019-07-14 09:21:00 +0200
commitcfaa0644e3dcf55fade5930d2eb1f6a652847271 (patch)
tree2d1e6e9fa711b910105fe6eaa4eb634fc4f85e07
parent075db198f8d1357dc209efbd545208c1841a1a5a (diff)
downloadaur-cfaa0644e3dcf55fade5930d2eb1f6a652847271.tar.gz
dependency check
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c74d5acf5a..ee8ffd70add1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,8 @@ pkgbase = ksmoothdock
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = python
- depends = plasma-workspace
+ depends = kactivities
+ depends = kxmlgui
source = ksmoothdock-5.14::https://github.com/dangvd/ksmoothdock/archive/v5.14.tar.gz
sha256sums = 7390770bb288f4844cc0532c8f569324fe46d8691ae3b315bd32f45c8cfced48
diff --git a/PKGBUILD b/PKGBUILD
index 02ab11010634..ef7540f1bfc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A cool desktop panel for KDE Plasma 5'
arch=('i686' 'x86_64')
url='https://github.com/dangvd/ksmoothdock'
license=('GPL3')
-depends=('plasma-workspace')
+depends=('kactivities' 'kxmlgui')
makedepends=('cmake' 'extra-cmake-modules' 'python')
source=("${pkgname}-${pkgver}::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('7390770bb288f4844cc0532c8f569324fe46d8691ae3b315bd32f45c8cfced48')