[arch-commits] Commit in elyxer/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Jul 3 16:36:01 UTC 2014


    Date: Thursday, July 3, 2014 @ 18:36:01
  Author: fyan
Revision: 114754

archrelease: copy trunk to community-any

Added:
  elyxer/repos/community-any/PKGBUILD
    (from rev 114753, elyxer/trunk/PKGBUILD)
Deleted:
  elyxer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-03 16:35:16 UTC (rev 114753)
+++ PKGBUILD	2014-07-03 16:36:01 UTC (rev 114754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Kevin Brubeck Unhammer <unhammer at gmail.com>
-
-pkgname=elyxer
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="A LyX to HTML converter"
-url="http://alexfernandez.github.com/elyxer/"
-arch=('any')
-license=('GPL3')
-depends=('python2')
-source=("http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz")
-md5sums=('2692c4c6c5f379c2866eb11eced628bd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix (copyleftrightupdown Allan McRae 2010)
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-         -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-         $(find . -name '*.py')
-
-  # might not be needed, but can't hurt -- kevin
-  sed -i "s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')|" \
-    src/elyxer/conf/fileconfig.py
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: elyxer/repos/community-any/PKGBUILD (from rev 114753, elyxer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-03 16:36:01 UTC (rev 114754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Kevin Brubeck Unhammer <unhammer at gmail.com>
+
+pkgname=elyxer
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="A LyX to HTML converter"
+url="http://alexfernandez.github.com/elyxer/"
+arch=('any')
+license=('GPL3')
+depends=('python2')
+source=("http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz")
+md5sums=('2692c4c6c5f379c2866eb11eced628bd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix (copyleftrightupdown Allan McRae 2010)
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+         -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+         $(find . -name '*.py')
+
+  # might not be needed, but can't hurt -- kevin
+  sed -i "s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')|" \
+    src/elyxer/conf/fileconfig.py
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list