aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-appfinder
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-09 22:15:06 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-10 10:55:09 +0000
commitfd1ab261592147f26632d87503bc607ecd3ed08d (patch)
tree5f93d52f26abd1246621cf3482ebdd32c53a823f /community/xfce4-appfinder
parent23e42280c3a930c51d230c83c4b4e62301b90c5a (diff)
downloadaports-fd1ab261592147f26632d87503bc607ecd3ed08d.tar.bz2
aports-fd1ab261592147f26632d87503bc607ecd3ed08d.tar.xz
community/xfce4-appfinder: upgrade to 4.13.2
Diffstat (limited to 'community/xfce4-appfinder')
-rw-r--r--community/xfce4-appfinder/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/xfce4-appfinder/APKBUILD b/community/xfce4-appfinder/APKBUILD
index 36d6c3ff29..6eec1283b4 100644
--- a/community/xfce4-appfinder/APKBUILD
+++ b/community/xfce4-appfinder/APKBUILD
@@ -1,20 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-appfinder
-pkgver=4.13.1
+pkgver=4.13.2
pkgrel=0
pkgdesc="Xfce application finder"
url="https://xfce.org/"
arch="all"
-license="GPL-2.0+"
+license="GPL-2.0-or-later"
depends="hicolor-icon-theme"
makedepends="thunar-dev gtk+3.0-dev libxfce4ui-dev garcon-dev"
subpackages="$pkgname-lang"
-install=
replaces="xfce-utils"
source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,12 +25,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="1be1508bea87e9ff7763dc6a8dd0a45b3e1ef39400486b9926de190e146c4c3fd96d08508d32c53a99ff92e98c4cc504e074f651273aac917a79e5df71022116 xfce4-appfinder-4.13.1.tar.bz2"
+sha512sums="96ac782c785649ddf75f8659f9cf10f42c37bab647824f0c76714baca0b61904fa8ba6d23dc1574aae5fdf2538201936d26b42ea6c0f5d5f0f9d71c8ba0a51b8 xfce4-appfinder-4.13.2.tar.bz2"