[arch-commits] Commit in dot2tex/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:23:32 UTC 2018


    Date: Friday, November 9, 2018 @ 22:23:31
  Author: felixonmars
Revision: 404946

archrelease: copy trunk to community-staging-any

Added:
  dot2tex/repos/community-staging-any/
  dot2tex/repos/community-staging-any/ChangeLog
    (from rev 404944, dot2tex/trunk/ChangeLog)
  dot2tex/repos/community-staging-any/PKGBUILD
    (from rev 404944, dot2tex/trunk/PKGBUILD)

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   23 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

Copied: dot2tex/repos/community-staging-any/ChangeLog (from rev 404944, dot2tex/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2018-11-09 22:23:31 UTC (rev 404946)
@@ -0,0 +1,6 @@
+2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major version 2.8.7
+	* Changed architecture to 'any'
+
+2011-01-22 Chris Brannon <chris at the-brannons.com>
+	* Adjusted dependency from pyparsing to python2-pyparsing.

Copied: dot2tex/repos/community-staging-any/PKGBUILD (from rev 404944, dot2tex/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:23:31 UTC (rev 404946)
@@ -0,0 +1,23 @@
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=dot2tex
+pkgver=2.9.0
+pkgrel=3
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="https://dot2tex.readthedocs.io/en/latest/"
+license=('MIT')
+depends=('python2-pyparsing' 'graphviz')
+source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
+md5sums=('e27e61e4ad86854164d1f6e286047991')
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	python2 setup.py install --root=${pkgdir}
+
+	# Install custom license file
+	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list