From c399070d50c89903ec1dea55aa4aa5147a367565 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 May 2011 22:47:27 +0000 Subject: Sun May 29 22:47:27 UTC 2011 --- community/shotwell/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'community/shotwell/PKGBUILD') diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index 4c795a861..6e7e40006 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,33 +1,35 @@ -# $Id: PKGBUILD 45502 2011-04-22 15:22:48Z spupykin $ +# $Id: PKGBUILD 48133 2011-05-28 22:32:26Z tdziedzic $ # Maintainer: Sergej Pupykin # Maintainer : Ionut Biru # Contributor: Joeny Ang pkgname=shotwell -pkgver=0.9.3 +pkgver=0.10 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/0.9/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b1a3281be7d4ff8eac98289bcd129387') +source=("http://yorba.org/download/shotwell/${pkgver}/shotwell-${pkgver}.tar.bz2") +md5sums=('680c688cefdf6929f0a995d755b9f8f7') 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