diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xcursorgen/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xcursorgen/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xcursorgen/Pkgfile | 11 |
3 files changed, 11 insertions, 9 deletions
diff --git a/xorg/xorg-xcursorgen/.footprint b/xorg/xorg-xcursorgen/.footprint index 6974f4036..2fbd5bb30 100644 --- a/xorg/xorg-xcursorgen/.footprint +++ b/xorg/xorg-xcursorgen/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xcursorgen -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xcursorgen.1.gz +drwxr-xr-x root/root usr/share/ +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/xcursorgen.1.gz diff --git a/xorg/xorg-xcursorgen/.md5sum b/xorg/xorg-xcursorgen/.md5sum index 949fdaef5..ac92e81b0 100644 --- a/xorg/xorg-xcursorgen/.md5sum +++ b/xorg/xorg-xcursorgen/.md5sum @@ -1 +1 @@ -6fc90896b8c786cb1a2100b4167f7874 xcursorgen-1.0.2.tar.bz2 +69df079b3950a0db4e5f4e6f0e00ddee xcursorgen-1.0.3.tar.bz2 diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile index 77aea442d..9543189cc 100644 --- a/xorg/xorg-xcursorgen/Pkgfile +++ b/xorg/xorg-xcursorgen/Pkgfile @@ -1,17 +1,18 @@ -# Description: Utility to create X cursors +# Description: Utilitaire pour créer les curseurs X # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-libxcursor, libpng +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxcursor, libpng12 name=xorg-xcursorgen -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2) build() { cd xcursorgen-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |