[arch-commits] Commit in libunique/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Feb 13 14:14:02 UTC 2011


    Date: Sunday, February 13, 2011 @ 09:14:02
  Author: heftig
Revision: 109868

upgpkg: libunique 1.1.6-4
Update for gnome-unstable

Modified:
  libunique/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-13 14:09:17 UTC (rev 109867)
+++ PKGBUILD	2011-02-13 14:14:02 UTC (rev 109868)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 pkgname=libunique
 pkgver=1.1.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for writing single instance applications"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gtk2>=2.21.8')
-makedepends=('pkgconfig' 'gobject-introspection>=0.9.5')
+depends=('gtk2')
+makedepends=('gtk-doc' 'gobject-introspection')
 options=('!libtool')
 url="http://live.gnome.org/LibUnique"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2
@@ -23,5 +23,12 @@
       --localstatedir=/var --disable-static \
       --disable-dbus
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+
+  # Remove documentation, provided by libunique3
+  rm -r "$pkgdir/usr/share/gtk-doc"
 }




More information about the arch-commits mailing list