summaryrefslogtreecommitdiff
path: root/libnotify/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libnotify/Pkgfile')
-rw-r--r--libnotify/Pkgfile6
1 files changed, 3 insertions, 3 deletions
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

Generated by cgit