diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-20 15:27:00 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-20 15:31:48 +0000 |
commit | edcc0177084619f53d86f182ad152f56060e7edd (patch) | |
tree | 3d7cc3b4553869ea312ecf8317ec5d79239a5a98 /main/gtk+3.0 | |
parent | f74a02b656ba49e8e161ad0bd610a4a2d1447660 (diff) | |
download | aports-edcc0177084619f53d86f182ad152f56060e7edd.tar.bz2 aports-edcc0177084619f53d86f182ad152f56060e7edd.tar.xz |
main/gtk+3.0: upgrade to 3.24.9
Diffstat (limited to 'main/gtk+3.0')
-rw-r--r-- | main/gtk+3.0/APKBUILD | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/main/gtk+3.0/APKBUILD b/main/gtk+3.0/APKBUILD index f3088f7b97..47d6eba6b9 100644 --- a/main/gtk+3.0/APKBUILD +++ b/main/gtk+3.0/APKBUILD @@ -1,6 +1,8 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Rasmus Thomsen <oss@cogitri.dev> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gtk+3.0 -pkgver=3.24.8 +pkgver=3.24.9 pkgrel=0 pkgdesc="The GTK+ Toolkit (v3)" url="https://www.gtk.org/" @@ -56,6 +58,18 @@ source="https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz builddir="$srcdir/gtk+-$pkgver" +prepare() { + default_prepare + + sed 's|/usr/bin/sh|/bin/sh|' \ + -i build-aux/compile \ + -i build-aux/missing \ + -i build-aux/install-sh \ + -i build-aux/depcomp \ + -i build-aux/config.sub \ + -i build-aux/config.guess +} + build() { cd "$builddir" ./configure \ @@ -106,5 +120,5 @@ demo() { mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share } -sha512sums="a988ca2e25f0f32e55b2931f16c72f9649ed98405579d217e8a5e7f0ac10bcd1969090c622c5d9eb7d75235813ff7ccb90e30e252afd71ba283c6172ee459fe5 gtk+-3.24.8.tar.xz +sha512sums="b303db40d5e277841738982a97edd67076febe41b3a455344aeff05c6a5b149c6d3b953cc5db1a792b63cdcc44c2d28f955d81065cb2c6b3f00d0b133a555d7a gtk+-3.24.9.tar.xz e4ea76484b70bd9beb65b2964bbcff3b3f78f5f6fe70b12309a7721ca134e3735e8aaac09803f93b393a6130a703f8f346c0df89ad45d18c580dac1e0e922276 10-Revert-gdkseatdefault-Grab-touch-events-where-applic.patch" |