[arch-commits] Commit in hevea/repos/community-x86_64 (PKGBUILD PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Sat Sep 29 22:30:06 UTC 2018


    Date: Saturday, September 29, 2018 @ 22:30:06
  Author: zorun
Revision: 388045

archrelease: copy trunk to community-x86_64

Added:
  hevea/repos/community-x86_64/PKGBUILD
    (from rev 388044, hevea/trunk/PKGBUILD)
Deleted:
  hevea/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 22:29:47 UTC (rev 388044)
+++ PKGBUILD	2018-09-29 22:30:06 UTC (rev 388045)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: hevea/repos/community-x86_64/PKGBUILD (from rev 388044, hevea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-29 22:30:06 UTC (rev 388045)
@@ -0,0 +1,28 @@
+# 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.32
+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=('de55c6809ae077cd9b2cd5c758449907845677258815c96a713764e6e0c59ee8')
+
+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
+}



More information about the arch-commits mailing list