summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPitBall2016-01-01 20:55:34 +0100
committerPitBall2016-01-01 20:55:34 +0100
commit95f9485f3a2f8cdc9727f487f76b64a1847d3738 (patch)
treeb57128afff8dba62c37a7726ac58874b5238f4e6 /PKGBUILD
parentf616e0c83e6cee497292672cddd372e9f2563ce1 (diff)
downloadaur-libnotify-gtk2.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43e5274cca59..817660a66abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=libnotify-gtk2
pkgver=0.7.6
-pkgrel=1
-pkgdesc="Desktop notification library"
-arch=('x86_64')
-url="http://library.gnome.org/devel/notification-spec/"
+pkgrel=2
+pkgdesc="Library for sending desktop notifications"
+arch=('x86_64' 'i686')
+url="https://developer.gnome.org/notification-spec/"
license=('LGPL')
-depends=('gdk-pixbuf2' 'gtk2')
+depends=('gdk-pixbuf2')
+makedepends=('gtk2' 'gobject-introspection' 'gtk-doc')
conflicts=('libnotify' 'libnotify-git' 'libnotify-id' 'libnotify-id-git')
provides=("libnotify=$pkgver")
replaces=('libnotify')
@@ -24,7 +25,7 @@ build() {
export AUTOMAKE=automake
export CC="gcc -m64"
export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
- ./configure --prefix=/usr --libdir=/usr/lib
+ ./configure --prefix=/usr --enable-gtk-doc
make
}