aboutsummaryrefslogtreecommitdiffstats
path: root/main/libnotify
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-10 23:07:45 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-16 17:35:46 +0000
commitc71724cee18e915dd7a721701e1865b12f9c5ffe (patch)
tree35489e8fd9345361e61e133141b2812eb06b9936 /main/libnotify
parent74cddd1ebaad5a87d789e24fcc4c1df1414c9219 (diff)
downloadaports-c71724cee18e915dd7a721701e1865b12f9c5ffe.tar.bz2
aports-c71724cee18e915dd7a721701e1865b12f9c5ffe.tar.xz
main/libnotify: modernise, mark tests broken
Diffstat (limited to 'main/libnotify')
-rw-r--r--main/libnotify/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/main/libnotify/APKBUILD b/main/libnotify/APKBUILD
index b1c423fed3..156a14901e 100644
--- a/main/libnotify/APKBUILD
+++ b/main/libnotify/APKBUILD
@@ -1,10 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libnotify
pkgver=0.7.7
-pkgrel=0
+pkgrel=1
pkgdesc="Desktop notification library"
url="http://library.gnome.org/devel/notification-spec/"
arch="all"
+options="!check" # Test requires X11.
license="LGPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
@@ -22,17 +23,13 @@ build() {
--host=$CHOST \
--prefix=/usr \
--disable-static \
- || return 1
- make || return 1
+ --disable-tests
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-md5sums="e9d911f6a22435e0b922f2fe71212b59 libnotify-0.7.7.tar.xz
-5b86a856a0a13e74e10f87b4b78f2b34 skip-tests.patch"
-sha256sums="9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 libnotify-0.7.7.tar.xz
-973dba58ddc325e8ac0082069643c3642cf7d7cb61ce8fe1d0ee4b4561439315 skip-tests.patch"
sha512sums="133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954 libnotify-0.7.7.tar.xz
76e64bc536dbb3a38f26cdb579f9e97949591559d827380c9e42e89af0a3d4f27804fae0a6c7749efee91f71eb0dcc131c137d7971fedd944216d3a5ebbc17c8 skip-tests.patch"