diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-28 22:42:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 00:42:52 -0300 |
commit | 3cd7fff2818cf98b2b558a08a075b4d4a4d5a57a (patch) | |
tree | e73b0efcd8d0fb67750cbd4fe4a9cffc801d33a0 /community/xfce4-dev-tools | |
parent | 8f9276c85cc20f77ba84535959fe69d44f27d692 (diff) | |
download | aports-3cd7fff2818cf98b2b558a08a075b4d4a4d5a57a.tar.bz2 aports-3cd7fff2818cf98b2b558a08a075b4d4a4d5a57a.tar.xz |
community/xfce4-dev-tools: upgrade to 4.13.0
Diffstat (limited to 'community/xfce4-dev-tools')
-rw-r--r-- | community/xfce4-dev-tools/APKBUILD | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/community/xfce4-dev-tools/APKBUILD b/community/xfce4-dev-tools/APKBUILD index c8594e744c..57389cc882 100644 --- a/community/xfce4-dev-tools/APKBUILD +++ b/community/xfce4-dev-tools/APKBUILD @@ -1,23 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-dev-tools -pkgver=4.12.0 +pkgver=4.13.0 pkgrel=0 pkgdesc="Xfce developer tools" url="https://xfce.org/" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="automake autoconf make intltool pkgconfig libtool gtk-doc glib-dev" -makedepends= source="https://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/xfce4-dev-tools-$pkgver.tar.bz2" -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - cd "$_builddir" -} - build() { - cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,16 +17,12 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ - --disable-static \ - || return 1 - make || return 1 + --disable-static + make } package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -md5sums="559202c4d9650e23696c44aa94cfc5a9 xfce4-dev-tools-4.12.0.tar.bz2" -sha256sums="e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb xfce4-dev-tools-4.12.0.tar.bz2" -sha512sums="60f90daaaac3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31 xfce4-dev-tools-4.12.0.tar.bz2" +sha512sums="ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618 xfce4-dev-tools-4.13.0.tar.bz2" |