summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas Timmer2020-06-10 16:12:49 +0200
committerBas Timmer2020-06-10 16:12:49 +0200
commit17b801c2a1705a53791e8f6362614ada330894e9 (patch)
treedd9c795557b408733b27c08b06e688f84c2f2508
parent1c2e67ca5069227ef21d8fba6b8a9febdf097e19 (diff)
downloadaur-17b801c2a1705a53791e8f6362614ada330894e9.tar.gz
Kdeclarative seems to be required
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cff86459fcf..52cb45b91b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libksysguard-light
- pkgdesc = Libraries for ksysguard without the big dependency on qt5-webengine
+ pkgdesc = Libraries for ksysguard to retrieve information on the current status of computer hardware without the big dependency on qt5-webengine
pkgver = 5.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org/workspaces/plasmadesktop/
arch = x86_64
groups = plasma
@@ -11,6 +11,7 @@ pkgbase = libksysguard-light
makedepends = plasma-framework
depends = libxres
depends = knewstuff
+ depends = kdeclarative
provides = libksysguard
conflicts = libksysguard
replaces = libksysguard
diff --git a/PKGBUILD b/PKGBUILD
index 0f77725a7277..f5a85882da62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=libksysguard
pkgname=libksysguard-light
pkgver=5.19.0
-pkgrel=1
-pkgdesc='Libraries for ksysguard without the big dependency on qt5-webengine'
+pkgrel=2
+pkgdesc='Libraries for ksysguard to retrieve information on the current status of computer hardware without the big dependency on qt5-webengine'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
-depends=(libxres knewstuff)
+depends=(libxres knewstuff kdeclarative)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
groups=(plasma)
conflicts=(libksysguard)