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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Mar 5 09:48:36 UTC 2013


    Date: Tuesday, March 5, 2013 @ 10:48:36
  Author: spupykin
Revision: 85705

archrelease: copy trunk to community-x86_64

Added:
  texvc/repos/community-x86_64/PKGBUILD
    (from rev 85704, texvc/trunk/PKGBUILD)
Deleted:
  texvc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-05 09:48:24 UTC (rev 85704)
+++ PKGBUILD	2013-03-05 09:48:36 UTC (rev 85705)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=texvc
-pkgver=1.19.1
-_svnrev=110614
-pkgrel=1
-pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
-arch=(i686 x86_64)
-url="http://www.mediawiki.org/wiki/Extension:Math"
-license=("GPL")
-depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
-makedepends=('ocaml')
-source=(http://upload.wikimedia.org/ext-dist/Math-MW1.19-${_svnrev}.tar.gz)
-md5sums=('d5217e19c26bc08201f9fe6bec8722ff')
-
-build() {
-  cd $srcdir/Math/math
-  make
-  install -d -m 0755 $pkgdir/usr/bin
-  install -m 0755 texvc $pkgdir/usr/bin
-}

Copied: texvc/repos/community-x86_64/PKGBUILD (from rev 85704, texvc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-05 09:48:36 UTC (rev 85705)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=texvc
+pkgver=1.20
+pkgrel=1
+pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
+arch=(i686 x86_64)
+url="http://www.mediawiki.org/wiki/Extension:Math"
+license=("GPL")
+depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
+makedepends=('ocaml')
+source=(mediawiki-math-1.20.tar.gz::https://nodeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${pkgver/./_})
+md5sums=('ee8fceb0a86f2972409104767406591c')
+
+build() {
+  cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
+  make -j1
+}
+
+package() {
+  cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
+  install -d -m 0755 $pkgdir/usr/bin
+  install -m 0755 texvc $pkgdir/usr/bin
+}




More information about the arch-commits mailing list