aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-08 15:49:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-08 19:23:38 +0000
commit1c2e9a68b9803fff28dce2af25ac017c749df3e2 (patch)
tree4ebe851794fca3d5e8051455595c549a9a0f8ac1
parent8173fdbecbc1ef23edf550907ae8aab1ed818845 (diff)
community/xfce4-notifyd: upgrade to 0.6.0
-rw-r--r--community/xfce4-notifyd/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/xfce4-notifyd/APKBUILD b/community/xfce4-notifyd/APKBUILD
index 054035e8e43..3223f06ac99 100644
--- a/community/xfce4-notifyd/APKBUILD
+++ b/community/xfce4-notifyd/APKBUILD
@@ -1,20 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notifyd
-pkgver=0.4.4
+pkgver=0.6.0
pkgrel=0
pkgdesc="Notification daemon for the xfce desktop"
url="https://docs.xfce.org/apps/notifyd/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
depends="hicolor-icon-theme"
makedepends="gtk+3.0-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev
dbus-glib-dev libglade-dev libnotify-dev xfce4-panel-dev"
subpackages="$pkgname-lang $pkgname-doc"
-source="https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2"
-build () {
- cd "$builddir"
+build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,11 +25,9 @@ build () {
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/lib/systemd
}
-sha512sums="546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5 xfce4-notifyd-0.4.4.tar.bz2"
+sha512sums="31f7977cb4639c90d806e8eaa94c00c19bacf1c9d5df2bc1d66ed791e446ed0ecf6bc59ec402994b1eeab5432dc20cffe67fbb267e86b1848fc2206aa4eaf10c xfce4-notifyd-0.6.0.tar.bz2"