aboutsummaryrefslogtreecommitdiffstats
path: root/main/mate-control-center/APKBUILD
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-07-21 12:20:24 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-07-21 12:20:24 +0000
commit5f94681f9ff14cb952f63b631ccf8cc60ded9b07 (patch)
tree25dac4352e44e87088f424764089657d3ff48728 /main/mate-control-center/APKBUILD
parent9331f1a5f15c4dbcee2bc8716dbb19ca362a94e6 (diff)
downloadaports-5f94681f9ff14cb952f63b631ccf8cc60ded9b07.tar.bz2
aports-5f94681f9ff14cb952f63b631ccf8cc60ded9b07.tar.xz
main/mate-control-center: disable update mimedb
Diffstat (limited to 'main/mate-control-center/APKBUILD')
-rw-r--r--main/mate-control-center/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mate-control-center/APKBUILD b/main/mate-control-center/APKBUILD
index 34921c3743..6dbfac6b74 100644
--- a/main/mate-control-center/APKBUILD
+++ b/main/mate-control-center/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-control-center
pkgver=1.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="MATE's main interface for configuration of various aspects of your desktop"
url="https://github.com/mate-desktop/mate-control-center"
arch="all"
@@ -34,6 +34,7 @@ build() {
--host=$CHOST \
--sysconfdir=/etc \
--prefix=/usr \
+ --disable-update-mimedb \
|| return 1
make || return 1
}