diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-17 23:20:48 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-17 23:20:48 +0000 |
commit | 34db0cf3d39944fe1106d0706780a11c0160af97 (patch) | |
tree | 3abed136dd69665b61f95f26981bde3835fcf86c /user/xfce4-panel-profiles/APKBUILD | |
parent | a44d28cb6e73a49d0d62962a118f9b0c81a7660d (diff) | |
download | packages-34db0cf3d39944fe1106d0706780a11c0160af97.tar.gz packages-34db0cf3d39944fe1106d0706780a11c0160af97.tar.bz2 packages-34db0cf3d39944fe1106d0706780a11c0160af97.tar.xz packages-34db0cf3d39944fe1106d0706780a11c0160af97.zip |
user/xfce4-panel-profiles: bump to 1.0.9
Diffstat (limited to 'user/xfce4-panel-profiles/APKBUILD')
-rw-r--r-- | user/xfce4-panel-profiles/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/user/xfce4-panel-profiles/APKBUILD b/user/xfce4-panel-profiles/APKBUILD index f30ebb39a..503943b62 100644 --- a/user/xfce4-panel-profiles/APKBUILD +++ b/user/xfce4-panel-profiles/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=xfce4-panel-profiles -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=0 pkgdesc="Application for managing XFCE panel layouts" url="https://xfce.org" @@ -11,23 +11,20 @@ license="GPL-3.0+" depends="python3" makedepends="intltool cmd:which" subpackages="$pkgname-doc $pkgname-lang" -source="http://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-$pkgver.tar.bz2" -sha512sums="2d7980a79250414cc4611ccf573c2a3ee5eb510cf3ef6c32035ba23197eee1fded2e158cb50714dd935070916b07b3f33db02570f3d46a598144b4a2d3979ff4 xfce4-panel-profiles-1.0.8.tar.bz2" +source="https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --prefix=/usr make } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } +sha512sums="a9b381d357482582210e153fdf1ced8055847ace0507dafc29fc952070fc4fe8fd34aff62342f442ec7045cfe87550c56ccf5d78c0f0a7de7ed64e4c303aab45 xfce4-panel-profiles-1.0.9.tar.bz2" |