[arch-commits] CVS update of extra/gnome/orbit2 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 13:51:16 UTC 2007


    Date: Sunday, April 22, 2007 @ 09:51:16
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/orbit2

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: orbit2 2.14.7-2
Move to /usr


----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)


Index: extra/gnome/orbit2/PKGBUILD
diff -u extra/gnome/orbit2/PKGBUILD:1.23 extra/gnome/orbit2/PKGBUILD:1.24
--- extra/gnome/orbit2/PKGBUILD:1.23	Mon Feb 26 17:56:43 2007
+++ extra/gnome/orbit2/PKGBUILD	Sun Apr 22 09:51:16 2007
@@ -1,13 +1,12 @@
-# $Id: PKGBUILD,v 1.23 2007/02/26 22:56:43 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-#               Jan de Groot <jan at archlinux.org>
+# $Id: PKGBUILD,v 1.24 2007/04/22 13:51:16 jgc Exp $
+# Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=orbit2
 pkgver=2.14.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin/fast CORBA ORB"
 arch=(i686 x86_64)
-depends=('libidl2>=0.8.8' 'gnome-common>=2.12.0-1')
+depends=('libidl2>=0.8.8')
 makedepends=('pkgconfig')
 options=('nolibtool')
 install=orbit.install
@@ -17,11 +16,8 @@
 md5sums=('3440c44aaef14dd96e4ccd7ce22a7e6e')
 
 build() {
-  export MAKEFLAGS="-j1"
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/ORBit2-${pkgver}
-  ./configure --prefix=/opt/gnome --disable-static
+  ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list