Package Details: latex-make 2.4.0-1

Git Clone URL: https://aur.archlinux.org/latex-make.git (read-only, click to copy)
Package Base: latex-make
Description: A collection of LaTeX packages, scipts and Makefile fragments that allows to easily compile LaTeX documents.
Upstream URL: https://gforge.inria.fr/projects/latex-utils/
Licenses: GPL
Submitter: cpaulus
Maintainer: Schnouki
Last Packager: Schnouki
Votes: 7
Popularity: 0.000000
First Submitted: 2010-12-05 18:51 (UTC)
Last Updated: 2020-07-24 07:43 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

pgarner commented on 2022-07-08 17:04 (UTC) (edited on 2022-07-08 17:04 (UTC) by pgarner)

In principle this is now part of texlive-pictures; in practice that is incomplete, so here is an update that works for me:

diff --git a/PKGBUILD b/PKGBUILD
index a29ed69..0facaf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Jost <schnouki@schnouki.net>
 # Contributor: Paulus Cyril <paulus.cyril@gmail.com>
 pkgname=latex-make
-pkgver=2.4.0
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="A collection of LaTeX packages, scipts and Makefile fragments that allows to easily compile LaTeX documents."
 arch=('any')
@@ -11,17 +11,17 @@ depends=('texlive-core' 'texlive-latexextra' 'python')
 optdepends=('inkscape: use of figlatex'
             'fig2dev: use of figlatex'
             'ghostscript: use of figlatex')
-source=(https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-${pkgver}.tar.gz)
-md5sums=('69e9fdf922e91ee3992075863b4acc03')
-sha256sums=('0aafaf5d0cf99d205899084e65c998b52b13906ad8860cab6b9604e4d4f60cb3')
+source=(https://gitlab.inria.fr/latex-utils/latex-make/-/archive/v${pkgver}/latex-make-v${pkgver}.tar.gz)
+md5sums=('682c743d99356428ea9090738e1cffa5')
+sha256sums=('6c69ec491b84d4805b622a2194e8eec98ab05b433c12eb8e07f0b65ba9b13690')
 install=latex-make.install

 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-v$pkgver"
   make
 }

 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-v$pkgver"
   make prefix=/usr DESTDIR="$pkgdir" install
 }

Schnouki commented on 2020-07-24 07:43 (UTC)

Bumped to 2.4.0 and added optdepends based on the INSTALL file. Thanks a lot audeoudh!

audeoudh commented on 2019-11-06 15:20 (UTC)

Here is an updated version: https://pastebin.com/7BBeuqNF

  • Version bump --> 2.3.0
  • Add optdepends array (based on the project repository / "INSTALL" file / "REQUIREMENTS" section).

jsoy9pQbYVNu5nfU commented on 2015-03-19 18:08 (UTC)

2.1.19 is available upstream.

Schnouki commented on 2012-10-21 22:28 (UTC)

Adopted and updated.

cpaulus commented on 2011-12-13 14:08 (UTC)

Updated with Schnouki script, thanks for help.

Schnouki commented on 2011-12-13 13:32 (UTC)

Here is an updated version: http://pastebin.com/gy9mPM1W - version bump --> 2.1.16 - delete all the useless empty variables and the big "this is an example PKGBUILD" - change arch to 'any' - fix "make install" so that the symlink in /usr/include is correct

garrik commented on 2011-09-16 12:10 (UTC)

building makes a bad package : /usr/include/LaTex.mk is linked to the LaTex.mk in pkg directory ind build package. I had to destroy that link and relink /usr/include/LaTex.mk to /usr/share/texmf/scripts/latex-make/LaTeX.mk myself.