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: Fri, 04 Mar 2022 23:47:29 +0100	[thread overview]
Message-ID: <20220304224729.gH-GUB65NHfYSen9yEPSliqKLTGKyB-IZu508AI5_Qg@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: 1081 bytes --]

From d92bf9a67ce52b33050f3dd4d6348eaa70ac192a Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Thu, 17 Feb 2022 11:08:29 +0100
Subject: [PATCH] New package: latexmk-4.76

---
 srcpkgs/latexmk/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/latexmk/template

diff --git a/srcpkgs/latexmk/template b/srcpkgs/latexmk/template
new file mode 100644
index 000000000000..760e59ba85bf
--- /dev/null
+++ b/srcpkgs/latexmk/template
@@ -0,0 +1,19 @@
+# Template file for 'latexmk'
+pkgname=latexmk
+version=4.76
+revision=1
+wrksrc="${pkgname}"
+depends="perl"
+short_desc="Perl script for running LaTeX the correct number of times"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://personal.psu.edu/~jcc8/software/latexmk"
+distfiles="${homepage}/${pkgname}-${version/./}.zip"
+checksum=9abb87da4666d6078c9006dbb32dc2a7cb3996fc2f76b0c6c5c73311a50ac89e
+# texlive also installs latexmk
+conflicts="texlive"
+
+do_install() {
+	vbin latexmk.pl latexmk
+	vman latexmk.1
+}

  parent reply	other threads:[~2022-03-04 22:47 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 [this message]
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 ` [PR PATCH] [Updated] " vutunganh
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=20220304224729.gH-GUB65NHfYSen9yEPSliqKLTGKyB-IZu508AI5_Qg@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).