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

Jan de Groot jgc at nymeria.archlinux.org
Mon Feb 4 08:29:21 UTC 2013


    Date: Monday, February 4, 2013 @ 09:29:20
  Author: jgc
Revision: 177010

upgpkg: libbonobo 2.32.1-3

Use package function, remove flex from makedepends as it is in base-devel

Modified:
  libbonobo/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 08:18:57 UTC (rev 177009)
+++ PKGBUILD	2013-02-04 08:29:20 UTC (rev 177010)
@@ -3,12 +3,12 @@
 
 pkgname=libbonobo
 pkgver=2.32.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of language and system independant CORBA interfaces for creating reusable components"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 depends=('orbit2' 'libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig' 'flex')
+makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 backup=('etc/bonobo-activation/bonobo-activation-config.xml')
 url="http://www.gnome.org"
@@ -24,6 +24,10 @@
               --localstatedir=/var --disable-static \
 	      --libexecdir=/usr/lib/bonobo
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m644 "${srcdir}/bonobo-activation-config.xml" "${pkgdir}/etc/bonobo-activation/"
 }




More information about the arch-commits mailing list