Package Details: latex-mk 2.1-5

Git Clone URL: https://aur.archlinux.org/latex-mk.git (read-only, click to copy)
Package Base: latex-mk
Description: tool for managing LaTeX projects
Upstream URL: https://latex-mk.sourceforge.net
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: haawda
Votes: 21
Popularity: 0.000000
First Submitted: 2010-02-01 19:24 (UTC)
Last Updated: 2023-04-06 06:16 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

haawda commented on 2023-04-06 06:18 (UTC)

Thanks for the hint, done.

gabor_zoka commented on 2023-04-05 08:44 (UTC) (edited on 2023-04-05 08:44 (UTC) by gabor_zoka)

Hello haawda,

Would you be kind to change http:// to https:// in source=(...) please? Call me paranoid, but I consider that safer. Then, I do not just have to trust the maintainer's chksum, but at least I know I downloaded from the URL stated there.

I have tested and it worked. It would make my pull requests simpler and benefits others as well.

Thank you for your consideration and maintenance.

Kind Regards,

Gábor

jubnzv commented on 2022-01-16 14:32 (UTC)

haawda: No problem, thank you for maintaining this. My patch is a quick workaround, so it shouldn't be applied.

haawda commented on 2022-01-16 13:24 (UTC)

latex-mk is not latexmk, so this package is not out-of-date.

jubnzv: sorry for the late reply. I will apply another patch.

jubnzv commented on 2021-09-23 04:10 (UTC) (edited on 2021-09-23 04:12 (UTC) by jubnzv)

It seems deprecated and can not be built:

Making all in doc
make[1]: Entering directory '/home/jubnzv/.cache/yay/latex-mk/src/latex-mk-2.1/doc'
rm -rf latex-mk.htp
if /bin/sh /home/jubnzv/.cache/yay/latex-mk/src/latex-mk-2.1/missing --run makeinfo --html --no-split  -I . \
 -o latex-mk.htp latex-mk.texi; \
then \
  rm -rf latex-mk.html; \
  if test ! -d latex-mk.htp && test -d latex-mk; then \
    mv latex-mk latex-mk.html; else mv latex-mk.htp latex-mk.html; fi; \
else \
  if test ! -d latex-mk.htp && test -d latex-mk; then \
    rm -rf latex-mk; else rm -Rf latex-mk.htp latex-mk.html; fi; \
  exit 1; \
fi
latex-mk.texi:6: unknown command `setcontentsaftertitlepage'
make[1]: *** [Makefile:262: latex-mk.html] Error 1
make[1]: Leaving directory '/home/jubnzv/.cache/yay/latex-mk/src/latex-mk-2.1/doc'
make: *** [Makefile:323: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error making: latex-mk

To fix that, I created the following patch:

diff --git a/doc/latex-mk.texi b/doc/latex-mk.texi
index 83cb71a..e2df83f 100644
--- a/doc/latex-mk.texi 2010-12-29 00:50:27.000000000 +0300
+++ b/doc/latex-mk.texi   2021-09-23 07:01:33.672462188 +0300
@@ -3,7 +3,6 @@
 @c %**start of header
 @setfilename latex-mk.info
 @settitle LaTeX-Mk
-@setcontentsaftertitlepage
 @c %**end of header

 @include version.texi

And added prepare function to PKGBUILD to apply it by this way:

prepare() {
    cd "$pkgname-$pkgver"
    patch --forward -p1 --input=/home/jubnzv/Sources/ArchPackages/latex-mk/fix.patch
}

After that patch it works as expected.

haawda commented on 2014-09-19 21:13 (UTC)

Why was this marked out of date?

haawda commented on 2011-03-19 11:08 (UTC)

Adopted, added install file.