summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2016-08-07 23:02:34 +0300
committerJerome Leclanche2016-08-07 23:02:34 +0300
commit962ba39f366a9c1ecc2c4d9d73a7915e629c453b (patch)
tree2deeaf0a369ceae9fd02a9e4ed77d9bee9ba1784
parent5c435bdea33a1bd384fbbf03bdd06767d4ab398f (diff)
downloadaur-962ba39f366a9c1ecc2c4d9d73a7915e629c453b.tar.gz
Add solid to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0405b707412..5551e17d43f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = lxqt-powermanagement-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
+ makedepends = solid
depends = liblxqt-git
depends = libxcb
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index b4ba3136e76c..2a7b93e59029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
depends=("liblxqt-git" "libxcb" "qt5-svg" "upower")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("git" "cmake" "qt5-tools" "solid")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")