diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-06-02 21:20:52 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 20:17:59 +0000 |
commit | 18eb224e534e5ff3d7f79f85f04588fdb0e100a5 (patch) | |
tree | 43ac074b6aa7516f865cfbbcfdf45da19ca184dd /community/gegl | |
parent | 4c3e9c89a3c46713c33b06e1a83a87638e725eef (diff) | |
download | aports-18eb224e534e5ff3d7f79f85f04588fdb0e100a5.tar.bz2 aports-18eb224e534e5ff3d7f79f85f04588fdb0e100a5.tar.xz |
community/gegl: upgrade to 0.16
Closes GH-8408
Diffstat (limited to 'community/gegl')
-rw-r--r-- | community/gegl/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index 400089d227..cff6892cef 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl -pkgver=0.4.14 +pkgver=0.4.16 pkgrel=0 pkgdesc="Graph based image processing framework" url="https://www.gegl.org/" @@ -11,10 +11,8 @@ makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev checkdepends="diffutils" subpackages="$pkgname-dev $pkgname-lang" source="https://download.gimp.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" -builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --prefix=/usr \ @@ -26,13 +24,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="1fcec83a961c0b9c98487de99d26893f98a5401816fa6d7238af4c645672d0eb0474cdb7251b8ebcd344aff589e8979bee0304b50fcfae9513fdbf8a02068e3b gegl-0.4.14.tar.bz2" +sha512sums="38eacbd53d9993ca99d061bf6f80553a86ff06bf42d1710403ac5f15629ccc9b1f4395ee7700a04cebc954ed7fe8745c5bef85453c9c56d89681dd53a1552b27 gegl-0.4.16.tar.bz2" |