diff options
Diffstat (limited to 'nonprism/shotwell/PKGBUILD')
-rw-r--r-- | nonprism/shotwell/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index 7e77317c1..5d5896f1c 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 138896 2015-08-28 19:09:01Z arojas $ +# $Id: PKGBUILD 166850 2016-03-15 23:30:30Z bgyorgy $ # 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> @@ -9,7 +9,7 @@ pkgname=shotwell epoch=1 pkgver=0.22.0 _basever=$(echo $pkgver | cut -f1-2 -d.) -pkgrel=3.nonprism1 +pkgrel=4.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') url="http://yorba.org/shotwell/" @@ -22,13 +22,17 @@ depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest' makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils') install=shotwell.install source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz" + "webkit2.patch" 'nonprism.patch') md5sums=('18421a67a1b859caf8542777a42b9ce3' + '2c2c96d15c810c96a2cd36f8fcab197d' '47a50a8599c68065e9a1197fc5ec9440') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i ${srcdir}/nonprism.patch + patch -Np1 -i ../nonprism.patch + # Port to webkit2gtk + patch -Np1 -i ../webkit2.patch cd po sed -i '\|set_background_slideshow_dialog.glade|d' $(grep -rIl set_background_slideshow_dialog.glade) |