xorg-server: update to 1.10.0.902, bump abi_depends.
This commit is contained in:
parent
225fff6f5a
commit
8d8a3bd025
2 changed files with 6 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=1.9.0"
|
||||
abi_depends=">=1.10.0"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.9.5
|
||||
version=1.10.0.902
|
||||
distfiles="${XORG_SITE}/xserver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-dri-driver-path=/usr/lib/dri --enable-ipv6
|
||||
configure_args="--enable-ipv6
|
||||
--enable-glx-tls --localstatedir=/var --disable-static
|
||||
--disable-config-dbus --enable-config-udev --sysconfdir=/etc/X11
|
||||
--disable-config-hal --enable-secure-rpc
|
||||
|
@ -12,10 +12,11 @@ configure_args="--with-dri-driver-path=/usr/lib/dri --enable-ipv6
|
|||
--disable-dmx --disable-xfree86-utils"
|
||||
short_desc="Modular X11 server from modular X.org"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3fc775097c4f0e8f731447d0183ee709ae37c44c0c286ba00a4b028274e029dc
|
||||
checksum=994ab87bb0cc9b56203e01e3294fddd502a96d074139496ea4ffc03c95b41b42
|
||||
long_desc="
|
||||
The X.org X11 Server from the modularized source tree of X.org."
|
||||
|
||||
conf_files="/etc/udev/rules.d/75-x11-input.rules"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
@ -74,7 +75,7 @@ Add_dependency full xkeyboard-config
|
|||
post_install()
|
||||
{
|
||||
install -m644 -D ${FILESDIR}/x11-input.rules \
|
||||
${DESTDIR}/lib/udev/rules.d/75-x11-input.rules
|
||||
${DESTDIR}/etc/udev/rules.d/75-x11-input.rules
|
||||
install -d ${DESTDIR}/etc/X11/xorg.conf.d
|
||||
install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/X11/xorg.conf.d
|
||||
rm -rf ${DESTDIR}/var/log
|
||||
|
|
Loading…
Reference in a new issue