[arch-commits] Commit in xtrans/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri Nov 8 17:00:07 UTC 2013


    Date: Friday, November 8, 2013 @ 18:00:07
  Author: andyrtr
Revision: 199080

archrelease: copy trunk to extra-any

Added:
  xtrans/repos/extra-any/PKGBUILD
    (from rev 199079, xtrans/trunk/PKGBUILD)
Deleted:
  xtrans/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-08 16:59:39 UTC (rev 199079)
+++ PKGBUILD	2013-11-08 17:00:07 UTC (rev 199080)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xtrans
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="X transport library"
-arch=('any')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9bdcbf7539317a518099f13eda35a9b6e1986ef6d319cc21a95a167b66325a8c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  install -m755 -d "${pkgdir}/usr/lib"
-  mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: xtrans/repos/extra-any/PKGBUILD (from rev 199079, xtrans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-08 17:00:07 UTC (rev 199080)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xtrans
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="X transport library"
+arch=('any')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+options=(!emptydirs)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -m755 -d "${pkgdir}/usr/lib"
+  mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
+}




More information about the arch-commits mailing list