[arch-commits] Commit in kiwi/repos/community-i686 (PKGBUILD PKGBUILD)

Federico Cinelli cinelli at nymeria.archlinux.org
Tue Mar 12 01:49:19 UTC 2013


    Date: Tuesday, March 12, 2013 @ 02:49:19
  Author: cinelli
Revision: 86109

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

Added:
  kiwi/repos/community-i686/PKGBUILD
    (from rev 86108, kiwi/trunk/PKGBUILD)
Deleted:
  kiwi/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-12 01:47:22 UTC (rev 86108)
+++ PKGBUILD	2013-03-12 01:49:19 UTC (rev 86109)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=kiwi
-pkgver=1.9.29
-pkgrel=2
-pkgdesc="A set of classes and wrappers for PyGTK"
-arch=('i686' 'x86_64')
-url="http://www.async.com.br/projects/kiwi"
-license=("LGPL")
-depends=('python2' 'python' 'pygtk' 'gtk')
-makedepends=('gettext')
-source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Apply Python2 fix.
-  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
-    echo "Applying python2 fix for $file"
-    sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: kiwi/repos/community-i686/PKGBUILD (from rev 86108, kiwi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-12 01:49:19 UTC (rev 86109)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=kiwi
+pkgver=1.9.29
+pkgrel=3
+pkgdesc="A set of classes and wrappers for PyGTK"
+arch=('i686' 'x86_64')
+url="http://www.async.com.br/projects/kiwi"
+license=("LGPL")
+depends=('python2' 'python' 'pygtk' 'gtk')
+makedepends=('gettext')
+source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2")
+sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Apply Python2 fix.
+  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
+    echo "Applying python2 fix for $file"
+    sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
+  done
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+}




More information about the arch-commits mailing list