This commit is contained in:
Juergen Daubert 2006-04-01 17:11:22 +00:00
parent 9df406bdc5
commit d6018f6bc2
2 changed files with 8 additions and 5 deletions

View File

@ -1575,7 +1575,6 @@ lrwxrwxrwx root/root usr/X11R6/bin/outw -> ioport
-rwxr-xr-x root/root usr/X11R6/bin/xmodmap
-rwxr-xr-x root/root usr/X11R6/bin/xmore
-rwxr-xr-x root/root usr/X11R6/bin/xon
-rwxr-xr-x root/root usr/X11R6/bin/xorgcfg
-rwxr-xr-x root/root usr/X11R6/bin/xorgconfig
-rwxr-xr-x root/root usr/X11R6/bin/xphelloworld
-rwxr-xr-x root/root usr/X11R6/bin/xplsprinters
@ -7508,7 +7507,6 @@ drwxr-xr-x root/root usr/X11R6/man/man1/
-rw-r--r-- root/root usr/X11R6/man/man1/xmodmap.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xmore.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xon.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xorgcfg.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xorgconfig.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xphelloworld.1x.gz
-rw-r--r-- root/root usr/X11R6/man/man1/xplsprinters.1x.gz

View File

@ -2,15 +2,17 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: Daniel Mueller, daniel at danm dot de
# URL: http://xorg.freedesktop.org/wiki/
# Depends on: ncurses, libpng, fontconfig
# Depends on: libpng, fontconfig
#
# Nice to have: libtxc_dxtn
name=x11
version=6.9.0
release=2
release=3
source=(http://ftp.x.org/pub/X11R${version}/src-single/X11R${version}-src.tar.bz2 \
$name-$version-xterm256.patch $name-$version-linux_config.patch xdm host.def http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-geteuid.diff)
$name-$version-xterm256.patch $name-$version-linux_config.patch \
http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-geteuid.diff \
xdm host.def)
build() {
cd xc
@ -42,5 +44,8 @@ build() {
mv $PKG/usr/X11R6/lib/pkgconfig $PKG/usr/lib
mv $PKG/etc/{init.d,profile.d} $PKG/etc/X11
# Remove buggy xorgcfg
rm $PKG/usr/X11R6/{bin/xorgcfg,man/man1/xorgcfg.1x}
chmod -R +w $PKG
}