From fa58b24e012c4c1a2679059ba19afd40cbc3607d Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 7 Aug 2012 11:09:25 -0500 Subject: libx11 1.5.0 --- abs/core/libx11/PKGBUILD | 16 ++++++++++------ abs/core/libx11/xorg.csh | 4 ++-- abs/core/libx11/xorg.sh | 4 ++-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/abs/core/libx11/PKGBUILD b/abs/core/libx11/PKGBUILD index af9afab..dfee942 100644 --- a/abs/core/libx11/PKGBUILD +++ b/abs/core/libx11/PKGBUILD @@ -1,9 +1,9 @@ -# $Id$ +# $Id: PKGBUILD 160633 2012-06-02 21:43:25Z andyrtr $ # Maintainer: Jan de Groot pkgname=libx11 -pkgver=1.4.3 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc="X11 client-side library" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" @@ -14,14 +14,18 @@ license=('custom') source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2 xorg.sh xorg.csh) -sha1sums=('174270a0e51614b5077026fc6c20701d4e09aef8' - '4b756387426afb2a5bb7a155631ec42348abf5c1' - '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8') +sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86' + '1a1b5db0320579958fba24774bae7984a1b1b8c647ac6fbd4d8937178c48ed46' + '96c85ccbdcb056540f2e2b6cf48dea067f80260c16957ee401c49cf94cea5894') build() { cd "${srcdir}/libX11-${pkgver}" ./configure --prefix=/usr --disable-static --disable-xf86bigfont make +} + +package() { + cd "${srcdir}/libX11-${pkgver}" make check } diff --git a/abs/core/libx11/xorg.csh b/abs/core/libx11/xorg.csh index 26c49a2..39d5a97 100644 --- a/abs/core/libx11/xorg.csh +++ b/abs/core/libx11/xorg.csh @@ -3,9 +3,9 @@ setenv XDG_CONFIG_HOME ${HOME}/.config setenv XDG_CACHE_HOME ${HOME}/.cache if (! ($?XDG_DATA_DIRS) ) then - setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/ + setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/ else - setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/:${XDG_DATA_DIRS} + setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS} endif if (! ($?XDG_CONFIG_DIRS) ) then diff --git a/abs/core/libx11/xorg.sh b/abs/core/libx11/xorg.sh index e1de686..4fc02e3 100644 --- a/abs/core/libx11/xorg.sh +++ b/abs/core/libx11/xorg.sh @@ -3,9 +3,9 @@ export XDG_CONFIG_HOME=$HOME/.config export XDG_CACHE_HOME=$HOME/.cache if [ -z $XDG_DATA_DIRS ]; then - export XDG_DATA_DIRS=/usr/share/:/usr/local/share/ + export XDG_DATA_DIRS=/usr/local/share/:/usr/share/ else - export XDG_DATA_DIRS=/usr/share/:/usr/local/share/:$XDG_DATA_DIRS + export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS fi if [ -z $XDG_CONFIG_DIRS ]; then -- cgit v0.12