summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2020-09-28 16:02:41 +0300
committerIlya Zlobintsev2020-09-28 16:02:41 +0300
commit3be80b324bd3c8d1bdb6c217e3de3eee7d4fdf11 (patch)
treefa1902f6a7f8ccd4c0d1ee1c2a8598644ed78983
parent650ea92342e4ba6d6c73e6fed7e3c9f2f079d633 (diff)
downloadaur-3be80b324bd3c8d1bdb6c217e3de3eee7d4fdf11.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf229692a1c..b811d36a7c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,11 @@ pkgbase = lightly-qt
makedepends = kdecoration
makedepends = qt5-declarative
makedepends = qt5-x11extras
+ makedepends = kcoreaddons
+ makedepends = kguiaddons
+ makedepends = kconfigwidgets
+ makedepends = kwindowsystem
+ makedepends = kiconthemes
conflicts = lightly-git
source = lightly-qt-0.3::https://github.com/Luwx/Lightly/archive/v0.3-alpha.tar.gz
sha256sums = 9568a15f1983d82afa9480cdc8f1a64374348f2e154b48ee312a63249d5fb966
diff --git a/PKGBUILD b/PKGBUILD
index ccd1900b9335..35d456404025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/Luwx/Lightly"
arch=('any')
license=('GPL')
conflicts=('lightly-git')
-makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras)
+makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras kcoreaddons kguiaddons kconfigwidgets kwindowsystem kiconthemes)
source=(
"${pkgname}-${pkgver}::https://github.com/Luwx/Lightly/archive/v${pkgver}-alpha.tar.gz"
)