aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtk+3.0
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-31 12:23:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-31 12:48:15 +0000
commit55246662055e8e61be99b11891c2b16acf2877c8 (patch)
tree90ea73a8c477c7730ebd55ea59b387ac1e1feedb /main/gtk+3.0
parent07ce3d7acb33577b47a1320cbbc831c64e4c2c24 (diff)
downloadaports-55246662055e8e61be99b11891c2b16acf2877c8.tar.bz2
aports-55246662055e8e61be99b11891c2b16acf2877c8.tar.xz
main/gtk+3.0: upgrade to 3.20.1
Diffstat (limited to 'main/gtk+3.0')
-rw-r--r--main/gtk+3.0/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/gtk+3.0/APKBUILD b/main/gtk+3.0/APKBUILD
index 7797b99d7c..e8921d7db1 100644
--- a/main/gtk+3.0/APKBUILD
+++ b/main/gtk+3.0/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtk+3.0
-pkgver=3.18.8
+pkgver=3.20.1
pkgrel=0
pkgdesc="The GTK+ Toolkit (v3)"
url="http://www.gtk.org/"
@@ -47,10 +47,10 @@ makedepends="
source="http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz"
-_builddir="$srcdir"/gtk+-$pkgver
+builddir="$srcdir"/gtk+-$pkgver
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -73,13 +73,13 @@ build() {
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
# use gtk-update-icon-cache from gtk+2.0 for now
rm "$pkgdir"/usr/bin/gtk-update-icon-cache
}
-md5sums="9671acb41dc13561d19233f1a75cf184 gtk+-3.18.8.tar.xz"
-sha256sums="1c53ef1bb55364698f7183ecd185b547f92f4a3a7abfafd531400232e2e052f8 gtk+-3.18.8.tar.xz"
-sha512sums="b5181b5b78d642ce0c356fa5727a36d08dc503ffeb51d24d69b258e9150e4b4305e90c410c67672a7644079299559544c0e6d2c4a60171f55b7391945cb6a7ef gtk+-3.18.8.tar.xz"
+md5sums="e84726fcd14f11c50281409b16d64607 gtk+-3.20.1.tar.xz"
+sha256sums="ac86a01a57b4258ea70bc85b9494b333226eda6f5a2b0716ad48cfcded5f5380 gtk+-3.20.1.tar.xz"
+sha512sums="fc70295850270805454197ea06551be36124ae76bd3966af46804ae7c9c83ee8d460370554eae6e84becdb905ad076863bbacc0e0f6a21e4bc873445eb81f89e gtk+-3.20.1.tar.xz"