summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-25 12:11:13 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-25 12:11:13 +0200
commit673189e3b772f9c9bc1b2acf54bd817307a45422 (patch)
treea1faa3d413d1f03f9e247743bd560679b58a26ed /xorg
parente4bf8fbb3774ab22175e2e2e765690ef30b2f508 (diff)
downloadnutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.gz
nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.bz2
nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.xz
nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.zip
maj xorg-xcursorgen#1.0.3-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xcursorgen/.footprint7
-rw-r--r--xorg/xorg-xcursorgen/.md5sum2
-rw-r--r--xorg/xorg-xcursorgen/Pkgfile11
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