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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:55:52 UTC 2019


    Date: Monday, November 4, 2019 @ 05:55:52
  Author: felixonmars
Revision: 523258

archrelease: copy trunk to community-staging-any

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

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   28 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

Copied: dot2tex/repos/community-staging-any/ChangeLog (from rev 523257, dot2tex/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2019-11-04 05:55:52 UTC (rev 523258)
@@ -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 523257, dot2tex/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 05:55:52 UTC (rev 523258)
@@ -0,0 +1,28 @@
+# 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.11.3
+pkgrel=2
+pkgdesc="Graphviz to LaTeX converter"
+arch=('any')
+url="https://dot2tex.readthedocs.io/en/latest/"
+license=('MIT')
+depends=('python-pyparsing' 'graphviz' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
+sha512sums=('1595299811461b18cff490a8a56c0215f46989dd4a46fa087b455c717ed5d5f7a5782d04acaa3e4567b4e348bca866d5f24d21663012c4cd813445804ef6f714')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	python setup.py build
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+
+	python setup.py install --root=${pkgdir} --skip-build
+
+	# Install custom license file
+	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list