[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.csh xorg.sh)

2013-06-04 Thread Andreas Radke
Date: Tuesday, June 4, 2013 @ 18:06:06
  Author: andyrtr
Revision: 187151

upgpkg: libx11 1.6.0-1

upstream update 1.6.0

Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/xorg.csh
  libx11/trunk/xorg.sh

--+
 PKGBUILD |6 +++---
 xorg.csh |   15 ---
 xorg.sh  |   15 ---
 3 files changed, 3 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 15:55:49 UTC (rev 187150)
+++ PKGBUILD2013-06-04 16:06:06 UTC (rev 187151)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86')
+sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
 
 build() {
   cd ${srcdir}/libX11-${pkgver}

Deleted: xorg.csh
===
--- xorg.csh2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.csh2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-setenv XDG_DATA_HOME ${HOME}/.local/share
-setenv XDG_CONFIG_HOME ${HOME}/.config
-setenv XDG_CACHE_HOME ${HOME}/.cache
-
-if (! ($?XDG_DATA_DIRS) ) then
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/
-else
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS}
-endif
-
-if (! ($?XDG_CONFIG_DIRS) ) then
-   setenv XDG_CONFIG_DIRS /etc/xdg
-else
-   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
-endif

Deleted: xorg.sh
===
--- xorg.sh 2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.sh 2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-export XDG_DATA_HOME=$HOME/.local/share
-export XDG_CONFIG_HOME=$HOME/.config
-export XDG_CACHE_HOME=$HOME/.cache
-
-if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
-else
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS
-fi
-
-if [ -z $XDG_CONFIG_DIRS ]; then
-   export XDG_CONFIG_DIRS=/etc/xdg
-else
-   export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
-fi



[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.csh xorg.sh)

2012-06-02 Thread andyrtr
Date: Saturday, June 2, 2012 @ 17:42:39
  Author: andyrtr
Revision: 160632

upgpkg: libx11 1.5.0-1

upstream update 1.5.0; fix environment variable 
/usr/share/:/usr/local/share/:/usr/share order FS#30113

Modified:
  libx11/trunk/PKGBUILD
  libx11/trunk/xorg.csh
  libx11/trunk/xorg.sh

--+
 PKGBUILD |8 
 xorg.csh |4 ++--
 xorg.sh  |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 21:31:52 UTC (rev 160631)
+++ PKGBUILD2012-06-02 21:42:39 UTC (rev 160632)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.4.99.902
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
@@ -14,9 +14,9 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('afe75b7c2c54e354f726fd36251bcfec1e1f833a'
-  '4b756387426afb2a5bb7a155631ec42348abf5c1'
-  '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86'
+'1a1b5db0320579958fba24774bae7984a1b1b8c647ac6fbd4d8937178c48ed46'
+'96c85ccbdcb056540f2e2b6cf48dea067f80260c16957ee401c49cf94cea5894')
 
 build() {
   cd ${srcdir}/libX11-${pkgver}

Modified: xorg.csh
===
--- xorg.csh2012-06-02 21:31:52 UTC (rev 160631)
+++ xorg.csh2012-06-02 21:42:39 UTC (rev 160632)
@@ -3,9 +3,9 @@
 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

Modified: xorg.sh
===
--- xorg.sh 2012-06-02 21:31:52 UTC (rev 160631)
+++ xorg.sh 2012-06-02 21:42:39 UTC (rev 160632)
@@ -3,9 +3,9 @@
 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