[arch-commits] Commit in libx11/repos (12 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon May 28 10:00:52 UTC 2012


    Date: Monday, May 28, 2012 @ 06:00:52
  Author: andyrtr
Revision: 160023

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libx11/repos/extra-i686/PKGBUILD
    (from rev 160022, libx11/trunk/PKGBUILD)
  libx11/repos/extra-i686/xorg.csh
    (from rev 160022, libx11/trunk/xorg.csh)
  libx11/repos/extra-i686/xorg.sh
    (from rev 160022, libx11/trunk/xorg.sh)
  libx11/repos/extra-x86_64/PKGBUILD
    (from rev 160022, libx11/trunk/PKGBUILD)
  libx11/repos/extra-x86_64/xorg.csh
    (from rev 160022, libx11/trunk/xorg.csh)
  libx11/repos/extra-x86_64/xorg.sh
    (from rev 160022, libx11/trunk/xorg.sh)
Deleted:
  libx11/repos/extra-i686/PKGBUILD
  libx11/repos/extra-i686/xorg.csh
  libx11/repos/extra-i686/xorg.sh
  libx11/repos/extra-x86_64/PKGBUILD
  libx11/repos/extra-x86_64/xorg.csh
  libx11/repos/extra-x86_64/xorg.sh

-----------------------+
 extra-i686/PKGBUILD   |   82 ++++++++++++++++++++++++------------------------
 extra-i686/xorg.csh   |   30 ++++++++---------
 extra-i686/xorg.sh    |   30 ++++++++---------
 extra-x86_64/PKGBUILD |   82 ++++++++++++++++++++++++------------------------
 extra-x86_64/xorg.csh |   30 ++++++++---------
 extra-x86_64/xorg.sh  |   30 ++++++++---------
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-i686/PKGBUILD	2012-05-28 10:00:52 UTC (rev 160023)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libx11
-pkgver=1.4.99.901
-pkgrel=1
-pkgdesc="X11 client-side library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-        xorg.sh
-        xorg.csh)
-sha1sums=('af10b064c1c64ee9e7daae0a7f1f9719eb7e965a'
-          '4b756387426afb2a5bb7a155631ec42348abf5c1'
-          '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-i686/PKGBUILD (from rev 160022, libx11/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libx11
+pkgver=1.4.99.902
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+        xorg.sh
+        xorg.csh)
+sha1sums=('afe75b7c2c54e354f726fd36251bcfec1e1f833a'
+          '4b756387426afb2a5bb7a155631ec42348abf5c1'
+          '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/etc/profile.d"
+  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-i686/xorg.csh
===================================================================
--- extra-i686/xorg.csh	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-i686/xorg.csh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -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/share/:/usr/local/share/
-else
-	setenv XDG_DATA_DIRS /usr/share/:/usr/local/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

Copied: libx11/repos/extra-i686/xorg.csh (from rev 160022, libx11/trunk/xorg.csh)
===================================================================
--- extra-i686/xorg.csh	                        (rev 0)
+++ extra-i686/xorg.csh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,15 @@
+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/share/:/usr/local/share/
+else
+	setenv XDG_DATA_DIRS /usr/share/:/usr/local/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: extra-i686/xorg.sh
===================================================================
--- extra-i686/xorg.sh	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-i686/xorg.sh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -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/share/:/usr/local/share/
-else
-	export XDG_DATA_DIRS=/usr/share/:/usr/local/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

Copied: libx11/repos/extra-i686/xorg.sh (from rev 160022, libx11/trunk/xorg.sh)
===================================================================
--- extra-i686/xorg.sh	                        (rev 0)
+++ extra-i686/xorg.sh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,15 @@
+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/share/:/usr/local/share/
+else
+	export XDG_DATA_DIRS=/usr/share/:/usr/local/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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-x86_64/PKGBUILD	2012-05-28 10:00:52 UTC (rev 160023)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libx11
-pkgver=1.4.99.901
-pkgrel=1
-pkgdesc="X11 client-side library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-        xorg.sh
-        xorg.csh)
-sha1sums=('af10b064c1c64ee9e7daae0a7f1f9719eb7e965a'
-          '4b756387426afb2a5bb7a155631ec42348abf5c1'
-          '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 160022, libx11/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libx11
+pkgver=1.4.99.902
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+        xorg.sh
+        xorg.csh)
+sha1sums=('afe75b7c2c54e354f726fd36251bcfec1e1f833a'
+          '4b756387426afb2a5bb7a155631ec42348abf5c1'
+          '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/etc/profile.d"
+  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/xorg.csh
===================================================================
--- extra-x86_64/xorg.csh	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-x86_64/xorg.csh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -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/share/:/usr/local/share/
-else
-	setenv XDG_DATA_DIRS /usr/share/:/usr/local/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

Copied: libx11/repos/extra-x86_64/xorg.csh (from rev 160022, libx11/trunk/xorg.csh)
===================================================================
--- extra-x86_64/xorg.csh	                        (rev 0)
+++ extra-x86_64/xorg.csh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,15 @@
+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/share/:/usr/local/share/
+else
+	setenv XDG_DATA_DIRS /usr/share/:/usr/local/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: extra-x86_64/xorg.sh
===================================================================
--- extra-x86_64/xorg.sh	2012-05-28 09:59:56 UTC (rev 160022)
+++ extra-x86_64/xorg.sh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -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/share/:/usr/local/share/
-else
-	export XDG_DATA_DIRS=/usr/share/:/usr/local/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

Copied: libx11/repos/extra-x86_64/xorg.sh (from rev 160022, libx11/trunk/xorg.sh)
===================================================================
--- extra-x86_64/xorg.sh	                        (rev 0)
+++ extra-x86_64/xorg.sh	2012-05-28 10:00:52 UTC (rev 160023)
@@ -0,0 +1,15 @@
+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/share/:/usr/local/share/
+else
+	export XDG_DATA_DIRS=/usr/share/:/usr/local/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