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

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Sep 20 10:49:54 UTC 2013


    Date: Friday, September 20, 2013 @ 12:49:53
  Author: jelle
Revision: 97449

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

Added:
  uniconvertor/repos/community-staging-i686/
  uniconvertor/repos/community-staging-i686/PKGBUILD
    (from rev 97448, uniconvertor/trunk/PKGBUILD)
  uniconvertor/repos/community-staging-x86_64/
  uniconvertor/repos/community-staging-x86_64/PKGBUILD
    (from rev 97448, uniconvertor/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: uniconvertor/repos/community-staging-i686/PKGBUILD (from rev 97448, uniconvertor/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-09-20 10:49:53 UTC (rev 97449)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=uniconvertor
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A universal vector graphics translator using sK1 engine."
+arch=('i686' 'x86_64')
+url="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
+license=('GPL')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
+makedepends=('gcc')
+source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
+md5sums=('d1272315a58304ece2ff588834e23f72')
+
+build() {
+  cd "$srcdir/uniconvertor-$pkgver"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/uniconvertor-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}

Copied: uniconvertor/repos/community-staging-x86_64/PKGBUILD (from rev 97448, uniconvertor/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-09-20 10:49:53 UTC (rev 97449)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=uniconvertor
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A universal vector graphics translator using sK1 engine."
+arch=('i686' 'x86_64')
+url="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
+license=('GPL')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
+makedepends=('gcc')
+source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
+md5sums=('d1272315a58304ece2ff588834e23f72')
+
+build() {
+  cd "$srcdir/uniconvertor-$pkgver"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/uniconvertor-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}




More information about the arch-commits mailing list