summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzan2021-02-18 22:32:39 -0500
committerzan2021-02-18 22:32:39 -0500
commitb03da83bb4fc66c70dabd0c30482c239fc3ba02d (patch)
treee9532f2898c4201c3437516471983a82e801ba31
parent4244ff9f4493ba1ebf986ff45ed1b866e33ff76b (diff)
downloadaur-b03da83bb4fc66c70dabd0c30482c239fc3ba02d.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5268e66ad0..c712cbf8f0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = plasma-framework-git
makedepends = git
makedepends = qt5-tools
makedepends = kdoctools-git
+ makedepends = kwayland-git
+ makedepends = kdeclarative-git
depends = kactivities-git
depends = kparts-git
depends = kpackage-git
diff --git a/PKGBUILD b/PKGBUILD
index 1cde2e748b71..fbf9a7670bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(x86_64)
url='https://projects.kde.org/projects/playground/libs/plasma-framework'
license=(LGPL)
depends=(kactivities-git kparts-git kpackage-git kirigami-git)
-makedepends=(extra-cmake-modules-git git qt5-tools kdoctools-git)
+makedepends=(extra-cmake-modules-git git qt5-tools kdoctools-git kwayland-git kdeclarative-git)
conflicts=(plasma-framework)
provides=(plasma-framework)
groups=(kf5)