aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xfce4-genmon-plugin/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-17 22:59:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-17 23:22:44 -0300
commit4d46af990fb74a8f914032167969b309f9781d58 (patch)
tree0db552ce886971feaffa0255409373a449a4914b /testing/xfce4-genmon-plugin/APKBUILD
parent7323eab0a16496bdd5c573f3814a23412f4a4005 (diff)
downloadaports-4d46af990fb74a8f914032167969b309f9781d58.tar.bz2
aports-4d46af990fb74a8f914032167969b309f9781d58.tar.xz
testing/xfce4-genmon-plugin: upgrade to 4.0.2
Diffstat (limited to 'testing/xfce4-genmon-plugin/APKBUILD')
-rw-r--r--testing/xfce4-genmon-plugin/APKBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/testing/xfce4-genmon-plugin/APKBUILD b/testing/xfce4-genmon-plugin/APKBUILD
index 49f184b153..6ebbfc02b6 100644
--- a/testing/xfce4-genmon-plugin/APKBUILD
+++ b/testing/xfce4-genmon-plugin/APKBUILD
@@ -1,20 +1,17 @@
# Maintainer: Robert Hencke <robert.hencke@gmail.com>
pkgname=xfce4-genmon-plugin
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=0
pkgdesc="A generic, script-driven monitoring plugin for the Xfce panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
arch="all"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
makedepends="xfce4-panel-dev libxfce4ui-dev"
options="!check" # no tests
subpackages="$pkgname-lang"
-source="http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
- "
-builddir="$srcdir/$pkgname-$pkgver"
+source="http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/${pkgver%.*}/xfce4-genmon-plugin-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -25,8 +22,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="14590ba4a3b31773e38139d274c93060b2dfdf3cd476dc2235f95f987529b93b74d2422507cc4bf1152f376ec9c6a01bd1da903d422757b95b19c01aa412b35e xfce4-genmon-plugin-4.0.1.tar.bz2"
+sha512sums="78a9cd95a83d6ffcb512647f1c674589bf80e4ef24a3431be96fd7506c7642e42c796f7316e034083fe794ab79521d856083b12a186276a1dfe4f14dbe97149e xfce4-genmon-plugin-4.0.2.tar.bz2"