[arch-commits] Commit in (6 files)

Alexander Rødseth arodseth at archlinux.org
Fri Aug 26 13:57:15 UTC 2016


    Date: Friday, August 26, 2016 @ 13:57:14
  Author: arodseth
Revision: 187606

Add fvextra

Added:
  fvextra/
  fvextra/repos/
  fvextra/repos/community-any/
  fvextra/trunk/
  fvextra/trunk/PKGBUILD
  fvextra/trunk/fvextra.install

-----------------+
 PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 fvextra.install |   11 +++++++++++
 2 files changed, 43 insertions(+)

Added: fvextra/trunk/PKGBUILD
===================================================================
--- fvextra/trunk/PKGBUILD	                        (rev 0)
+++ fvextra/trunk/PKGBUILD	2016-08-26 13:57:14 UTC (rev 187606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=fvextra
+pkgver=1.2
+pkgrel=1
+pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
+url="https://github.com/gpoore/$pkgname"
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/fvextra/archive/v$pkgver.tar.gz"
+        "fvextra.install")
+install=fvextra.install
+sha256sums=('fac2d6b6ad1e31d4387b8f569a99df207175b4dc2e1a65cd1b4108090d5d51aa'
+            '12978d92dcfaa62ce80e8dbbfc50af56dcbbac858521b9bce21caa0dd2f15bc3')
+
+build() {
+  cd "$pkgname-$pkgver/fvextra"
+
+  yes | tex fvextra.ins
+}
+
+package() {
+  cd "$pkgname-$pkgver/fvextra"
+
+  install -Dm644 fvextra.sty "$pkgdir/usr/share/texmf/tex/latex/$pkgname"
+  install -Dm644 fvextra.pdf "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: fvextra/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: fvextra/trunk/fvextra.install
===================================================================
--- fvextra/trunk/fvextra.install	                        (rev 0)
+++ fvextra/trunk/fvextra.install	2016-08-26 13:57:14 UTC (rev 187606)
@@ -0,0 +1,11 @@
+post_install() {
+  texconfig-sys rehash
+}
+
+post_upgrade() {
+  texconfig-sys rehash
+}
+
+post_remove() {
+  texconfig-sys rehash
+}



More information about the arch-commits mailing list