diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-01 03:10:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 01:21:00 -0300 |
commit | e01140ee8770a9486bc06842aeca4dfee3598cc4 (patch) | |
tree | ccab2971462604f8ad7acfacc95519e8efef792a /community/xfdesktop | |
parent | 27bcea7f1c90bfd391599282909a6895d4c082f0 (diff) | |
download | aports-e01140ee8770a9486bc06842aeca4dfee3598cc4.tar.bz2 aports-e01140ee8770a9486bc06842aeca4dfee3598cc4.tar.xz |
community/xfdesktop: upgrade to 4.13.5
Diffstat (limited to 'community/xfdesktop')
-rw-r--r-- | community/xfdesktop/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/xfdesktop/APKBUILD b/community/xfdesktop/APKBUILD index 09f8b98e6d..d81a029709 100644 --- a/community/xfdesktop/APKBUILD +++ b/community/xfdesktop/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfdesktop -pkgver=4.13.4 +pkgver=4.13.5 pkgrel=0 pkgdesc="A desktop manager for Xfce" url="https://xfce.org/" -arch="all" -license="GPL-2.0+" +arch="all !x86" # Limited by webkit2gtk +license="GPL-2.0-or-later" subpackages="$pkgname-doc $pkgname-lang" depends="hicolor-icon-theme" makedepends="garcon-dev thunar-dev libxfce4ui-dev libwnck3-dev libnotify-dev @@ -14,7 +14,6 @@ makedepends="garcon-dev thunar-dev libxfce4ui-dev libwnck3-dev libnotify-dev source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,13 +26,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6 xfdesktop-4.13.4.tar.bz2" +sha512sums="5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448 xfdesktop-4.13.5.tar.bz2" |