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

Andreas Radke andyrtr at nymeria.archlinux.org
Thu Nov 7 17:44:04 UTC 2013


    Date: Thursday, November 7, 2013 @ 18:44:04
  Author: andyrtr
Revision: 199039

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-07 17:43:49 UTC (rev 199038)
+++ PKGBUILD	2013-11-07 17:44:04 UTC (rev 199039)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xtrans
-pkgver=1.2.7
-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)
-sha1sums=('b6ed421edf577816f6e641e1846dc0bff337676c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${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 199038, xtrans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-07 17:44:04 UTC (rev 199039)
@@ -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.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"
+}




More information about the arch-commits mailing list