diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-02 17:44:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-02 17:44:41 +0000 |
commit | ea6ff46c51c0e550030f4ae5b69972757b6903d7 (patch) | |
tree | 12d40001aee9149fe1ac2ec267e743621555360f /x11 | |
parent | 1b299520b2fabc411f11582eeaccf262d632cb13 (diff) | |
download | aports-ea6ff46c51c0e550030f4ae5b69972757b6903d7.tar.bz2 aports-ea6ff46c51c0e550030f4ae5b69972757b6903d7.tar.xz |
x11/gtk+: upgrade to 2.18.3
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk+/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/gtk+/APKBUILD b/x11/gtk+/APKBUILD index 726851a3e0..d265461db8 100644 --- a/x11/gtk+/APKBUILD +++ b/x11/gtk+/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk+ -pkgver=2.18.2 +pkgver=2.18.3 pkgrel=0 pkgdesc="The GTK+ Toolkit (v2)" url="http://www.gtk.org/" @@ -43,6 +43,10 @@ build() { --without-libjasper \ --with-included-loaders=png || return 1 make || return 1 +} + +package() { + cd "$srcdir"/gtk+-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="9477986b58d7ee5e559b96e7a124bead gtk+-2.18.2.tar.bz2" +md5sums="369e173600efc272131b53b1902679e8 gtk+-2.18.3.tar.bz2" |