diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:15:05 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:15:05 +0100 |
commit | a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3 (patch) | |
tree | 532abde9a5a02fd5dad7788c9fdf678b10da0dac /xorg/xorg-xf86-input-void | |
parent | 810f8893159be9c9031e1bf1b7ccaa24f81c3436 (diff) | |
download | nutyx-pakxe-a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3.tar.gz nutyx-pakxe-a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3.tar.bz2 nutyx-pakxe-a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3.tar.xz nutyx-pakxe-a7cfd481f564facd6e9e1c7d6bf6915e0be0ebd3.zip |
maj de xorg-xf86-input-void#1.3.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-void')
-rw-r--r-- | xorg/xorg-xf86-input-void/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-void/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-void/Pkgfile | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-xf86-input-void/.footprint b/xorg/xorg-xf86-input-void/.footprint index dbfe8c532..28e760147 100644 --- a/xorg/xorg-xf86-input-void/.footprint +++ b/xorg/xorg-xf86-input-void/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/input/void_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/void_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/void.4.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/void.4.gz diff --git a/xorg/xorg-xf86-input-void/.md5sum b/xorg/xorg-xf86-input-void/.md5sum index 8c33c83b8..43b2e03c4 100644 --- a/xorg/xorg-xf86-input-void/.md5sum +++ b/xorg/xorg-xf86-input-void/.md5sum @@ -1 +1 @@ -c81fbd9368abbe1488b423ddef477e88 xf86-input-void-1.2.0.tar.bz2 +53bdac9ca56418f4675810ed8a78b3e8 xf86-input-void-1.3.0.tar.bz2 diff --git a/xorg/xorg-xf86-input-void/Pkgfile b/xorg/xorg-xf86-input-void/Pkgfile index 90c962f83..bcd022108 100644 --- a/xorg/xorg-xf86-input-void/Pkgfile +++ b/xorg/xorg-xf86-input-void/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-void # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr # Depends on: xorg-server name=xorg-xf86-input-void -version=1.2.0 +version=1.3.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-$version.tar.bz2) build() { cd xf86-input-void-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |