summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-08-12 10:53:09 +0200
committerJan Neumann2017-08-12 10:53:09 +0200
commitb12bb867171c8890c264721eb591eaa57053198e (patch)
tree8e1639f1f1cc513a93c09bc2ed8f7a0d622dbc0f
parente65e782970c4fa1a260045893e27a3a7f3391b1c (diff)
downloadaur-b12bb867171c8890c264721eb591eaa57053198e.tar.gz
added dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5addc3be3e6e..df7f65988185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = latte-dock-git
makedepends = python
depends = plasma-framework
depends = plasma-desktop
+ optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
conflicts = latte-dock
source = git+https://github.com/psifidotos/Latte-Dock.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e1649cfdfd4..924a7b177cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url='https://github.com/psifidotos/Latte-Dock'
license=('GPL')
depends=('plasma-framework' 'plasma-desktop')
+optdepends=('libunity: quicklists, counters, and progress bars for apps using libunity')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'python')
conflicts=('latte-dock')
source=("git+https://github.com/psifidotos/Latte-Dock.git")