diff options
Diffstat (limited to 'nonprism/shotwell/PKGBUILD')
-rw-r--r-- | nonprism/shotwell/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index 70039c2df..b87695077 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 118656 2014-09-08 10:05:45Z spupykin $ +# $Id: PKGBUILD 119094 2014-09-17 17:24:19Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Joeny Ang <ang(dot)joeny(at)gmail(dot)com> @@ -6,7 +6,8 @@ # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=shotwell -pkgver=0.19.0 +epoch=1 +pkgver=0.18.1 pkgrel=1.nonprism1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment, without support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64' 'mips64el') @@ -19,17 +20,17 @@ depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest' 'gst-plugins-base' 'libgphoto2') makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils') install=shotwell.install -source=("https://download.gnome.org/sources/shotwell/0.19/shotwell-$pkgver.tar.xz" +source=("https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz") 'nonprism.patch') -md5sums=('f82401ac740064ad50a7db3bbd3b3a38' - '47a50a8599c68065e9a1197fc5ec9440') +md5sums=('361eeef67f5aaed36ec44b12cfd675b3' + 'b6c67e76af91be99852310e9c2be5ffa') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i ${srcdir}/nonprism.patch cd po - sed -i '\|set_background_slideshow_dialog.glade|d' $(grep -rIl set_background_slideshow_dialog.glade) +# sed -i '\|set_background_slideshow_dialog.glade|d' $(grep -rIl set_background_slideshow_dialog.glade) for file in *.po; do intltool-update ${file%.*} msgattrib --no-obsolete -o $file $file |