diff options
author | Alan Lacerda <alancordeiro@gmail.com> | 2015-03-18 14:35:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-18 20:50:59 +0000 |
commit | bc0f95ca505f228a375721b96a602f3f2e65206a (patch) | |
tree | ce95d773a92da6f00c051012c41433feeb7ac35f | |
parent | de95f7f24804f06a0378ed8aee9163064b3b173b (diff) | |
download | aports-bc0f95ca505f228a375721b96a602f3f2e65206a.tar.bz2 aports-bc0f95ca505f228a375721b96a602f3f2e65206a.tar.xz |
testing/mate-themes: adding enable-all-themes option
-rw-r--r-- | testing/mate-themes/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mate-themes/APKBUILD b/testing/mate-themes/APKBUILD index a8fbe3435e..5527f6e7fd 100644 --- a/testing/mate-themes/APKBUILD +++ b/testing/mate-themes/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=mate-themes pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="MATE themes" url="https://github.com/mate-desktop/mate-themes" arch="noarch" @@ -31,6 +31,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --enable-all-themes \ || return 1 make || return 1 } |