[arch-commits] Commit in kiwi/repos (4 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Mar 3 03:09:38 UTC 2013


    Date: Sunday, March 3, 2013 @ 04:09:38
  Author: cinelli
Revision: 85550

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

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

---------------------------+
 community-i686/PKGBUILD   |   63 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   63 ++++++++++++++++++++++----------------------
 2 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-03 03:07:53 UTC (rev 85549)
+++ community-i686/PKGBUILD	2013-03-03 03:09:38 UTC (rev 85550)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# 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=('pygtk')
-makedepends=('gettext')
-source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-	# 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 85549, kiwi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-03 03:09:38 UTC (rev 85550)
@@ -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=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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-03 03:07:53 UTC (rev 85549)
+++ community-x86_64/PKGBUILD	2013-03-03 03:09:38 UTC (rev 85550)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# 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=('pygtk')
-makedepends=('gettext')
-source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-	# 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-x86_64/PKGBUILD (from rev 85549, kiwi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-03 03:09:38 UTC (rev 85550)
@@ -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=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"
+}




More information about the arch-commits mailing list