Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: sonic-0.2.0
@ 2020-07-05 19:58 joey-commits
  2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: joey-commits @ 2020-07-05 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From 8bbd83fbf4b791a5059cea6383294144575ea4f0 Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] new package: sonic-0.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 878ca5a5ac6..a62a2f6f762 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
 libhugetlbfs.so.0 libhugetlbfs-2.22_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..8ce8ed5d5c5
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,30 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+vmove "usr/lib/*.a"
+	}
+}

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

* Re: [PR PATCH] [Updated] new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
@ 2020-07-05 20:36 ` joey-commits
  2020-11-04 19:07 ` joey-commits
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-07-05 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From 7f869b684cddbbaba2f1505b345feaf73cf3b64c Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] new package: sonic-0.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 878ca5a5ac6..a62a2f6f762 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
 libhugetlbfs.so.0 libhugetlbfs-2.22_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..b455a109856
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,30 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

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

* Re: [PR PATCH] [Updated] new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
  2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
@ 2020-11-04 19:07 ` joey-commits
  2020-11-04 19:11 ` joey-commits
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-04 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From 10813f9985d92741429907151acaa34efd414cda Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] new package: sonic-0.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 4270867b673..3aa4e137b99 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3992,3 +3992,4 @@ libSeExpr2Editor.so.3 seexpr-krita-3.4.4.0_1
 libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..b455a109856
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,30 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
  2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
  2020-11-04 19:07 ` joey-commits
@ 2020-11-04 19:11 ` joey-commits
  2020-11-09  0:57 ` sgn
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-04 19:11 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-721920794

Comment:
I was wondering if there were any outstanding issues with merging this. Thank you.

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (2 preceding siblings ...)
  2020-11-04 19:11 ` joey-commits
@ 2020-11-09  0:57 ` sgn
  2020-11-09 11:36 ` [PR PATCH] [Updated] " joey-commits
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-11-09  0:57 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-723697440

Comment:
Commit message: "New package: sonic-0.2.0"

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

* Re: [PR PATCH] [Updated] new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (3 preceding siblings ...)
  2020-11-09  0:57 ` sgn
@ 2020-11-09 11:36 ` joey-commits
  2020-11-09 11:38 ` joey-commits
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-09 11:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From ef8497fadc670fcc40893fe9990c571fbfa70eef Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] New package: sonic-0.2.0

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

diff --git a/common/shlibs b/common/shlibs
index 4270867b673..3aa4e137b99 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3992,3 +3992,4 @@ libSeExpr2Editor.so.3 seexpr-krita-3.4.4.0_1
 libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..b455a109856
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,30 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (4 preceding siblings ...)
  2020-11-09 11:36 ` [PR PATCH] [Updated] " joey-commits
@ 2020-11-09 11:38 ` joey-commits
  2020-11-10 13:53 ` joey-commits
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-09 11:38 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-723959174

Comment:
Thank you for taking the time to provide review comments.

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (5 preceding siblings ...)
  2020-11-09 11:38 ` joey-commits
@ 2020-11-10 13:53 ` joey-commits
  2020-11-10 21:08 ` Chocimier
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-10 13:53 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-724715552

Comment:
I updated this yesterday and was wondering if this package still had any outstanding issues before it could be merged. Thanks in advance.

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (6 preceding siblings ...)
  2020-11-10 13:53 ` joey-commits
@ 2020-11-10 21:08 ` Chocimier
  2020-11-11  3:52 ` [PR PATCH] [Updated] " joey-commits
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2020-11-10 21:08 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-724967215

Comment:
Would be nice to have manpage installed (with vman).

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

* Re: [PR PATCH] [Updated] new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (7 preceding siblings ...)
  2020-11-10 21:08 ` Chocimier
@ 2020-11-11  3:52 ` joey-commits
  2020-11-11 14:58 ` joey-commits
  2020-11-11 16:09 ` [PR PATCH] [Merged]: " Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-11  3:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From 7f50d7f6d7e2212caf5fe2bbe7ec06fa9f409deb Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] New package: sonic-0.2.0

---
 common/shlibs          |  1 +
 srcpkgs/libsonic       |  1 +
 srcpkgs/libsonic-devel |  1 +
 srcpkgs/sonic/template | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsonic
 create mode 120000 srcpkgs/libsonic-devel
 create mode 100644 srcpkgs/sonic/template

diff --git a/common/shlibs b/common/shlibs
index 4270867b673..3aa4e137b99 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3992,3 +3992,4 @@ libSeExpr2Editor.so.3 seexpr-krita-3.4.4.0_1
 libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..48c1ea37203
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,34 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+post_install() {
+	vman sonic.1
+}
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

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

* Re: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (8 preceding siblings ...)
  2020-11-11  3:52 ` [PR PATCH] [Updated] " joey-commits
@ 2020-11-11 14:58 ` joey-commits
  2020-11-11 16:09 ` [PR PATCH] [Merged]: " Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: joey-commits @ 2020-11-11 14:58 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/23399#issuecomment-725471368

Comment:
Thanks for the feedback. I have added the man page.

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

* Re: [PR PATCH] [Merged]: new package: sonic-0.2.0
  2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
                   ` (9 preceding siblings ...)
  2020-11-11 14:58 ` joey-commits
@ 2020-11-11 16:09 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2020-11-11 16:09 UTC (permalink / raw)
  To: ml

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

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

new package: sonic-0.2.0
https://github.com/void-linux/void-packages/pull/23399

Description:


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

end of thread, other threads:[~2020-11-11 16:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
2020-11-04 19:07 ` joey-commits
2020-11-04 19:11 ` joey-commits
2020-11-09  0:57 ` sgn
2020-11-09 11:36 ` [PR PATCH] [Updated] " joey-commits
2020-11-09 11:38 ` joey-commits
2020-11-10 13:53 ` joey-commits
2020-11-10 21:08 ` Chocimier
2020-11-11  3:52 ` [PR PATCH] [Updated] " joey-commits
2020-11-11 14:58 ` joey-commits
2020-11-11 16:09 ` [PR PATCH] [Merged]: " Chocimier

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