Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: devour-11.0
@ 2020-09-29 18:49 shmalebx9
  2020-09-29 21:26 ` [PR PATCH] [Updated] " shmalebx9
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: shmalebx9 @ 2020-09-29 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shmalebx9/void-packages master
https://github.com/void-linux/void-packages/pull/25191

New package: devour-11.0


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

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

From 2fd71baf153f560aea2e0aaba47f4ea1fc87a67d Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 12:42:55 -0600
Subject: [PATCH] New package: devour-11.0

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
new file mode 100644
index 00000000000..09deb7cbb36
--- /dev/null
+++ b/srcpkgs/devour/template
@@ -0,0 +1,20 @@
+# Template file for 'devour'
+pkgname=devour
+version=11.0
+revision=1
+makedepends="libX11-devel"
+depends="libX11"
+short_desc="X11 window swallower"
+maintainer="shmalebx9 <lagrancec477@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/salman-abedin/devour"
+distfiles="https://github.com/salman-abedin/devour/archive/v${version}.tar.gz"
+checksum=e537c614cdf3e7376db1a94f1665d1d27f128d4927f4a0d1cce26ed8b910a217
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin devour
+}

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

* Re: [PR PATCH] [Updated] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
@ 2020-09-29 21:26 ` shmalebx9
  2020-09-29 21:35 ` shmalebx9
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: shmalebx9 @ 2020-09-29 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shmalebx9/void-packages master
https://github.com/void-linux/void-packages/pull/25191

New package: devour-11.0


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

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

From 2fd71baf153f560aea2e0aaba47f4ea1fc87a67d Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 12:42:55 -0600
Subject: [PATCH 1/2] New package: devour-11.0

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
new file mode 100644
index 00000000000..09deb7cbb36
--- /dev/null
+++ b/srcpkgs/devour/template
@@ -0,0 +1,20 @@
+# Template file for 'devour'
+pkgname=devour
+version=11.0
+revision=1
+makedepends="libX11-devel"
+depends="libX11"
+short_desc="X11 window swallower"
+maintainer="shmalebx9 <lagrancec477@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/salman-abedin/devour"
+distfiles="https://github.com/salman-abedin/devour/archive/v${version}.tar.gz"
+checksum=e537c614cdf3e7376db1a94f1665d1d27f128d4927f4a0d1cce26ed8b910a217
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin devour
+}

From ac024f171a1700b51e785628b2c33cf873442642 Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 15:26:48 -0600
Subject: [PATCH 2/2] devour: attempt to fix not compiling on ARM

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
index 09deb7cbb36..48b1d56323b 100644
--- a/srcpkgs/devour/template
+++ b/srcpkgs/devour/template
@@ -2,7 +2,7 @@
 pkgname=devour
 version=11.0
 revision=1
-makedepends="libX11-devel"
+hostmakedepends="libX11-devel"
 depends="libX11"
 short_desc="X11 window swallower"
 maintainer="shmalebx9 <lagrancec477@gmail.com>"

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

* Re: [PR PATCH] [Updated] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
  2020-09-29 21:26 ` [PR PATCH] [Updated] " shmalebx9
@ 2020-09-29 21:35 ` shmalebx9
  2020-09-29 21:40 ` shmalebx9
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: shmalebx9 @ 2020-09-29 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shmalebx9/void-packages master
https://github.com/void-linux/void-packages/pull/25191

New package: devour-11.0


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

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

From 2fd71baf153f560aea2e0aaba47f4ea1fc87a67d Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 12:42:55 -0600
Subject: [PATCH 1/2] New package: devour-11.0

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
new file mode 100644
index 00000000000..09deb7cbb36
--- /dev/null
+++ b/srcpkgs/devour/template
@@ -0,0 +1,20 @@
+# Template file for 'devour'
+pkgname=devour
+version=11.0
+revision=1
+makedepends="libX11-devel"
+depends="libX11"
+short_desc="X11 window swallower"
+maintainer="shmalebx9 <lagrancec477@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/salman-abedin/devour"
+distfiles="https://github.com/salman-abedin/devour/archive/v${version}.tar.gz"
+checksum=e537c614cdf3e7376db1a94f1665d1d27f128d4927f4a0d1cce26ed8b910a217
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin devour
+}

From 9f4edbf16261bc7c4cbb6d56c3248570569109fb Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 15:26:48 -0600
Subject: [PATCH 2/2] devour: attempt to fix not compiling on ARM

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
index 09deb7cbb36..48b1d56323b 100644
--- a/srcpkgs/devour/template
+++ b/srcpkgs/devour/template
@@ -2,7 +2,7 @@
 pkgname=devour
 version=11.0
 revision=1
