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

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:30:18 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:30:18
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-speech

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: gnome-speech 0.4.11-2
Move to /usr


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


Index: extra/gnome/gnome-speech/PKGBUILD
diff -u extra/gnome/gnome-speech/PKGBUILD:1.16 extra/gnome/gnome-speech/PKGBUILD:1.17
--- extra/gnome/gnome-speech/PKGBUILD:1.16	Mon Apr  9 15:42:22 2007
+++ extra/gnome/gnome-speech/PKGBUILD	Sun Apr 22 11:30:17 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.16 2007/04/09 19:42:22 jgc Exp $
+# $Id: PKGBUILD,v 1.17 2007/04/22 15:30:17 jgc Exp $
 # Maitnainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-speech
 pkgver=0.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Text-to-Speech"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://www.gnome.org"
-depends=('libbonobo>=2.18.0')
+depends=('libbonobo>=2.18.0-2')
 makedepends=('perlxml' 'pkgconfig')
 options=('nolibtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
@@ -16,7 +16,8 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list