Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jack-keyboard-2.7.2
@ 2024-04-10 17:01 iFoundSilentHouse
  2024-04-10 17:07 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 17:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

New package: jack-keyboard-2.7.2
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jack-keyboard-2.7.2-49790.patch --]
[-- Type: text/x-diff, Size: 1515 bytes --]

From c092849b55a64e04cac576967864c63117100b21 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 22:52:12 +0600
Subject: [PATCH] New package: jack-keyboard-2.7.2

---
 srcpkgs/jack-keyboard/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/jack-keyboard/template

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
new file mode 100644
index 00000000000000..aa4e603dd3ba8d
--- /dev/null
+++ b/srcpkgs/jack-keyboard/template
@@ -0,0 +1,34 @@
+# Template file for 'jack-keyboard'
+pkgname=jack-keyboard
+version=2.7.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cmake pkg-config"
+makedepends="gtk+-devel jack-devel pango-devel"
+short_desc="Send jack midi events with PC keyboard"
+maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://jack-keyboard.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
+checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gtk+-devel"
+fi
+
+pre_build() {
+	mkdir -p build 
+	cd build
+	CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
+	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+	-DLashEnable=False
+}
+
+do_build() {
+	# Package is built on "make install" phase
+	true
+}
+
+post_install() {
+	mv "${DESTDIR}/usr/man" "${DESTDIR}/usr/share/man"
+}

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

* Re: [PR PATCH] [Updated] New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
@ 2024-04-10 17:07 ` iFoundSilentHouse
  2024-04-10 19:43 ` meator
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

New package: jack-keyboard-2.7.2
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jack-keyboard-2.7.2-49790.patch --]
[-- Type: text/x-diff, Size: 1533 bytes --]

From d6016ef18266dffd462b0ef2e9b37a197afac687 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 22:52:12 +0600
Subject: [PATCH] New package: jack-keyboard-2.7.2

---
 srcpkgs/jack-keyboard/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/jack-keyboard/template

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
new file mode 100644
index 00000000000000..5c4a89142b1f8a
--- /dev/null
+++ b/srcpkgs/jack-keyboard/template
@@ -0,0 +1,35 @@
+# Template file for 'jack-keyboard'
+pkgname=jack-keyboard
+version=2.7.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cmake pkg-config"
+makedepends="gtk+-devel jack-devel pango-devel"
+short_desc="Send jack midi events with PC keyboard"
+maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://jack-keyboard.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
+checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gtk+-devel"
+fi
+
+pre_build() {
+	mkdir -p build
+	cd build
+	CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
+	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+	-DLashEnable=False
+}
+
+do_build() {
+	# Package is built on "make install" phase
+	true
+}
+
+post_install() {
+	vlicense COPYING
+	mv "${DESTDIR}/usr/man" "${DESTDIR}/usr/share/man"
+}

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

* Re: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
  2024-04-10 17:07 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-10 19:43 ` meator
  2024-04-10 19:48 ` iFoundSilentHouse
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2024-04-10 19:43 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#issuecomment-2048310601

Comment:
You should use the `cmake` build style.

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

* Re: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
  2024-04-10 17:07 ` [PR PATCH] [Updated] " iFoundSilentHouse
  2024-04-10 19:43 ` meator
@ 2024-04-10 19:48 ` iFoundSilentHouse
  2024-04-10 19:58 ` meator
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 19:48 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#issuecomment-2048321758

Comment:
> You should use the `cmake` build style.

Cmake style uses `ninja` build commands. This package needs cmake and then make install.

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

* Re: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-04-10 19:48 ` iFoundSilentHouse
@ 2024-04-10 19:58 ` meator
  2024-04-10 19:59 ` meator
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2024-04-10 19:58 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#issuecomment-2048334765

Comment:
CMake supports a variety of build systems. All of them should work equally well. Upstream might recommend `make`, but `ninja` should also work. Void uses CMake with Ninja, so you should prefer that.

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

* Re: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (3 preceding siblings ...)
  2024-04-10 19:58 ` meator
