diff options
author | root <root@rshg047.dnsready.net> | 2011-06-07 22:47:46 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-07 22:47:46 +0000 |
commit | 4d91fc9a2dc38054b8748f27193dc3a6950bda3c (patch) | |
tree | d7af2e15a96d98c0495de0d066c0204c6947778c /community/shotwell | |
parent | 93a9cde1226d0c82849bc71ff4d481d3d2698dc1 (diff) |
Tue Jun 7 22:47:46 UTC 2011
Diffstat (limited to 'community/shotwell')
-rw-r--r-- | community/shotwell/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
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 <pupykin.s+arch@gmail.com> # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> 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 } |