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

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