summaryrefslogtreecommitdiffstats
path: root/gnome-speech
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-25 15:20:03 +0200
committerpiernov <piernov@piernov.org>2011-07-25 15:20:03 +0200
commit90b067fdd75cd83a4f44140e3c78941cd226e3a2 (patch)
treefdd88924e5e9dc18027958c480bfd0fc046b895b /gnome-speech
parentd457a4e0402ab9715782b05a0183838f075559d4 (diff)
downloadgnome3-90b067fdd75cd83a4f44140e3c78941cd226e3a2.tar.gz
gnome3-90b067fdd75cd83a4f44140e3c78941cd226e3a2.tar.bz2
gnome3-90b067fdd75cd83a4f44140e3c78941cd226e3a2.tar.xz
gnome3-90b067fdd75cd83a4f44140e3c78941cd226e3a2.zip
gnome-speech 0.4.25-1 correction port
Diffstat (limited to 'gnome-speech')
-rwxr-xr-xgnome-speech/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnome-speech/Pkgfile b/gnome-speech/Pkgfile
index 0670f18..9c54fb0 100755
--- a/gnome-speech/Pkgfile
+++ b/gnome-speech/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libbonobo, jdk, speech-dispatcher
-# Run on: libbonobo,speech-dispatcher
+# Run on: libbonobo,speech-dispatcher,jdk
name=gnome-speech
version=0.4.25
@@ -13,11 +13,11 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --disable-gtk-doc \
- --with-speech-dispatcher
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-gtk-doc \
+ --with-speech-dispatcher
make
make DESTDIR=$PKG install
}