xorg-xdm: updated to 1.1.11.

This commit is contained in:
Tilman Sauerbeck 2011-10-01 09:05:02 +02:00
parent e90ac17666
commit ee188638ac
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,6 @@ drwxr-xr-x root/root usr/lib/X11/xdm/
-rwxr-xr-x root/root usr/lib/X11/xdm/Xstartup
-rwxr-xr-x root/root usr/lib/X11/xdm/Xwilling
-rwxr-xr-x root/root usr/lib/X11/xdm/chooser
-rw-r--r-- root/root usr/lib/X11/xdm/libXdmGreet.a
-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.la
-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.so
drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/
@ -29,6 +28,7 @@ drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/
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
-rw-r--r-- root/root usr/man/man1/xdmshell.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/

View File

@ -1,2 +1,2 @@
ab67db2b29e8f1dd8fa8751f9be88a70 xdm
329383040cdbda5b5c8ce6c7e1120c97 xdm-1.1.10.tar.bz2
64a1af1f7eb69feae12e75d4cc3aaf19 xdm-1.1.11.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-server, xorg-xrdb
name=xorg-xdm
version=1.1.10
version=1.1.11
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \
xdm)
@ -12,7 +12,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 --mandir=/usr/man --enable-xdmshell
make
make DESTDIR=$PKG install