diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-22 15:08:41 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-22 15:08:41 -0300 |
commit | 96686a26cb7427f7a0758eded4f5e08df5bf8e39 (patch) | |
tree | b2da385f339424cd24a62006bf44b7905af5deca /nonprism/shotwell/PKGBUILD | |
parent | 0a938afa2587e26945ad7a934ff863e23a6db203 (diff) | |
download | abslibre-96686a26cb7427f7a0758eded4f5e08df5bf8e39.tar.gz abslibre-96686a26cb7427f7a0758eded4f5e08df5bf8e39.tar.bz2 abslibre-96686a26cb7427f7a0758eded4f5e08df5bf8e39.zip |
shotwell-1:0.20.0-1.nonprism1: updating version
Diffstat (limited to 'nonprism/shotwell/PKGBUILD')
-rw-r--r-- | nonprism/shotwell/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index 697c98959..96a0ae0b1 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 119094 2014-09-17 17:24:19Z spupykin $ +# $Id: PKGBUILD 119376 2014-09-21 19:41:58Z 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> @@ -7,7 +7,7 @@ pkgname=shotwell epoch=1 -pkgver=0.18.1 +pkgver=0.20.0 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') @@ -20,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.18/shotwell-$pkgver.tar.xz" +source=("https://download.gnome.org/sources/shotwell/0.20/shotwell-$pkgver.tar.xz" 'nonprism.patch') -md5sums=('361eeef67f5aaed36ec44b12cfd675b3' - 'b6c67e76af91be99852310e9c2be5ffa') +md5sums=('e1ab302ea9f53025368023f15e6e457e' + '47a50a8599c68065e9a1197fc5ec9440') 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 |