-makedepends="libX11-devel"
+hostmakedepends="libX11-devel"
 depends="libX11"
 short_desc="X11 window swallower"
 maintainer="shmalebx9 <lagrancec477@gmail.com>"

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

* Re: [PR PATCH] [Updated] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
  2020-09-29 21:26 ` [PR PATCH] [Updated] " shmalebx9
  2020-09-29 21:35 ` shmalebx9
@ 2020-09-29 21:40 ` shmalebx9
  2021-07-20 20:50 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: shmalebx9 @ 2020-09-29 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shmalebx9/void-packages master
https://github.com/void-linux/void-packages/pull/25191

New package: devour-11.0


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

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

From 2fd71baf153f560aea2e0aaba47f4ea1fc87a67d Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 12:42:55 -0600
Subject: [PATCH 1/2] New package: devour-11.0

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

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
new file mode 100644
index 00000000000..09deb7cbb36
--- /dev/null
+++ b/srcpkgs/devour/template
@@ -0,0 +1,20 @@
+# Template file for 'devour'
+pkgname=devour
+version=11.0
+revision=1
+makedepends="libX11-devel"
+depends="libX11"
+short_desc="X11 window swallower"
+maintainer="shmalebx9 <lagrancec477@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/salman-abedin/devour"
+distfiles="https://github.com/salman-abedin/devour/archive/v${version}.tar.gz"
+checksum=e537c614cdf3e7376db1a94f1665d1d27f128d4927f4a0d1cce26ed8b910a217
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin devour
+}

From f4d9699f00809784d6fa80fd06eb877daa8b93c7 Mon Sep 17 00:00:00 2001
From: shmalebx9 <funkusucker3@gmail.com>
Date: Tue, 29 Sep 2020 15:26:48 -0600
Subject: [PATCH 2/2] devour: attempt to fix not compiling on ARM

---
 srcpkgs/devour/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/devour/template b/srcpkgs/devour/template
index 09deb7cbb36..c40870f1c13 100644
--- a/srcpkgs/devour/template
+++ b/srcpkgs/devour/template
@@ -2,7 +2,8 @@
 pkgname=devour
 version=11.0
 revision=1
-makedepends="libX11-devel"
+archs="x86_64* i686*"
+hostmakedepends="libX11-devel"
 depends="libX11"
 short_desc="X11 window swallower"
 maintainer="shmalebx9 <lagrancec477@gmail.com>"

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

* Re: [PR REVIEW] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
                   ` (2 preceding siblings ...)
  2020-09-29 21:40 ` shmalebx9
@ 2021-07-20 20:50 ` ericonr
  2021-07-20 20:50 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25191#discussion_r673483035

Comment:
You can probably use the `gnu-makefile` build style instead of defining the functions.

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

* Re: [PR REVIEW] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
                   ` (3 preceding siblings ...)
  2021-07-20 20:50 ` [PR REVIEW] " ericonr
@ 2021-07-20 20:50 ` ericonr
  2021-07-20 20:50 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25191#discussion_r673482873

Comment:
The dependency is detected automatically.

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

* Re: [PR REVIEW] New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
                   ` (4 preceding siblings ...)
  2021-07-20 20:50 ` ericonr
@ 2021-07-20 20:50 ` ericonr
  2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25191#discussion_r673482760

Comment:
Shouldn't be arch restricted.

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

* Re: New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
                   ` (5 preceding siblings ...)
  2021-07-20 20:50 ` ericonr
@ 2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-04-20  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/25191#issuecomment-1103384708

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: devour-11.0
  2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
                   ` (6 preceding siblings ...)
  2022-04-20  2:14 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: devour-11.0
https://github.com/void-linux/void-packages/pull/25191

Description:


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

end of thread, other threads:[~2022-05-04  2:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29 18:49 [PR PATCH] New package: devour-11.0 shmalebx9
2020-09-29 21:26 ` [PR PATCH] [Updated] " shmalebx9
2020-09-29 21:35 ` shmalebx9
2020-09-29 21:40 ` shmalebx9
2021-07-20 20:50 ` [PR REVIEW] " ericonr
2021-07-20 20:50 ` ericonr
2021-07-20 20:50 ` ericonr
2022-04-20  2:14 ` github-actions
2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions

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