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

Konstantin Gizdov kgizdov at archlinux.org
Tue Jun 30 14:55:03 UTC 2020


    Date: Tuesday, June 30, 2020 @ 14:55:02
  Author: kgizdov
Revision: 657168

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 14:54:54 UTC (rev 657167)
+++ PKGBUILD	2020-06-30 14:55:02 UTC (rev 657168)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: hevea/repos/community-x86_64/PKGBUILD (from rev 657167, hevea/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-30 14:55:02 UTC (rev 657168)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# 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.34
+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=('3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf')
+
+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