From 4ee43c408dda4ad8c48cd1f8ca4ba06094c2a17c Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen <oss@cogitri.dev> Date: Sat, 17 Oct 2020 10:26:48 +0200 Subject: [PATCH] community/gtk4.0: upgrade to 3.99.3 --- community/gtk4.0/APKBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index aec17f279206..dd87811c6b67 100644 --- a/community/gtk4.0/APKBUILD +++ b/community/gtk4.0/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gtk4.0 -pkgver=3.99.2 -pkgrel=1 +pkgver=3.99.3 +pkgrel=0 pkgdesc="The GTK Toolkit (v4)" url="https://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" @@ -62,16 +62,8 @@ makedepends=" " source="https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-$pkgver.tar.xz" - builddir="$srcdir/gtk-$pkgver" -prepare() { - default_prepare - # Don't use vendored gtk-doc which is installed in install() - # and overwrites the files of the gtk-doc package - rm -r subprojects/gtk-doc -} - build() { # We don't run tests and they currently fail to build abuild-meson \ @@ -109,4 +101,4 @@ demo() { mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share } -sha512sums="0ddb0071a7a65c224982ba488e414b0619392a5871ec887bd06b3837fc08ee00073687dd220bf9492827cd3a8e211de013157fc158cbe73d3ae899f71c81c074 gtk-3.99.2.tar.xz" +sha512sums="f5ffdfbcd11639a1c02aa93e6ce7ce8b9ead384d89ff28ce0b2dde9cc8dcb0d77c7f0f6fce314fe6c7991abe5241feccc9b6fc4aadd270a6044c3aa46201f453 gtk-3.99.3.tar.xz" -- GitLab