diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-04 10:41:59 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-04 10:41:59 +0100 |
commit | 7fcb7cd7fc27e9ddf30579d5edf3f95f38aa36f8 (patch) | |
tree | 407e311b7b2fa848ab0b682df30987d80c19be69 /community/shotwell/APKBUILD | |
parent | 292ec10d9408a9f896ad59aa00af725958f34d67 (diff) | |
download | aports-7fcb7cd7fc27e9ddf30579d5edf3f95f38aa36f8.tar.bz2 aports-7fcb7cd7fc27e9ddf30579d5edf3f95f38aa36f8.tar.xz |
community/shotwell: upgrade to 0.25.0
Diffstat (limited to 'community/shotwell/APKBUILD')
-rw-r--r-- | community/shotwell/APKBUILD | 36 |
1 files changed, 13 insertions, 23 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 4bcdba4c00..64812bfe39 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,36 +1,26 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.23.0 -pkgrel=2 +pkgver=0.25.0 +pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" -url="http://yorba.org/shotwell/" +url="https://wiki.gnome.org/Apps/Shotwell" arch="x86 x86_64" license="LGPL2.1" install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" depends="" -subpackages="$pkgname-lang" +subpackages="$pkgname-lang $pkgname-doc" makedepends="intltool vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev librsvg-dev sqlite-dev libgudev-dev dbus-glib-dev libgphoto2-dev gexiv2-dev libraw-dev librsvg-dev json-glib-dev gnome-doc-utils - m4 gst-plugins-base1-dev bash gtk+3.0-dev rest-dev desktop-file-utils" -install= + m4 gst-plugins-base1-dev bash gtk+3.0-dev rest-dev desktop-file-utils + gcr-dev itstool" source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz " -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" - for i in $source; do - case $i in - *.patch) - patch -p1 -i "$srcdir"/$i || return 1 - ;; - esac - done -} +builddir="$srcdir"/$pkgname-$pkgver -build () { - cd $srcdir/$pkgname-$pkgver +build() { + cd "$builddir" ./configure \ --build=$CBUILD \ --prefix=/usr \ @@ -42,10 +32,10 @@ build () { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="6a50cecaf4f01422982e53e60651a9e5 shotwell-0.23.0.tar.xz" -sha256sums="1d64bf1456d4d955c8db69225a63e1f6b652ab91f3121a022486428799bbf1fd shotwell-0.23.0.tar.xz" -sha512sums="c158dc2a1728cc6cce7434dd32ef47f9314833dac0dcc30b0ee05a8a1fc5c69548a1959e85683e3562ffcfd1f4147caf6abd9249486014ada66f55b9ffb8454f shotwell-0.23.0.tar.xz" +md5sums="cfcaa858eb55856d0888d4a9b5a0131e shotwell-0.25.0.tar.xz" +sha256sums="f094ff8f99cd1e791ab0604c0a69750ba5cffac47a2b40f4e3780edfedf17438 shotwell-0.25.0.tar.xz" +sha512sums="4e04c2538cb82c47464b592990728fcf6a9d77b568ee7d1cd502ee2261d1f0b72f8828c35d3eb66149f226c4ce765156873fb6580f5c96c9a07e718064f8f239 shotwell-0.25.0.tar.xz" |