From 7dcffe2778182d39bf16c752c56b8c750945a1d3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Apr 2012 20:22:09 +0200 Subject: [PATCH] shotwell: disable updating schemas, icon and desktop caches. --- srcpkgs/shotwell/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/shotwell/template b/srcpkgs/shotwell/template index 883509f53e..7c53db5f1e 100644 --- a/srcpkgs/shotwell/template +++ b/srcpkgs/shotwell/template @@ -1,9 +1,12 @@ # Template file for 'shotwell' pkgname=shotwell version=0.12.1 +revision=1 homepage="http://yorba.org/shotwell" distfiles="http://yorba.org/download/shotwell/stable/$pkgname-$version.tar.bz2" build_style=gnu-configure +configure_args="--disable-schemas-compile --disable-desktop-update +--disable-icon-update --release" short_desc="Open source photo manager for GNOME" maintainer="Juan RP " license="LGPL-2.1"