Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlive: missing latexindent dependencies
@ 2023-05-17 18:35 okrplay
  2023-05-19 12:00 ` okrplay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: okrplay @ 2023-05-17 18:35 UTC (permalink / raw)
  To: ml

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

There is a new pull request by okrplay against master on the void-packages repository

https://github.com/okrplay/void-packages-fork latexindent
https://github.com/void-linux/void-packages/pull/43922

texlive: missing latexindent dependencies
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes
- `texlive` includes `latexindent`, whose Perl dependencies were missing from the `texlive` package.

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

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

From d73439b01f800cf3c4416a60829da7ff93113b66 Mon Sep 17 00:00:00 2001
From: okrplay <32576280+okrplay@users.noreply.github.com>
Date: Wed, 17 May 2023 20:26:39 +0200
Subject: [PATCH] texlive: missing latexindent dependencies

---
 srcpkgs/texlive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index 3ed852196cc5..f64f55c934b7 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=5
+revision=6
 build_wrksrc="build"
 build_style=gnu-configure
 configure_script="../configure"
@@ -68,7 +68,7 @@ hostmakedepends="pkg-config perl lua52-BitOp texinfo"
 makedepends="cairo-devel freetype-devel gd-devel graphite-devel gmp-devel
  harfbuzz-devel icu-devel libpaper-devel libpng-devel mpfr-devel
  pixman-devel libteckit-devel zlib-devel zziplib-devel libXaw-devel"
-depends="dialog ghostscript perl-Tk texlive-core texlive-latexmk xbps-triggers"
+depends="dialog ghostscript perl-File-HomeDir perl-Tk perl-Unicode-LineBreak perl-YAML-Tiny texlive-core texlive-latexmk xbps-triggers"
 short_desc="TeX Live"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-2.0-or-later"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texlive: missing latexindent dependencies
  2023-05-17 18:35 [PR PATCH] texlive: missing latexindent dependencies okrplay
@ 2023-05-19 12:00 ` okrplay
  2023-05-19 20:59 ` classabbyamp
  2023-05-20 16:57 ` [PR PATCH] [Closed]: " okrplay
  2 siblings, 0 replies; 5+ messages in thread
From: okrplay @ 2023-05-19 12:00 UTC (permalink / raw)
  To: ml

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

New comment by okrplay on void-packages repository

https://github.com/void-linux/void-packages/pull/43922#issuecomment-1554466557

Comment:
Is the commit author relevant if the package itself has @fosslinux set as the maintainer?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texlive: missing latexindent dependencies
  2023-05-17 18:35 [PR PATCH] texlive: missing latexindent dependencies okrplay
  2023-05-19 12:00 ` okrplay
@ 2023-05-19 20:59 ` classabbyamp
  2023-05-20 16:57 ` [PR PATCH] [Closed]: " okrplay
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-19 20:59 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43922#issuecomment-1555242573

Comment:
yes, it should be something other than the github noreply email

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: texlive: missing latexindent dependencies
  2023-05-17 18:35 [PR PATCH] texlive: missing latexindent dependencies okrplay
  2023-05-19 12:00 ` okrplay
  2023-05-19 20:59 ` classabbyamp
@ 2023-05-20 16:57 ` okrplay
  2 siblings, 0 replies; 5+ messages in thread
From: okrplay @ 2023-05-20 16:57 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

texlive: missing latexindent dependencies
https://github.com/void-linux/void-packages/pull/43922

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes
- `texlive` includes `latexindent`, whose Perl dependencies were missing from the `texlive` package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PR PATCH] texlive: missing latexindent dependencies
@ 2023-05-20 17:05 okrplay
  0 siblings, 0 replies; 5+ messages in thread
From: okrplay @ 2023-05-20 17:05 UTC (permalink / raw)
  To: ml

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

There is a new pull request by okrplay against master on the void-packages repository

https://github.com/okrplay/void-packages-fork latexindent
https://github.com/void-linux/void-packages/pull/43967

texlive: missing latexindent dependencies
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes
- `texlive` includes `latexindent`, whose Perl dependencies were missing from the `texlive` package.
- I created a new pull request because I could not re-open the last one.

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

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

From 18d11bd3e86b436cb78b1802cf49a90828da92b9 Mon Sep 17 00:00:00 2001
From: okrplay <void@okrplay.ch>
Date: Sat, 20 May 2023 19:03:27 +0200
Subject: [PATCH] texlive: missing latexindent dependencies

---
 srcpkgs/texlive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index 3ed852196cc5..f64f55c934b7 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=5
+revision=6
 build_wrksrc="build"
 build_style=gnu-configure
 configure_script="../configure"
@@ -68,7 +68,7 @@ hostmakedepends="pkg-config perl lua52-BitOp texinfo"
 makedepends="cairo-devel freetype-devel gd-devel graphite-devel gmp-devel
  harfbuzz-devel icu-devel libpaper-devel libpng-devel mpfr-devel
  pixman-devel libteckit-devel zlib-devel zziplib-devel libXaw-devel"
-depends="dialog ghostscript perl-Tk texlive-core texlive-latexmk xbps-triggers"
+depends="dialog ghostscript perl-File-HomeDir perl-Tk perl-Unicode-LineBreak perl-YAML-Tiny texlive-core texlive-latexmk xbps-triggers"
 short_desc="TeX Live"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-2.0-or-later"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-20 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 18:35 [PR PATCH] texlive: missing latexindent dependencies okrplay
2023-05-19 12:00 ` okrplay
2023-05-19 20:59 ` classabbyamp
2023-05-20 16:57 ` [PR PATCH] [Closed]: " okrplay
2023-05-20 17:05 [PR PATCH] " okrplay

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).