[arch-commits] Commit in hevea/repos/community-x86_64 (3 files)
Antonio Rojas
arojas at archlinux.org
Tue Dec 5 09:25:57 UTC 2017
Date: Tuesday, December 5, 2017 @ 09:25:56
Author: arojas
Revision: 272222
archrelease: copy trunk to community-x86_64
Added:
hevea/repos/community-x86_64/PKGBUILD
(from rev 272221, hevea/trunk/PKGBUILD)
Deleted:
hevea/repos/community-x86_64/PKGBUILD
hevea/repos/community-x86_64/hevea.install
---------------+
PKGBUILD | 60 +++++++++++++++++++++++++++-----------------------------
hevea.install | 12 -----------
2 files changed, 29 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 09:25:24 UTC (rev 272221)
+++ PKGBUILD 2017-12-05 09:25:56 UTC (rev 272222)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Brian Nguyen <bhnguyen at gmail.com>
-# Original Packager: Tom K <tomk at runbox.com>
-
-pkgname=hevea
-pkgver=2.30
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('texlive-bin')
-makedepends=('ocaml' 'ocamlbuild')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/"
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e93deac8d2cc62a8d9eae2817094cdba81cabef264d009f3d434d85ab9a249c')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- sed -i 's:usr/local:usr:' Makefile
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- sed -i 's:/usr:$PREFIX:' config.sh
- make install PREFIX="$pkgdir"/usr
- mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
- ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
-}
Copied: hevea/repos/community-x86_64/PKGBUILD (from rev 272221, hevea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-05 09:25:56 UTC (rev 272222)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Brian Nguyen <bhnguyen at gmail.com>
+# Original Packager: Tom K <tomk at runbox.com>
+
+pkgname=hevea
+pkgver=2.31
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(x86_64)
+depends=('texlive-bin')
+makedepends=('ocaml' 'ocamlbuild')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/"
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+sha256sums=('fbd7ad20aff45e557f5835f99a53d29a1753657cf2c004f26de83345b1b5b997')
+
+build() {
+ cd $pkgname-$pkgver
+ make PREFIX=/usr
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" make install
+ mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
+ ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
+}
Deleted: hevea.install
===================================================================
--- hevea.install 2017-12-05 09:25:24 UTC (rev 272221)
+++ hevea.install 2017-12-05 09:25:56 UTC (rev 272222)
@@ -1,12 +0,0 @@
-post_install() {
- echo "HEVEA is fully functional when other software are installed:"
- echo "* A modern LaTeX installation including dvips."
- echo "* The ghostscript PostScript interpreter."
- echo "* The netpbm image processing package."
- echo "However, these are optional and hevea runs without them."
-}
-
-post_upgrade() {
- post_install $1
-}
-
More information about the arch-commits
mailing list