summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Wolff2016-12-09 13:54:29 +0100
committerJulian Wolff2016-12-09 13:54:29 +0100
commit771bf4f4f15c53195c23c4cb37c5d3891d78581e (patch)
tree3e7dae442229559f55c29d31157a8e1dda374777 /PKGBUILD
parent793ad278225a6e1e1308beabbd83c48999d3c576 (diff)
downloadaur-771bf4f4f15c53195c23c4cb37c5d3891d78581e.tar.gz
make KDE dependencies optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce5ce21dd40b..02f5b4ea32c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,13 @@ arch=('i686' 'x86_64')
url="https://github.com/progwolff/performer"
provides=('performer-git')
license=("GPL")
-depends=('carla' 'kdebase-runtime')
+depends=('carla' 'qt5-base' 'qt5-declarative')
makedepends=('git' 'extra-cmake-modules' 'qt5-tools' 'python')
optdepends=(
+ 'kdebase-runtime: KDE integration'
'kparts: display notes or chords with okular-git'
- 'okular-git: display notes or chords')
+ 'okular-git: display notes or chords'
+ 'qt5-webengine: display notes or chords')
source=('performer::git+https://github.com/progwolff/performer.git')
md5sums=('SKIP')