Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: batmon-0.8
@ 2020-12-17  9:32 phossil
  2020-12-18  4:57 ` [PR PATCH] [Updated] " phossil
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: phossil @ 2020-12-17  9:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/phossil/void-packages batmon
https://github.com/void-linux/void-packages/pull/27226

New package: batmon-0.8
Battery monitor for GNUstep.

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

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

From b5b791e4ee0fa24238ff7a770b1be6add67d6e27 Mon Sep 17 00:00:00 2001
From: Phosu Parsons <38191182+phossil@users.noreply.github.com>
Date: Wed, 16 Dec 2020 18:22:34 -0500
Subject: [PATCH] New package: batmon-0.8

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

diff --git a/srcpkgs/batmon/template b/srcpkgs/batmon/template
new file mode 100644
index 00000000000..7b10a965455
--- /dev/null
+++ b/srcpkgs/batmon/template
@@ -0,0 +1,17 @@
+# Template file for 'batmon'
+pkgname=batmon
+version=0.8
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui"
+short_desc="Laptop Battery monitoring tool"
+maintainer="Phosu Parsons <founderofjp@gmail.com>"
+license="GPL-2.0-only"
+homepage="http://gap.nongnu.org/batmon/"
+distfiles="${NONGNU_SITE}/gap/${pkgname}-${version}.tar.gz"
+checksum=fff2fc242ea2956f8b8c7eea751718c54d1a70026eb4659869ad1bac9f64dcff
+
+nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"

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

* Re: [PR PATCH] [Updated] New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
@ 2020-12-18  4:57 ` phossil
  2021-07-20 20:40 ` [PR REVIEW] " ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: phossil @ 2020-12-18  4:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/phossil/void-packages batmon
https://github.com/void-linux/void-packages/pull/27226

New package: batmon-0.8
Battery monitor for GNUstep.

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

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

From a3bcece2e54b16796e010c61e97683b708d013d8 Mon Sep 17 00:00:00 2001
From: Phosu Parsons <38191182+phossil@users.noreply.github.com>
Date: Wed, 16 Dec 2020 18:22:34 -0500
Subject: [PATCH] New package: batmon-0.8

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

diff --git a/srcpkgs/batmon/template b/srcpkgs/batmon/template
new file mode 100644
index 00000000000..07af9ac8cc6
--- /dev/null
+++ b/srcpkgs/batmon/template
@@ -0,0 +1,16 @@
+# Template file for 'batmon'
+pkgname=batmon
+version=0.8
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="Laptop Battery monitoring tool"
+maintainer="Phosu Parsons <founderofjp@gmail.com>"
+license="GPL-2.0-only"
+homepage="http://gap.nongnu.org/batmon/"
+distfiles="${NONGNU_SITE}/gap/${pkgname}-${version}.tar.gz"
+checksum=fff2fc242ea2956f8b8c7eea751718c54d1a70026eb4659869ad1bac9f64dcff
+nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"

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

* Re: [PR REVIEW] New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
  2020-12-18  4:57 ` [PR PATCH] [Updated] " phossil
@ 2021-07-20 20:40 ` ericonr
  2021-07-20 20:53 ` abenson
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-07-20 20:40 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27226#discussion_r673476734

Comment:
These `depends` should be detected automatically.

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

* Re: [PR REVIEW] New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
  2020-12-18  4:57 ` [PR PATCH] [Updated] " phossil
  2021-07-20 20:40 ` [PR REVIEW] " ericonr
@ 2021-07-20 20:53 ` abenson
  2022-05-01  2:14 ` github-actions
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2021-07-20 20:53 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27226#discussion_r673485269

Comment:
`gnustep-base` and `gnustep-gui` will, but `gnustep-back` won't.

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

* Re: New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
                   ` (2 preceding siblings ...)
  2021-07-20 20:53 ` abenson
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-05-01  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/27226#issuecomment-1114104688

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] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
                   ` (3 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  2023-01-22  2:42 ` abenson
  2023-01-22  3:03 ` phossil
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: batmon-0.8
https://github.com/void-linux/void-packages/pull/27226

Description:
Battery monitor for GNUstep.

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

* Re: New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
                   ` (4 preceding siblings ...)
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
@ 2023-01-22  2:42 ` abenson
  2023-01-22  3:03 ` phossil
  6 siblings, 0 replies; 8+ messages in thread
From: abenson @ 2023-01-22  2:42 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27226#issuecomment-1399389850

Comment:
Is there still interest in this package?

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

* Re: New package: batmon-0.8
  2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
                   ` (5 preceding siblings ...)
  2023-01-22  2:42 ` abenson
@ 2023-01-22  3:03 ` phossil
  6 siblings, 0 replies; 8+ messages in thread
From: phossil @ 2023-01-22  3:03 UTC (permalink / raw)
  To: ml

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

New comment by phossil on void-packages repository

https://github.com/void-linux/void-packages/pull/27226#issuecomment-1399392279

Comment:
ive long since stopped using void unfortunately TuT

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

end of thread, other threads:[~2023-01-22  3:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  9:32 [PR PATCH] New package: batmon-0.8 phossil
2020-12-18  4:57 ` [PR PATCH] [Updated] " phossil
2021-07-20 20:40 ` [PR REVIEW] " ericonr
2021-07-20 20:53 ` abenson
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
2023-01-22  2:42 ` abenson
2023-01-22  3:03 ` phossil

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