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

Ionut Biru ibiru at archlinux.org
Fri Feb 24 18:22:42 UTC 2012


    Date: Friday, February 24, 2012 @ 13:22:42
  Author: ibiru
Revision: 151080

rebuild for signing

Modified:
  orbit2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 18:20:19 UTC (rev 151079)
+++ PKGBUILD	2012-02-24 18:22:42 UTC (rev 151080)
@@ -3,12 +3,11 @@
 
 pkgname=orbit2
 pkgver=2.14.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin/fast CORBA ORB"
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
-depends=('libidl2>=0.8.11')
-makedepends=('pkgconfig')
+depends=('libidl2')
 options=('!libtool' '!makeflags')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2)
@@ -18,5 +17,9 @@
   cd "${srcdir}/ORBit2-${pkgver}"
   ./configure --prefix=/usr --disable-static
   make
+}
+
+package() {
+  cd "${srcdir}/ORBit2-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list