From 4d91fc9a2dc38054b8748f27193dc3a6950bda3c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jun 2011 22:47:46 +0000 Subject: Tue Jun 7 22:47:46 UTC 2011 --- community/shotwell/PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'community/shotwell') diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index 6e7e40006..f9c878cc3 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,35 +1,33 @@ -# $Id: PKGBUILD 48133 2011-05-28 22:32:26Z tdziedzic $ +# $Id: PKGBUILD 48825 2011-06-06 11:53:22Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer : Ionut Biru # Contributor: Joeny Ang pkgname=shotwell -pkgver=0.10 +pkgver=0.10.1 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" arch=('i686' 'x86_64') url="http://yorba.org/shotwell/" license=('LGPL2.1') -depends=('gconf' 'libgee' 'libgphoto2' 'libunique' 'libwebkit' 'libgexiv2' 'libraw' 'librsvg' 'json-glib' 'desktop-file-utils' 'gnome-vfs') +depends=('gconf' 'libgee' 'libgphoto2' 'libunique' 'libwebkit' 'libgexiv2' 'libraw' + 'librsvg' 'json-glib' 'desktop-file-utils' 'gnome-vfs') makedepends=('intltool' 'vala') install=shotwell.install -source=("http://yorba.org/download/shotwell/${pkgver}/shotwell-${pkgver}.tar.bz2") -md5sums=('680c688cefdf6929f0a995d755b9f8f7') +source=("http://yorba.org/download/shotwell/0.10/shotwell-${pkgver}.tar.bz2") +md5sums=('ef75923257e8554d14a6545c83406700') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ --disable-schemas-install \ --disable-desktop-update \ --disable-icon-update - make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf