community/shotwell: disable compile gschemas

This commit is contained in:
Natanael Copa 2016-05-04 08:47:21 +00:00
parent b08e969fe6
commit 5b85adfc3f

View File

@ -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
}