diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:24:30 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:24:30 +0200 |
commit | c17ae6324ce226923159dcf70dd6719ae7a7f987 (patch) | |
tree | a6bf39cbfc4dc99e827b67bed3138677d42eaf58 | |
parent | 3ae0f70e47c771332f890710e1b1dee1c1aae700 (diff) | |
download | nutyx-pakxe-c17ae6324ce226923159dcf70dd6719ae7a7f987.tar.gz nutyx-pakxe-c17ae6324ce226923159dcf70dd6719ae7a7f987.tar.bz2 nutyx-pakxe-c17ae6324ce226923159dcf70dd6719ae7a7f987.tar.xz nutyx-pakxe-c17ae6324ce226923159dcf70dd6719ae7a7f987.zip |
xorg-xdm, maj footprint
-rw-r--r-- | xorg/xorg-xdm/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xdm/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xdm/Pkgfile | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/xorg/xorg-xdm/.footprint b/xorg/xorg-xdm/.footprint index 4b727bc23..3a8a46c53 100644 --- a/xorg/xorg-xdm/.footprint +++ b/xorg/xorg-xdm/.footprint @@ -26,10 +26,10 @@ drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/ -rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg-bw.xpm -rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg.xpm -rw-r--r-- root/root usr/lib/X11/xdm/xdm-config -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xdm.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/xdm.1.gz drwxr-xr-x root/root usr/share/X11/ drwxr-xr-x root/root usr/share/X11/app-defaults/ -rw-r--r-- root/root usr/share/X11/app-defaults/Chooser diff --git a/xorg/xorg-xdm/.md5sum b/xorg/xorg-xdm/.md5sum index 902409499..338f4148a 100644 --- a/xorg/xorg-xdm/.md5sum +++ b/xorg/xorg-xdm/.md5sum @@ -1,2 +1,2 @@ ab67db2b29e8f1dd8fa8751f9be88a70 xdm -cc1816bc62a3722ad509373b0b7f30fe xdm-1.1.8.tar.bz2 +329383040cdbda5b5c8ce6c7e1120c97 xdm-1.1.10.tar.bz2 diff --git a/xorg/xorg-xdm/Pkgfile b/xorg/xorg-xdm/Pkgfile index 47862c357..17d0a766e 100644 --- a/xorg/xorg-xdm/Pkgfile +++ b/xorg/xorg-xdm/Pkgfile @@ -1,10 +1,11 @@ -# Description: X display manager +# Description: Gestionnaire de login X display # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server, xorg-xrdb name=xorg-xdm -version=1.1.8 +version=1.1.10 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \ xdm) @@ -12,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 build() { cd xdm-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |