summaryrefslogtreecommitdiff
path: root/user/libnotify
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-20 23:25:50 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-20 23:25:50 -0500
commite6a248072b9325c945f71f91fc70eab34ac67907 (patch)
tree31f5fced1556de48aa847698583c1bde37c21ef8 /user/libnotify
parent9bc4061bc01082f0dbb8fdb20ef531d96d322386 (diff)
downloadpackages-e6a248072b9325c945f71f91fc70eab34ac67907.tar.gz
packages-e6a248072b9325c945f71f91fc70eab34ac67907.tar.bz2
packages-e6a248072b9325c945f71f91fc70eab34ac67907.tar.xz
packages-e6a248072b9325c945f71f91fc70eab34ac67907.zip
user/libnotify: [PD] take, modernise
Diffstat (limited to 'user/libnotify')
-rw-r--r--user/libnotify/APKBUILD15
1 files 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 <ncopa@alpinelinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
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"