summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e077fd3a6748..5d467983c863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,17 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 19:55:18 UTC 2016
pkgbase = libnotify-gtk2
- pkgdesc = Desktop notification library
+ pkgdesc = Library for sending desktop notifications
pkgver = 0.7.6
- pkgrel = 1
- url = http://library.gnome.org/devel/notification-spec/
+ pkgrel = 2
+ url = https://developer.gnome.org/notification-spec/
arch = x86_64
+ arch = i686
license = LGPL
+ makedepends = gtk2
+ makedepends = gobject-introspection
+ makedepends = gtk-doc
depends = gdk-pixbuf2
- depends = gtk2
provides = libnotify=0.7.6
conflicts = libnotify
conflicts = libnotify-git
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
}