~alpine/aports

testing/mate-themes: adding enable-all-themes option v1 PROPOSED

Alan Lacerda: 1
 testing/mate-themes: adding enable-all-themes option

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2630/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/mate-themes: adding enable-all-themes option Export this patch

---
 testing/mate-themes/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testing/mate-themes/APKBUILD b/testing/mate-themes/APKBUILD
index a8fbe34..5527f6e 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
}
-- 
2.3.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---