x11/xorg-server: upgrade to 1.7.1

This commit is contained in:
Natanael Copa 2009-11-02 19:57:33 +00:00
parent 270a28086e
commit 38d9df3174

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xorg-server
pkgver=1.7.0.901
pkgrel=1
pkgver=1.7.1
pkgrel=0
pkgdesc="X.Org X servers"
url="http://xorg.freedesktop.org"
license="custom"
@ -72,8 +72,6 @@ build () {
# Fix dbus config path
sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
#aclocal && autoconf -I m4 && automake && libtoolize --force || return 1
# xorg modules does not work with the -z now and it seems like we
# cannot pass over the linker flag to .so files. so we tweak the
# gcc specs.
@ -105,8 +103,11 @@ build () {
--disable-xace \
|| return 1
make
}
make || return 1
package() {
cd "$srcdir"/$pkgname-$pkgver
make -j1 DESTDIR="$pkgdir" install || return 1
install -m755 -d "$pkgdir"/etc/X11 || return 1
@ -134,5 +135,5 @@ xephyr() {
mv "$pkgdir"/usr/bin/Xephyr "$subpkgdir"/usr/bin/
}
md5sums="38c5cfbb5bda671aed9f390e9b7c34b4 xorg-server-1.7.0.901.tar.bz2
md5sums="dda7842467cda6018fdc87e6002e4db1 xorg-server-1.7.1.tar.bz2
222de594206d1148a90eddfda4f7a11a xorg-redhat-die-ugly-pattern-die-die-die.patch"