Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: planarity-3.0.1.1
@ 2021-11-10 18:03 tornaria
  2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
  2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2021-11-10 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages planarity
https://github.com/void-linux/void-packages/pull/34015

New package: planarity-3.0.1.1
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

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

From cb8ac189a5255813fbb4e508603ececd9322a715 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 10 Nov 2021 14:59:20 -0300
Subject: [PATCH] New package: planarity-3.0.1.1

---
 srcpkgs/planarity-devel    |  1 +
 srcpkgs/planarity/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/planarity-devel
 create mode 100644 srcpkgs/planarity/template

diff --git a/srcpkgs/planarity-devel b/srcpkgs/planarity-devel
new file mode 120000
index 000000000000..474ce05b0d78
--- /dev/null
+++ b/srcpkgs/planarity-devel
@@ -0,0 +1 @@
+planarity
\ No newline at end of file
diff --git a/srcpkgs/planarity/template b/srcpkgs/planarity/template
new file mode 100644
index 000000000000..aab5ce4a08fc
--- /dev/null
+++ b/srcpkgs/planarity/template
@@ -0,0 +1,25 @@
+# Template file for 'planarity'
+pkgname=planarity
+version=3.0.1.1
+revision=1
+build_style=gnu-configure
+short_desc="Graph algorithms for planar embedding and related algorithms"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="BSD-3-Clause"
+homepage="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
+distfiles="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${version}/planarity-${version}.tar.gz"
+checksum=50b686fce6e67ba3a4d0634632c16566539a95d7e51afd066f6b1d5ae0eab284
+
+post_install() {
+	vlicense LICENSE.TXT
+}
+
+planarity-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: planarity-3.0.1.1
  2021-11-10 18:03 [PR PATCH] New package: planarity-3.0.1.1 tornaria
@ 2021-11-10 19:41 ` tornaria
  2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2021-11-10 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages planarity
https://github.com/void-linux/void-packages/pull/34015

New package: planarity-3.0.1.1
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

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

From e01c6a7ca8f188df1d79760b14b4d24f47d5c0c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 10 Nov 2021 14:59:20 -0300
Subject: [PATCH] New package: planarity-3.0.1.1

---
 common/shlibs              |  1 +
 srcpkgs/planarity-devel    |  1 +
 srcpkgs/planarity/template | 25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/planarity-devel
 create mode 100644 srcpkgs/planarity/template

diff --git a/common/shlibs b/common/shlibs
index d6f6a725304f..d5af0a708017 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4016,6 +4016,7 @@ liblinbox.so.0 linbox-1.6.3_1
 libpari-gmp.so.7 pari-2.13.0_1
 libpari-gmp-tls.so.7 pari-2.13.2_1
 libtree-sitter.so.0 tree-sitter-0.19.0_1
+libplanarity.so.0 planarity-3.0.1.1_1
 libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
 libgf2x.so.3 gf2x-1.3.0_1
 libntl.so.44 ntl-11.5.1_1
diff --git a/srcpkgs/planarity-devel b/srcpkgs/planarity-devel
new file mode 120000
index 000000000000..474ce05b0d78
--- /dev/null
+++ b/srcpkgs/planarity-devel
@@ -0,0 +1 @@
+planarity
\ No newline at end of file
diff --git a/srcpkgs/planarity/template b/srcpkgs/planarity/template
new file mode 100644
index 000000000000..aab5ce4a08fc
--- /dev/null
+++ b/srcpkgs/planarity/template
@@ -0,0 +1,25 @@
+# Template file for 'planarity'
+pkgname=planarity
+version=3.0.1.1
+revision=1
+build_style=gnu-configure
+short_desc="Graph algorithms for planar embedding and related algorithms"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="BSD-3-Clause"
+homepage="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
+distfiles="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${version}/planarity-${version}.tar.gz"
+checksum=50b686fce6e67ba3a4d0634632c16566539a95d7e51afd066f6b1d5ae0eab284
+
+post_install() {
+	vlicense LICENSE.TXT
+}
+
+planarity-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: planarity-3.0.1.1
  2021-11-10 18:03 [PR PATCH] New package: planarity-3.0.1.1 tornaria
  2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-10 19:47 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-11-10 19:47 UTC (permalink / raw)
  To: ml

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

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

New package: planarity-3.0.1.1
https://github.com/void-linux/void-packages/pull/34015

Description:
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

end of thread, other threads:[~2021-11-10 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 18:03 [PR PATCH] New package: planarity-3.0.1.1 tornaria
2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen

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