mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libnotify: modernise, mark tests broken
This commit is contained in:
parent
74cddd1eba
commit
c71724cee1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user