diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-28 22:38:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 00:42:51 -0300 |
commit | 8f9276c85cc20f77ba84535959fe69d44f27d692 (patch) | |
tree | 41bebb8e07cdb2852d6cef87de68fc10ea5a57c1 /community/xfconf | |
parent | af0d7ed8471bb08ece1087aad518f1b4229af47c (diff) | |
download | aports-8f9276c85cc20f77ba84535959fe69d44f27d692.tar.bz2 aports-8f9276c85cc20f77ba84535959fe69d44f27d692.tar.xz |
community/xfconf: upgrade to 4.13.8
Diffstat (limited to 'community/xfconf')
-rw-r--r-- | community/xfconf/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/xfconf/APKBUILD b/community/xfconf/APKBUILD index 904e42973e..04e22734a1 100644 --- a/community/xfconf/APKBUILD +++ b/community/xfconf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfconf -pkgver=4.13.7 +pkgver=4.13.8 pkgrel=0 pkgdesc="Hierarchical configuration system for Xfce" url="https://xfce.org/" @@ -10,10 +10,8 @@ options="!check" # Requires running dbus daemon. subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" makedepends="libxfce4util-dev intltool gtk-doc glib-dev dbus-dev dbus-glib-dev" source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" -builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,13 +25,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d xfconf-4.13.7.tar.bz2" +sha512sums="2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77 xfconf-4.13.8.tar.bz2" |