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

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Jun 4 16:06:06 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-06-04 15:55:49 UTC (rev 187150)
+++ PKGBUILD	2013-06-04 16:06:06 UTC (rev 187151)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at 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.csh	2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.csh	2013-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




More information about the arch-commits mailing list