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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:27:57 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:27:57
  Author: felixonmars
Revision: 339444

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:27:42 UTC (rev 339443)
+++ PKGBUILD	2018-06-03 17:27:57 UTC (rev 339444)
@@ -1,35 +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=2
-pkgdesc="A LyX to HTML converter"
-url="http://alexfernandez.github.io/elyxer/"
-arch=('any')
-license=('GPL3')
-depends=('python2')
-source=("http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz")
-md5sums=('2692c4c6c5f379c2866eb11eced628bd')
-
-prepare() {
-  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
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  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 339443, elyxer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:27:57 UTC (rev 339444)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Kevin Brubeck Unhammer <unhammer at gmail.com>
+
+pkgname=elyxer
+pkgver=1.2.5
+pkgrel=3
+pkgdesc="A LyX to HTML converter"
+url="http://alexfernandez.github.io/elyxer/"
+arch=('any')
+license=('GPL3')
+depends=('python2')
+source=("http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz")
+sha512sums=('3dc8f5aac635f881c117b8bfb90627314a5c4733648f359d404c6690416538e64c575153db6a8748ca9799729249c126f4628c7fd3590085a974a2d0615ba377')
+
+prepare() {
+  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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  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