summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-06-07 14:01:47 +0200
committerBilal Elmoussaoui2016-06-07 14:01:47 +0200
commit733785683100496a9b1c094adaf98d61a11039a7 (patch)
tree2ccb691ee803c2fac8c9ae2ae35606d8554047f8 /PKGBUILD
parent2332df9fce2feb95dfd524a027589f97add9b098 (diff)
downloadaur-arc-icon-theme-git.tar.gz
add moka icon set as opt depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb9e7b5476b5..31eda2447f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url=https://github.com/horst3180/arc-icon-theme
license=('GPL3')
depends=('gtk-update-icon-cache')
makedepends=('git' 'automake')
+optdepends=('moka-icon-theme-git: Arc icon theme was built to be used
+on top of Moka icon theme')
source=("git://github.com/horst3180/${_gitname}.git")
md5sums=('SKIP')
conflicts=('arc-icon-theme')
@@ -28,4 +30,4 @@ build() {
package() {
cd "${srcdir}/${_gitname}"
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}