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

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Apr 1 18:03:12 UTC 2014


    Date: Tuesday, April 1, 2014 @ 20:03:12
  Author: andyrtr
Revision: 209721

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-01 18:03:00 UTC (rev 209720)
+++ PKGBUILD	2014-04-01 18:03:12 UTC (rev 209721)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xtrans
-pkgver=1.3.3
-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=('622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-}
-
-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 209720, xtrans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-01 18:03:12 UTC (rev 209721)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xtrans
+pkgver=1.3.4
+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=('054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+}
+
+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