summaryrefslogtreecommitdiff
path: root/user/libnotify/APKBUILD
blob: ad021ad4fe0436e2fb3d4f5929ae7845ae32eb31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libnotify
pkgver=0.7.8
pkgrel=0
pkgdesc="Desktop notification library"
url="https://developer.gnome.org/notification-spec/"
arch="all"
options="!check"  # Test suite requires running X11
license="LGPL-2.1+"
depends=""
makedepends="gdk-pixbuf-dev glib-dev gobject-introspection-dev gtk-doc
	gtk+3.0-dev meson ninja"
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"

build() {
	meson --prefix=/usr builddir/
	ninja -C builddir/
}

package() {
	DESTDIR="$pkgdir" ninja -C builddir/ install
}

sha512sums="9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94  libnotify-0.7.8.tar.xz"