From e6a248072b9325c945f71f91fc70eab34ac67907 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 20 Jul 2018 23:25:50 -0500 Subject: user/libnotify: [PD] take, modernise --- user/libnotify/APKBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/user/libnotify/APKBUILD b/user/libnotify/APKBUILD index a59730e1b..21b1ee48d 100644 --- a/user/libnotify/APKBUILD +++ b/user/libnotify/APKBUILD @@ -1,21 +1,19 @@ -# Maintainer: Natanael Copa +# Maintainer: A. Wilcox pkgname=libnotify pkgver=0.7.7 -pkgrel=1 +pkgrel=2 pkgdesc="Desktop notification library" -url="http://library.gnome.org/devel/notification-spec/" +url="https://developer.gnome.org/notification-spec/" arch="all" -license="LGPL" options="!check" # Test suite requires running X11 -subpackages="$pkgname-dev $pkgname-doc" -depends= +license="LGPL-2.1+" +depends="" depends_dev="dbus-dev" makedepends="$depends_dev gdk-pixbuf-dev glib-dev autoconf automake gobject-introspection-dev" +subpackages="$pkgname-dev $pkgname-doc" source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" -builddir="$srcdir"/$pkgname-$pkgver - build() { cd "$builddir" ./configure \ @@ -31,4 +29,5 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } + sha512sums="133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954 libnotify-0.7.7.tar.xz" -- cgit v1.2.3-60-g2f50