diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-05-26 13:18:02 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-05-26 13:18:15 +0200 |
commit | 94387b60353d1f758253246b14d5312f6b01dfea (patch) | |
tree | 74f385508b7436ec21724779e0f965f2aad81c0d | |
parent | f13cfe2a4fce0e97638029d12c38247713d2ca9e (diff) | |
download | opt-94387b60353d1f758253246b14d5312f6b01dfea.tar.gz opt-94387b60353d1f758253246b14d5312f6b01dfea.tar.xz |
libnotify: disable tests to allow building without gtk3
-rw-r--r-- | libnotify/.signature | 4 | ||||
-rw-r--r-- | libnotify/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libnotify/.signature b/libnotify/.signature index 062298782..b2b763996 100644 --- a/libnotify/.signature +++ b/libnotify/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Unl9dCgKJtw556mprUvGYde4X1cV4K+d6pKOBrxeyCvKl0KKKO42HN0tbGFMvyH5xEXc4MJAwvuDrXhp2mKOA4= -SHA256 (Pkgfile) = 32c45f244069b42e5f1d46b1d08cc9f4220fefe59869625e6fc910148c48333e +RWSE3ohX2g5d/eKG2rJFhSLVB8aAnAVNE0zhv/huqmFKJ0vg+WP3MFvfw7f0zFvNl1ENZt/8F5q8rqpSXv2BrGC3LrzyUiw9VQg= +SHA256 (Pkgfile) = fa5fdbd048d5b297302549712f847fcaa0fe467ba7c289ffbd07a9e97c35876f SHA256 (.footprint) = 2b948204b7c2d92413ce648c70ed3105ac08415156e591337ca6d1a3d5bd2061 SHA256 (libnotify-0.7.7.tar.xz) = 9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 diff --git a/libnotify/Pkgfile b/libnotify/Pkgfile index 392c7617a..b70c09963 100644 --- a/libnotify/Pkgfile +++ b/libnotify/Pkgfile @@ -1,17 +1,17 @@ # Description: Desktop notification library # URL: https://developer.gnome.org/libnotify/ # Maintainer: Jose V Beneyto, sepen at crux dot nu -# Depends on: gtk3 +# Depends on: gdk-pixbuf name=libnotify version=0.7.7 -release=1 +release=2 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-tests make make DESTDIR=$PKG install |