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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sat Feb 1 09:34:22 UTC 2014


    Date: Saturday, February 1, 2014 @ 10:34:22
  Author: lfleischer
Revision: 105127

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-01 09:14:33 UTC (rev 105126)
+++ PKGBUILD	2014-02-01 09:34:22 UTC (rev 105127)
@@ -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-x86_64/PKGBUILD (from rev 105126, kiwi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-01 09:34:22 UTC (rev 105127)
@@ -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