Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: triggerhappy-0.5.0
@ 2020-04-24 18:52 evgenido
  2020-04-26 12:47 ` [PR PATCH] [Updated] " evgenido
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: evgenido @ 2020-04-24 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/evgenido/void-packages master
https://github.com/void-linux/void-packages/pull/21308

New package: triggerhappy-0.5.0


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

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

From eea75af58f269dedf6b3f2651ecfcd1348a6e407 Mon Sep 17 00:00:00 2001
From: Evgeni Dobrev <evgeni@studio-punkt.com>
Date: Fri, 24 Apr 2020 20:49:24 +0200
Subject: [PATCH] New package: triggerhappy-0.5.0

---
 srcpkgs/triggerhappy/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/triggerhappy/template

diff --git a/srcpkgs/triggerhappy/template b/srcpkgs/triggerhappy/template
new file mode 100644
index 00000000000..aa1a9c4a28a
--- /dev/null
+++ b/srcpkgs/triggerhappy/template
@@ -0,0 +1,17 @@
+# Template file for 'triggerhappy'
+pkgname=triggerhappy
+version=0.5.0
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config perl"
+short_desc="Lightweight hotkey daemon"
+maintainer="Evgeni Dobrev <evgeni@studio-punkt.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/wertarbyte/triggerhappy"
+distfiles="https://github.com/wertarbyte/triggerhappy/archive/release/${version}.tar.gz"
+checksum=af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c
+
+post_extract() {
+	sed -i 's/sbin/bin/g' Makefile
+}

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

* Re: [PR PATCH] [Updated] New package: triggerhappy-0.5.0
  2020-04-24 18:52 [PR PATCH] New package: triggerhappy-0.5.0 evgenido
@ 2020-04-26 12:47 ` evgenido
  2020-04-26 12:55 ` evgenido
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: evgenido @ 2020-04-26 12:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/evgenido/void-packages master
https://github.com/void-linux/void-packages/pull/21308

New package: triggerhappy-0.5.0


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

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

From eea75af58f269dedf6b3f2651ecfcd1348a6e407 Mon Sep 17 00:00:00 2001
From: Evgeni Dobrev <evgeni@studio-punkt.com>
Date: Fri, 24 Apr 2020 20:49:24 +0200
Subject: [PATCH 1/2] New package: triggerhappy-0.5.0

---
 srcpkgs/triggerhappy/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/triggerhappy/template

diff --git a/srcpkgs/triggerhappy/template b/srcpkgs/triggerhappy/template
new file mode 100644
index 00000000000..aa1a9c4a28a
--- /dev/null
+++ b/srcpkgs/triggerhappy/template
@@ -0,0 +1,17 @@
+# Template file for 'triggerhappy'
+pkgname=triggerhappy
+version=0.5.0
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config perl"
+short_desc="Lightweight hotkey daemon"
+maintainer="Evgeni Dobrev <evgeni@studio-punkt.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/wertarbyte/triggerhappy"
+distfiles="https://github.com/wertarbyte/triggerhappy/archive/release/${version}.tar.gz"
+checksum=af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c
+
+post_extract() {
+	sed -i 's/sbin/bin/g' Makefile
+}

From 71a2dab7d9e22844626b03cfc04ba84b3e05dbba Mon Sep 17 00:00:00 2001
From: Evgeni Dobrev <evgeni@studio-punkt.com>
Date: Sun, 26 Apr 2020 14:45:28 +0200
Subject: [PATCH 2/2] use vsed to modify Makefile in post_extract()

---
 srcpkgs/triggerhappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/triggerhappy/template b/srcpkgs/triggerhappy/template
index aa1a9c4a28a..2718f010f67 100644
--- a/srcpkgs/triggerhappy/template
+++ b/srcpkgs/triggerhappy/template
@@ -13,5 +13,5 @@ distfiles="https://github.com/wertarbyte/triggerhappy/archive/release/${version}
 checksum=af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c
 
 post_extract() {
-	sed -i 's/sbin/bin/g' Makefile
+	vsed -i 's/sbin/bin/g' Makefile
 }

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

* Re: [PR PATCH] [Updated] New package: triggerhappy-0.5.0
  2020-04-24 18:52 [PR PATCH] New package: triggerhappy-0.5.0 evgenido
  2020-04-26 12:47 ` [PR PATCH] [Updated] " evgenido
@ 2020-04-26 12:55 ` evgenido
  2020-04-26 15:08 ` evgenido
  2020-04-27 15:56 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: evgenido @ 2020-04-26 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/evgenido/void-packages master
https://github.com/void-linux/void-packages/pull/21308

New package: triggerhappy-0.5.0


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

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

From 96345580bf13ddd84a97a9b3c08c8318a7c29eeb Mon Sep 17 00:00:00 2001
From: Evgeni Dobrev <evgeni@studio-punkt.com>
Date: Fri, 24 Apr 2020 20:49:24 +0200
Subject: [PATCH] New package: triggerhappy-0.5.0

---
 srcpkgs/triggerhappy/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/triggerhappy/template

diff --git a/srcpkgs/triggerhappy/template b/srcpkgs/triggerhappy/template
new file mode 100644
index 00000000000..2718f010f67
--- /dev/null
+++ b/srcpkgs/triggerhappy/template
@@ -0,0 +1,17 @@
+# Template file for 'triggerhappy'
+pkgname=triggerhappy
+version=0.5.0
+revision=1
+wrksrc="${pkgname}-release-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config perl"
+short_desc="Lightweight hotkey daemon"
+maintainer="Evgeni Dobrev <evgeni@studio-punkt.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/wertarbyte/triggerhappy"
+distfiles="https://github.com/wertarbyte/triggerhappy/archive/release/${version}.tar.gz"
+checksum=af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c
+
+post_extract() {
+	vsed -i 's/sbin/bin/g' Makefile
+}

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

* Re: New package: triggerhappy-0.5.0
  2020-04-24 18:52 [PR PATCH] New package: triggerhappy-0.5.0 evgenido
  2020-04-26 12:47 ` [PR PATCH] [Updated] " evgenido
  2020-04-26 12:55 ` evgenido
@ 2020-04-26 15:08 ` evgenido
  2020-04-27 15:56 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: evgenido @ 2020-04-26 15:08 UTC (permalink / raw)
  To: ml

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

New comment by evgenido on void-packages repository

https://github.com/void-linux/void-packages/pull/21308#issuecomment-619567057

Comment:
done. Thank you!

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

* Re: [PR PATCH] [Merged]: New package: triggerhappy-0.5.0
  2020-04-24 18:52 [PR PATCH] New package: triggerhappy-0.5.0 evgenido
                   ` (2 preceding siblings ...)
  2020-04-26 15:08 ` evgenido
@ 2020-04-27 15:56 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-04-27 15:56 UTC (permalink / raw)
  To: ml

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

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

New package: triggerhappy-0.5.0
https://github.com/void-linux/void-packages/pull/21308

Description:


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

end of thread, other threads:[~2020-04-27 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 18:52 [PR PATCH] New package: triggerhappy-0.5.0 evgenido
2020-04-26 12:47 ` [PR PATCH] [Updated] " evgenido
2020-04-26 12:55 ` evgenido
2020-04-26 15:08 ` evgenido
2020-04-27 15:56 ` [PR PATCH] [Merged]: " Hoshpak

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