Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: termrec-0.18
@ 2019-10-02  0:32 voidlinux-github
  2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-02  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From 3dd2106c16161be7e5109eb8d256cd78873cc48a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index e559ff69e92..63a25f3d70e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3514,3 +3514,4 @@ libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..131626fefd8
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,31 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
  2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-02 16:13 ` voidlinux-github
  2019-10-30 17:24 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-02 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From 907db59d3affda1984a58dd4cd271698eb749faa Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index e559ff69e92..63a25f3d70e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3514,3 +3514,4 @@ libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..bb1b3df1ba9
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,30 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
@ 2019-10-02 16:13 ` voidlinux-github
  2019-10-02 16:13 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-02 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From 907db59d3affda1984a58dd4cd271698eb749faa Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index e559ff69e92..63a25f3d70e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3514,3 +3514,4 @@ libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..bb1b3df1ba9
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,30 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-30 17:24 ` voidlinux-github
@ 2019-10-30 17:24 ` voidlinux-github
  2019-11-06 15:03 ` voidlinux-github
  2019-11-06 15:06 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From dd9fcc235d069978d2a73aaa252f4fdbcfc69c68 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index 41e609a31db..2a6aef0fc2d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3526,3 +3526,4 @@ libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
 libicns.so.1 libicns-0.8.1_1
 librabbitmq.so.4 rabbitmq-c-0.9.0_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..131626fefd8
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,31 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
  2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-02 16:13 ` voidlinux-github
@ 2019-10-30 17:24 ` voidlinux-github
  2019-10-30 17:24 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From dd9fcc235d069978d2a73aaa252f4fdbcfc69c68 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index 41e609a31db..2a6aef0fc2d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3526,3 +3526,4 @@ libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
 libicns.so.1 libicns-0.8.1_1
 librabbitmq.so.4 rabbitmq-c-0.9.0_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..131626fefd8
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,31 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-30 17:24 ` voidlinux-github
@ 2019-11-06 15:03 ` voidlinux-github
  2019-11-06 15:06 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-06 15:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From a4e8776e3972bde9ac81f55aa0187140cf6c8aa7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index c958f39efba..01f5e82f2db 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3664,3 +3664,4 @@ librte_metrics.so.1 dpdk-19.08_1
 librte_cryptodev.so.8 dpdk-19.08_1
 librte_rawdev.so.1 dpdk-19.08_1
 librte_kni.so.2 dpdk-19.08_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..131626fefd8
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,31 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	depends="libtermrec"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: termrec-0.18
  2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-11-06 15:03 ` voidlinux-github
@ 2019-11-06 15:06 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-06 15:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_termrec
https://github.com/void-linux/void-packages/pull/14932

New package: termrec-0.18


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

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

From 65c2e8b75109890d97f1ecb1a21b1c67e2df4431 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 26 Sep 2019 09:56:29 -0500
Subject: [PATCH] New package: termrec-0.18

---
 common/shlibs            |  1 +
 srcpkgs/libtermrec       |  1 +
 srcpkgs/libtermrec-devel |  1 +
 srcpkgs/termrec/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/libtermrec
 create mode 120000 srcpkgs/libtermrec-devel
 create mode 100644 srcpkgs/termrec/template

diff --git a/common/shlibs b/common/shlibs
index c958f39efba..01f5e82f2db 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3664,3 +3664,4 @@ librte_metrics.so.1 dpdk-19.08_1
 librte_cryptodev.so.8 dpdk-19.08_1
 librte_rawdev.so.1 dpdk-19.08_1
 librte_kni.so.2 dpdk-19.08_1
+libtty.so.1 libtermrec-0.18_1
diff --git a/srcpkgs/libtermrec b/srcpkgs/libtermrec
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/libtermrec-devel b/srcpkgs/libtermrec-devel
new file mode 120000
index 00000000000..d10f0b44227
--- /dev/null
+++ b/srcpkgs/libtermrec-devel
@@ -0,0 +1 @@
+termrec
\ No newline at end of file
diff --git a/srcpkgs/termrec/template b/srcpkgs/termrec/template
new file mode 100644
index 00000000000..ab998ef0f88
--- /dev/null
+++ b/srcpkgs/termrec/template
@@ -0,0 +1,30 @@
+# Template file for 'termrec'
+pkgname=termrec
+version=0.18
+revision=1
+build_style=gnu-configure
+makedepends="libcurl-devel"
+depends="libtermrec"
+short_desc="Record terminal"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.0-or-later"
+homepage="http://angband.pl/termrec.html"
+distfiles="${SOURCEFORGE_SITE}/termrec/termrec-${version}.tar.xz"
+checksum=34701853dc26073b7cd5d202438998349c45a61a0f210948e79469bf3255a5e3
+
+libtermrec_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libtermrec-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

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

end of thread, other threads:[~2019-11-06 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  0:32 [PR PATCH] New package: termrec-0.18 voidlinux-github
2019-10-02 16:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 16:13 ` voidlinux-github
2019-10-30 17:24 ` voidlinux-github
2019-10-30 17:24 ` voidlinux-github
2019-11-06 15:03 ` voidlinux-github
2019-11-06 15:06 ` voidlinux-github

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