aboutsummaryrefslogtreecommitdiffstats
path: root/community/shotwell
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-04 08:47:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-04 08:47:21 +0000
commit5b85adfc3f66f6e24a878efb65a5de037e580aa0 (patch)
tree6f1e7b720ff973bd53c66834e8be42f7ecfed7eb /community/shotwell
parentb08e969fe6c8f4aae1fc94f7139ee6bacbdad335 (diff)
downloadaports-5b85adfc3f66f6e24a878efb65a5de037e580aa0.tar.bz2
aports-5b85adfc3f66f6e24a878efb65a5de037e580aa0.tar.xz
community/shotwell: disable compile gschemas
Diffstat (limited to 'community/shotwell')
-rw-r--r--community/shotwell/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD
index 9c57639bdf..4bcdba4c00 100644
--- a/community/shotwell/APKBUILD
+++ b/community/shotwell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=shotwell
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
url="http://yorba.org/shotwell/"
arch="x86 x86_64"
@@ -36,6 +36,7 @@ build () {
--prefix=/usr \
--disable-desktop-update \
--disable-icon-update \
+ --disable-schemas-compile \
|| return 1
make
}