Github messages for voidlinux
 help / color / mirror / Atom feed
From: vutunganh <vutunganh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: latexmk-4.76
Date: Sun, 17 Apr 2022 12:32:48 +0200	[thread overview]
Message-ID: <20220417103248.iEmMUwE4hQrZkaf0sQv9MqZE99tJvL7YkmcYoSHIuBw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35661@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

There is an updated pull request by vutunganh against master on the void-packages repository

https://github.com/vutunganh/void-packages latexmk
https://github.com/void-linux/void-packages/pull/35661

New package: latexmk-4.76
This script only works if LaTeX and perl are installed.
- There are many providers for a LaTeX compiler (I assume) so I didn't list it as a dependency.
- As for perl, there are multiple ways of installing perl as well (e.g. via perlbrew into the user's home directory). I did include it as a dependency though.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Resolves https://github.com/void-linux/void-packages/issues/35626.

A patch file from https://github.com/void-linux/void-packages/pull/35661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-latexmk-35661.patch --]
[-- Type: text/x-diff, Size: 1767 bytes --]

From 8e930acefe84fae36343fa5989f9597d1edecafd Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Tue, 15 Mar 2022 20:50:59 +0100
Subject: [PATCH] texlive: Pull latexmk into a subpackage

---
 srcpkgs/texlive-latexmk  |  1 +
 srcpkgs/texlive/template | 13 +++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/texlive-latexmk

diff --git a/srcpkgs/texlive-latexmk b/srcpkgs/texlive-latexmk
new file mode 120000
index 000000000000..c6cca627ba90
--- /dev/null
+++ b/srcpkgs/texlive-latexmk
@@ -0,0 +1 @@
+texlive
\ No newline at end of file
diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index cf3fa5c8044e..b8bb1919fded 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=2
+revision=3
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure
@@ -71,7 +71,7 @@ makedepends="cairo-devel freetype-devel gd-devel graphite-devel gmp-devel
  harfbuzz-devel icu-devel libpaper-devel libpng-devel mpfr-devel
  poppler-devel pixman-devel libteckit-devel zlib-devel zziplib-devel
  libXaw-devel"
-depends="dialog ghostscript perl-Tk texlive-core xbps-triggers"
+depends="dialog ghostscript perl-Tk texlive-core texlive-latexmk xbps-triggers"
 short_desc="TeX Live"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-2.0-or-later"
@@ -393,3 +393,12 @@ texlive-PythonTeX_package() {
 		vmove usr/share/texmf-dist/scripts/pythontex
 	}
 }
+
+texlive-latexmk_package() {
+	depends="perl"
+	short_desc+=" - script for compiling the correct number of times"
+	pkg_install() {
+		vmove usr/bin/latexmk
+		vmove usr/share/texmf-dist/scripts/latexmk
+	}
+}

  parent reply	other threads:[~2022-04-17 10:32 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17 10:20 [PR PATCH] " vutunganh
2022-02-17 11:36 ` [PR PATCH] [Updated] " vutunganh
2022-02-17 11:39 ` vutunganh
2022-02-18 11:23 ` vutunganh
2022-02-19 14:46 ` [PR REVIEW] " dkwo
2022-02-19 14:46 ` dkwo
2022-02-22 15:47 ` vutunganh
2022-03-04 22:16 ` [PR PATCH] [Updated] " vutunganh
2022-03-04 22:47 ` vutunganh
2022-03-04 22:47 ` [PR REVIEW] " vutunganh
2022-03-04 22:48 ` vutunganh
2022-03-04 22:49 ` vutunganh
2022-03-08 19:54 ` Chocimier
2022-03-15 19:54 ` vutunganh
2022-03-15 20:34 ` Chocimier
2022-03-15 20:35 ` vutunganh
2022-03-15 20:35 ` Chocimier
2022-03-15 20:36 ` vutunganh
2022-03-15 20:40 ` [PR PATCH] [Updated] " vutunganh
2022-03-15 20:41 ` [PR REVIEW] " vutunganh
2022-03-19  8:18 ` dkwo
2022-03-19 12:40 ` vutunganh
2022-03-19 18:48 ` dkwo
2022-03-29 17:52 ` Chocimier
2022-04-09 19:39 ` [PR PATCH] [Updated] " vutunganh
2022-04-09 19:40 ` vutunganh
2022-04-09 19:41 ` vutunganh
2022-04-09 19:58 ` vutunganh
2022-04-13 20:21 ` dkwo
2022-04-16 12:10 ` vutunganh
2022-04-17 10:27 ` dkwo
2022-04-17 10:32 ` vutunganh [this message]
2022-04-19 17:34 ` [PR PATCH] [Merged]: " Chocimier
2022-04-21 13:45 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220417103248.iEmMUwE4hQrZkaf0sQv9MqZE99tJvL7YkmcYoSHIuBw@z \
    --to=vutunganh@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).