diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 21:27:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 21:27:03 +0100 |
commit | a8ff251cca21aeca3e9e12badba6c5551adc201a (patch) | |
tree | c90be95b5c23988b0e9411ee364a7b77fb0ecf54 /gnome/dasher | |
parent | ab01e0e2ad2dc93f4b40371ae9b3688004f172ef (diff) | |
download | nutyx-pakxe-a8ff251cca21aeca3e9e12badba6c5551adc201a.tar.gz nutyx-pakxe-a8ff251cca21aeca3e9e12badba6c5551adc201a.tar.bz2 nutyx-pakxe-a8ff251cca21aeca3e9e12badba6c5551adc201a.tar.xz nutyx-pakxe-a8ff251cca21aeca3e9e12badba6c5551adc201a.zip |
maj dasher#4.10.1-2
Diffstat (limited to 'gnome/dasher')
-rw-r--r-- | gnome/dasher/.footprint | 6 | ||||
-rw-r--r-- | gnome/dasher/Pkgfile | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/gnome/dasher/.footprint b/gnome/dasher/.footprint index efc3fd4e6..24bd6e3dc 100644 --- a/gnome/dasher/.footprint +++ b/gnome/dasher/.footprint @@ -5,9 +5,6 @@ drwxr-xr-x root/root etc/gconf/schemas/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dasher -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dasher.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/dasher.desktop @@ -393,6 +390,9 @@ drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ -rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/dasher.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dasher.1.gz drwxr-xr-x root/root usr/share/omf/ drwxr-xr-x root/root usr/share/omf/dasher/ -rw-r--r-- root/root usr/share/omf/dasher/dasher-C.omf diff --git a/gnome/dasher/Pkgfile b/gnome/dasher/Pkgfile index c2cd4360b..1f6f4f697 100644 --- a/gnome/dasher/Pkgfile +++ b/gnome/dasher/Pkgfile @@ -1,20 +1,17 @@ -# Description: Zooming predictive text entry system +# Description: Système de zoom prédictable pour gnome # URL: http://www.inference.phy.cam.ac.uk/dasher -# Maintainer: Matt Housh, jaeger at morpheus dot net +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: libbonoboui, libgnomeui, at-spi, gnome-speech, libwnck, gnome-keyring -# Group: gnome/desktop name=dasher version=4.10.1 -release=1 -gnomever=2.26.3 -source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2) - +release=2 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ - --mandir=/usr/man \ --with-a11y=yes \ --with-gnome=yes \ --with-speech=yes \ |