@ 2024-04-10 19:59 ` meator
  2024-04-10 20:26 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: meator @ 2024-04-10 19:59 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#issuecomment-2048334765

Comment:
CMake supports a variety of build systems. All of them should work equally well. Upstream might recommend `make`, but `ninja` should also work. `void-packages` uses CMake with Ninja, so you should prefer that.

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

* Re: [PR PATCH] [Updated] New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (4 preceding siblings ...)
  2024-04-10 19:59 ` meator
@ 2024-04-10 20:26 ` iFoundSilentHouse
  2024-04-10 20:26 ` iFoundSilentHouse
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

New package: jack-keyboard-2.7.2
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jack-keyboard-2.7.2-49790.patch --]
[-- Type: text/x-diff, Size: 3068 bytes --]

From d6016ef18266dffd462b0ef2e9b37a197afac687 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 22:52:12 +0600
Subject: [PATCH 1/2] New package: jack-keyboard-2.7.2

---
 srcpkgs/jack-keyboard/template | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/jack-keyboard/template

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
new file mode 100644
index 00000000000000..5c4a89142b1f8a
--- /dev/null
+++ b/srcpkgs/jack-keyboard/template
@@ -0,0 +1,35 @@
+# Template file for 'jack-keyboard'
+pkgname=jack-keyboard
+version=2.7.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cmake pkg-config"
+makedepends="gtk+-devel jack-devel pango-devel"
+short_desc="Send jack midi events with PC keyboard"
+maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://jack-keyboard.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
+checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gtk+-devel"
+fi
+
+pre_build() {
+	mkdir -p build
+	cd build
+	CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
+	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+	-DLashEnable=False
+}
+
+do_build() {
+	# Package is built on "make install" phase
+	true
+}
+
+post_install() {
+	vlicense COPYING
+	mv "${DESTDIR}/usr/man" "${DESTDIR}/usr/share/man"
+}

From 82dbc9654f85512b615f213b7e4d1147304448d6 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Thu, 11 Apr 2024 02:25:16 +0600
Subject: [PATCH 2/2] jack-keyboard: update to 2.7.2.

---
 srcpkgs/jack-keyboard/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
index 5c4a89142b1f8a..11ee2adc8b11cd 100644
--- a/srcpkgs/jack-keyboard/template
+++ b/srcpkgs/jack-keyboard/template
@@ -2,8 +2,9 @@
 pkgname=jack-keyboard
 version=2.7.2
 revision=1
-build_style=gnu-makefile
-hostmakedepends="cmake pkg-config"
+build_style=cmake
+configure_args="-DLashEnable=False"
+hostmakedepends="pkg-config"
 makedepends="gtk+-devel jack-devel pango-devel"
 short_desc="Send jack midi events with PC keyboard"
 maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
