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

Pierre Schmitz pierre at archlinux.org
Sun Feb 19 10:59:34 UTC 2012


    Date: Sunday, February 19, 2012 @ 05:59:33
  Author: pierre
Revision: 150652

archrelease: copy trunk to extra-any

Added:
  pyxdg/repos/extra-any/PKGBUILD
    (from rev 150651, pyxdg/trunk/PKGBUILD)
Deleted:
  pyxdg/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-19 10:59:10 UTC (rev 150651)
+++ PKGBUILD	2012-02-19 10:59:33 UTC (rev 150652)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Contributor: Mario A. Vazquez <mario_vazq at hotmail.com>
-
-pkgname=pyxdg
-pkgver=0.19
-pkgrel=2
-pkgdesc="Python library to access freedesktop.org standards."
-arch=('any')
-url="http://freedesktop.org/Software/pyxdg"
-license=("LGPL")
-depends=('python2')
-source=(http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1
-}
-md5sums=('9f33542e846d0fc1e0bfa992a8555b0a')

Copied: pyxdg/repos/extra-any/PKGBUILD (from rev 150651, pyxdg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-19 10:59:33 UTC (rev 150652)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Mario A. Vazquez <mario_vazq at hotmail.com>
+
+pkgname=pyxdg
+pkgver=0.19
+pkgrel=3
+pkgdesc="Python library to access freedesktop.org standards."
+arch=('any')
+url="http://freedesktop.org/Software/pyxdg"
+license=("LGPL")
+depends=('python2')
+source=("http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9f33542e846d0fc1e0bfa992a8555b0a')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+}




More information about the arch-commits mailing list