diff options
-rwxr-xr-x | gnome-speech/.footprint.i686 | 2 | ||||
-rwxr-xr-x | gnome-speech/.footprint.x86_64 | 2 | ||||
-rwxr-xr-x | gnome-speech/Pkgfile | 5 |
3 files changed, 3 insertions, 6 deletions
diff --git a/gnome-speech/.footprint.i686 b/gnome-speech/.footprint.i686 index ba1dd6d..082f359 100755 --- a/gnome-speech/.footprint.i686 +++ b/gnome-speech/.footprint.i686 @@ -30,5 +30,3 @@ drwxr-xr-x root/root usr/share/idl/gnome-speech-1.0/ -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_Speaker.idl -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_SpeechCallback.idl -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_SynthesisDriver.idl -drwxr-xr-x root/root usr/share/jar/ --rw-r--r-- root/root usr/share/jar/gnome-speech.jar diff --git a/gnome-speech/.footprint.x86_64 b/gnome-speech/.footprint.x86_64 index ba1dd6d..082f359 100755 --- a/gnome-speech/.footprint.x86_64 +++ b/gnome-speech/.footprint.x86_64 @@ -30,5 +30,3 @@ drwxr-xr-x root/root usr/share/idl/gnome-speech-1.0/ -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_Speaker.idl -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_SpeechCallback.idl -rw-r--r-- root/root usr/share/idl/gnome-speech-1.0/GNOME_Speech_SynthesisDriver.idl -drwxr-xr-x root/root usr/share/jar/ --rw-r--r-- root/root usr/share/jar/gnome-speech.jar diff --git a/gnome-speech/Pkgfile b/gnome-speech/Pkgfile index 9c54fb0..993382a 100755 --- a/gnome-speech/Pkgfile +++ b/gnome-speech/Pkgfile @@ -2,8 +2,8 @@ # URL: http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch -# Depends on: libbonobo, jdk, speech-dispatcher -# Run on: libbonobo,speech-dispatcher,jdk +# Depends on: libbonobo, speech-dispatcher +# Run on: libbonobo,speech-dispatcher name=gnome-speech version=0.4.25 @@ -20,4 +20,5 @@ build() { --with-speech-dispatcher make make DESTDIR=$PKG install + rm -rf $PKG/usr/share/jar } |