@@ -12,21 +13,8 @@ homepage="https://jack-keyboard.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
 checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
 
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" gtk+-devel"
-fi
-
-pre_build() {
-	mkdir -p build
-	cd build
-	CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
-	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
-	-DLashEnable=False
-}
-
-do_build() {
-	# Package is built on "make install" phase
-	true
+pre_configure() {
+  CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (5 preceding siblings ...)
  2024-04-10 20:26 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-10 20:26 ` iFoundSilentHouse
  2024-04-10 20:29 ` iFoundSilentHouse
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

New package: jack-keyboard-2.7.2
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jack-keyboard-2.7.2-49790.patch --]
[-- Type: text/x-diff, Size: 1294 bytes --]

From 58128d3c6368ffb3d2cc2557287cfd73cb934c5f Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 22:52:12 +0600
Subject: [PATCH] New package: jack-keyboard-2.7.2

---
 srcpkgs/jack-keyboard/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/jack-keyboard/template

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
new file mode 100644
index 00000000000000..11ee2adc8b11cd
--- /dev/null
+++ b/srcpkgs/jack-keyboard/template
@@ -0,0 +1,23 @@
+# Template file for 'jack-keyboard'
+pkgname=jack-keyboard
+version=2.7.2
+revision=1
+build_style=cmake
+configure_args="-DLashEnable=False"
+hostmakedepends="pkg-config"
+makedepends="gtk+-devel jack-devel pango-devel"
+short_desc="Send jack midi events with PC keyboard"
+maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://jack-keyboard.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
+checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
+
+pre_configure() {
+  CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
+}
+
+post_install() {
+	vlicense COPYING
+	mv "${DESTDIR}/usr/man" "${DESTDIR}/usr/share/man"
+}

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

* Re: [PR PATCH] [Updated] New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (6 preceding siblings ...)
  2024-04-10 20:26 ` iFoundSilentHouse
@ 2024-04-10 20:29 ` iFoundSilentHouse
  2024-04-10 20:31 ` iFoundSilentHouse
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

New package: jack-keyboard-2.7.2
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jack-keyboard-2.7.2-49790.patch --]
[-- Type: text/x-diff, Size: 1293 bytes --]

From 9ae4386334ffa7f122e82aaaa1e9691997407fd3 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 22:52:12 +0600
Subject: [PATCH] New package: jack-keyboard-2.7.2

---
 srcpkgs/jack-keyboard/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/jack-keyboard/template

diff --git a/srcpkgs/jack-keyboard/template b/srcpkgs/jack-keyboard/template
new file mode 100644
index 00000000000000..b25c75ee3303bb
--- /dev/null
+++ b/srcpkgs/jack-keyboard/template
@@ -0,0 +1,23 @@
+# Template file for 'jack-keyboard'
+pkgname=jack-keyboard
+version=2.7.2
+revision=1
+build_style=cmake
+configure_args="-DLashEnable=False"
+hostmakedepends="pkg-config"
+makedepends="gtk+-devel jack-devel pango-devel"
+short_desc="Send jack midi events with PC keyboard"
+maintainer="IFoundSilentHouse <adeptslab@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://jack-keyboard.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/jack-keyboard/${version}/jack-keyboard-${version}.tar.gz"
+checksum=59953c996aa057146d4ccb7697d846dad87c3e7c4e3b05eeea6f47f3837a64fc
+
+pre_configure() {
+	CFLAGS+=" $(pkg-config --cflags gtk+-2.0)"
+}
+
+post_install() {
+	vlicense COPYING
+	mv "${DESTDIR}/usr/man" "${DESTDIR}/usr/share/man"
+}

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

* Re: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (7 preceding siblings ...)
  2024-04-10 20:29 ` iFoundSilentHouse
@ 2024-04-10 20:31 ` iFoundSilentHouse
  2024-04-10 20:46 ` [PR REVIEW] " classabbyamp
  2024-04-10 20:48 ` [PR PATCH] [Closed]: " iFoundSilentHouse
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 20:31 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#issuecomment-2048387136

Comment:
@meator thanks a lot!

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

* Re: [PR REVIEW] New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (8 preceding siblings ...)
  2024-04-10 20:31 ` iFoundSilentHouse
@ 2024-04-10 20:46 ` classabbyamp
  2024-04-10 20:48 ` [PR PATCH] [Closed]: " iFoundSilentHouse
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2024-04-10 20:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49790#discussion_r1560037321

Comment:
we don't want to add any more gtk2 packages

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

* Re: [PR PATCH] [Closed]: New package: jack-keyboard-2.7.2
  2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
                   ` (9 preceding siblings ...)
  2024-04-10 20:46 ` [PR REVIEW] " classabbyamp
@ 2024-04-10 20:48 ` iFoundSilentHouse
  10 siblings, 0 replies; 12+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 20:48 UTC (permalink / raw)
  To: ml

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

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

New package: jack-keyboard-2.7.2
https://github.com/void-linux/void-packages/pull/49790

Description:
- 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): system, compiled

- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl (cross)
  - armv7l (cross)


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

end of thread, other threads:[~2024-04-10 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 17:01 [PR PATCH] New package: jack-keyboard-2.7.2 iFoundSilentHouse
2024-04-10 17:07 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-10 19:43 ` meator
2024-04-10 19:48 ` iFoundSilentHouse
2024-04-10 19:58 ` meator
2024-04-10 19:59 ` meator
2024-04-10 20:26 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-10 20:26 ` iFoundSilentHouse
2024-04-10 20:29 ` iFoundSilentHouse
2024-04-10 20:31 ` iFoundSilentHouse
2024-04-10 20:46 ` [PR REVIEW] " classabbyamp
2024-04-10 20:48 ` [PR PATCH] [Closed]: " iFoundSilentHouse

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