aboutsummaryrefslogtreecommitdiffstats
path: root/main/gimp
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-05-13 16:46:50 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-06 20:30:56 +0000
commit1b11055c54a9100f6c62d38cbca4fa2d3f74e1b1 (patch)
tree1066cd587349cf97f01b8e85ddcbfdaa0797a717 /main/gimp
parent6ad45b40da0f299d4c9109af5f24ac7435e8de28 (diff)
downloadaports-1b11055c54a9100f6c62d38cbca4fa2d3f74e1b1.tar.bz2
aports-1b11055c54a9100f6c62d38cbca4fa2d3f74e1b1.tar.xz
main/gimp: upgrade to 2.8.22 and modernize
Diffstat (limited to 'main/gimp')
-rw-r--r--main/gimp/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/main/gimp/APKBUILD b/main/gimp/APKBUILD
index f23b3b20b3..7309ad9b11 100644
--- a/main/gimp/APKBUILD
+++ b/main/gimp/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gimp
-pkgver=2.8.20
-pkgrel=1
+pkgver=2.8.22
+pkgrel=0
pkgdesc="GNU Image Manipulation Program"
url="http://www.gimp.org/"
arch="all"
-license="GPL"
+license="GPLv3+"
depends="dbus"
makedepends="gtk+-dev libxpm-dev libxmu-dev librsvg-dev dbus-glib-dev
libexif-dev desktop-file-utils intltool gegl-dev tiff-dev
@@ -28,22 +28,19 @@ build() {
--disable-python \
--with-gvfs \
--with-gif-compression=lzw \
- --without-aa \
- || return 1
- make || return 1
+ --without-aa
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
dev() {
- default_dev || return 1
+ default_dev
mkdir -p "$subpkgdir"/usr/bin
mv "$pkgdir"/usr/bin/gimptool* "$subpkgdir"/usr/bin
}
-md5sums="d405640c426b234d6efc36fb4f5bae57 gimp-2.8.20.tar.bz2"
-sha256sums="939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805 gimp-2.8.20.tar.bz2"
-sha512sums="5cd02854e21098c0d9d929e9131ede628ed520b6c76190eb9f6db38f057cff956e35b0a891d04c3a2e9c9e85c77f82d7ff5e63404187a8df921553763f649fd7 gimp-2.8.20.tar.bz2"
+sha512sums="84a78d428282538b606b3cd1ff571e52c3d828fceade171b2012bc1cdcb85919fc7734e7e6c45ed3a8683657fa580412b32c1b511b8a512172a8c1df930493e6 gimp-2.8.22.tar.bz2"