Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pdf2svg-0.2.3
@ 2023-03-02 17:27 Eloitor
  2023-03-03  1:34 ` [PR REVIEW] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2023-03-02 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdf2svg
https://github.com/void-linux/void-packages/pull/42548

New package: pdf2svg-0.2.3
Package for sagemath: https://github.com/void-linux/void-packages/pull/34030#issuecomment-968369692

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

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

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

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

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

From d33c39db0b6eb1ac1f223650cb5613c9e6bba829 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 2 Mar 2023 18:20:33 +0100
Subject: [PATCH] New package: pdf2svg-0.2.3

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

diff --git a/srcpkgs/pdf2svg/template b/srcpkgs/pdf2svg/template
new file mode 100644
index 000000000000..ff40a1e99069
--- /dev/null
+++ b/srcpkgs/pdf2svg/template
@@ -0,0 +1,14 @@
+# Template file for 'pdf2svg'
+pkgname=pdf2svg
+version=0.2.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="cairo-devel poppler-glib-devel"
+short_desc="Simple PDF to SVG converter using Poppler and Cairo"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-only"
+homepage="http://www.cityinthesky.co.uk/opensource/pdf2svg/"
+#changelog=""
+distfiles="https://github.com/dawbarton/pdf2svg/archive/v${version}.tar.gz"
+checksum=4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a

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

* Re: [PR REVIEW] New package: pdf2svg-0.2.3
  2023-03-02 17:27 [PR PATCH] New package: pdf2svg-0.2.3 Eloitor
@ 2023-03-03  1:34 ` abenson
  2023-03-03 14:32 ` [PR PATCH] [Updated] " Eloitor
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-03-03  1:34 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42548#discussion_r1123943546

Comment:
Remove this line if there's no changelog.

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

* Re: [PR PATCH] [Updated] New package: pdf2svg-0.2.3
  2023-03-02 17:27 [PR PATCH] New package: pdf2svg-0.2.3 Eloitor
  2023-03-03  1:34 ` [PR REVIEW] " abenson
@ 2023-03-03 14:32 ` Eloitor
  2023-06-02  2:04 ` github-actions
  2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-03-03 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages pdf2svg
https://github.com/void-linux/void-packages/pull/42548

New package: pdf2svg-0.2.3
Package for sagemath: https://github.com/void-linux/void-packages/pull/34030#issuecomment-968369692

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

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

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

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

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

From 801cde944e73db53cea70b42742d5271bca4a9ca Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 2 Mar 2023 18:20:33 +0100
Subject: [PATCH] New package: pdf2svg-0.2.3

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

diff --git a/srcpkgs/pdf2svg/template b/srcpkgs/pdf2svg/template
new file mode 100644
index 000000000000..172fd68791ac
--- /dev/null
+++ b/srcpkgs/pdf2svg/template
@@ -0,0 +1,13 @@
+# Template file for 'pdf2svg'
+pkgname=pdf2svg
+version=0.2.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="cairo-devel poppler-glib-devel"
+short_desc="Simple PDF to SVG converter using Poppler and Cairo"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-2.0-only"
+homepage="http://www.cityinthesky.co.uk/opensource/pdf2svg/"
+distfiles="https://github.com/dawbarton/pdf2svg/archive/v${version}.tar.gz"
+checksum=4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a

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

* Re: New package: pdf2svg-0.2.3
  2023-03-02 17:27 [PR PATCH] New package: pdf2svg-0.2.3 Eloitor
  2023-03-03  1:34 ` [PR REVIEW] " abenson
  2023-03-03 14:32 ` [PR PATCH] [Updated] " Eloitor
@ 2023-06-02  2:04 ` github-actions
  2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-06-02  2:04 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42548#issuecomment-1573029781

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: pdf2svg-0.2.3
  2023-03-02 17:27 [PR PATCH] New package: pdf2svg-0.2.3 Eloitor
                   ` (2 preceding siblings ...)
  2023-06-02  2:04 ` github-actions
@ 2023-06-17  1:56 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-06-17  1:56 UTC (permalink / raw)
  To: ml

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

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

New package: pdf2svg-0.2.3
https://github.com/void-linux/void-packages/pull/42548

Description:
Package for sagemath: https://github.com/void-linux/void-packages/pull/34030#issuecomment-968369692

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

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

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

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

end of thread, other threads:[~2023-06-17  1:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 17:27 [PR PATCH] New package: pdf2svg-0.2.3 Eloitor
2023-03-03  1:34 ` [PR REVIEW] " abenson
2023-03-03 14:32 ` [PR PATCH] [Updated] " Eloitor
2023-06-02  2:04 ` github-actions
2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions

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