Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
  2020-05-20 19:54 ` [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0 SevereOverfl0w
@ 2020-12-20  1:44 ` ericonr
  2020-12-21  9:46 ` SevereOverfl0w
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-12-20  1:44 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20055#discussion_r546306941

Comment:
You don't need to specify `CC`, `make` can decide on one automatically.

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

* Re: [PR REVIEW] New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
  2020-05-20 19:54 ` [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0 SevereOverfl0w
  2020-12-20  1:44 ` [PR REVIEW] " ericonr
@ 2020-12-21  9:46 ` SevereOverfl0w
  2020-12-21  9:47 ` SevereOverfl0w
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2020-12-21  9:46 UTC (permalink / raw)
  To: ml

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

New review comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/20055#discussion_r546606540

Comment:
Ah, my upstream patch was apparently a little wrong.  I'll get this fixed up!

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

* Re: New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-12-21  9:46 ` SevereOverfl0w
@ 2020-12-21  9:47 ` SevereOverfl0w
  2021-01-03 21:03 ` [PR PATCH] [Updated] " SevereOverfl0w
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2020-12-21  9:47 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/20055#issuecomment-748880155

Comment:
I'm still interested, yep!  I have a dracut module too I use to set the colours on startup which is nice for my eyes which don't do well with white-on-black.

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

* Re: [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-12-21  9:47 ` SevereOverfl0w
@ 2021-01-03 21:03 ` SevereOverfl0w
  2021-01-04  3:04 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2021-01-03 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages linux-vt-setcolors
https://github.com/void-linux/void-packages/pull/20055

New package: linux-vt-setcolors-1.0.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-vt-setcolors-20055.patch --]
[-- Type: text/x-diff, Size: 1817 bytes --]

From f8cc307f09a913aadf77021af7b6fb9871ab0bae Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Fri, 13 Mar 2020 08:49:47 +0000
Subject: [PATCH] New package: linux-vt-setcolors-1.0.0

---
 srcpkgs/linux-vt-setcolors/patches/8.diff | 14 ++++++++++++++
 srcpkgs/linux-vt-setcolors/template       | 15 +++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/linux-vt-setcolors/patches/8.diff
 create mode 100644 srcpkgs/linux-vt-setcolors/template

diff --git a/srcpkgs/linux-vt-setcolors/patches/8.diff b/srcpkgs/linux-vt-setcolors/patches/8.diff
new file mode 100644
index 00000000000..dcbda45499a
--- /dev/null
+++ b/srcpkgs/linux-vt-setcolors/patches/8.diff
@@ -0,0 +1,14 @@
+diff --git Makefile Makefile
+index 7a9cc3e..ad5ad1d 100644
+--- Makefile
++++ Makefile
+@@ -1,7 +1,8 @@
+ PREFIX=/usr/local
++CFLAGS=-Wall
+ 
+ setcolors: setcolors.c
+-	gcc -Wall setcolors.c -o setcolors
++	$(CC) $(CFLAGS) setcolors.c -o setcolors
+ 
+ install: setcolors setcolors.1
+ 	install -Dm 755 setcolors "${DESTDIR}${PREFIX}/bin/setcolors"
diff --git a/srcpkgs/linux-vt-setcolors/template b/srcpkgs/linux-vt-setcolors/template
new file mode 100644
index 00000000000..fa3f7681b75
--- /dev/null
+++ b/srcpkgs/linux-vt-setcolors/template
@@ -0,0 +1,15 @@
+# Template file for 'linux-vt-setcolors'
+pkgname=linux-vt-setcolors
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+short_desc="Utility tool to set the linux VT default color palette"
+maintainer="Dominic Monroe <monroef4@googlemail.com>"
+license="MIT"
+homepage="https://github.com/EvanPurkhiser/linux-vt-setcolors"
+distfiles="https://github.com/EvanPurkhiser/linux-vt-setcolors/archive/v${version}.tar.gz"
+checksum=ccad9aac5732faab749e8f6f6b40746ce44afec5633374aa77c8e3ac2a8eef42
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2021-01-03 21:03 ` [PR PATCH] [Updated] " SevereOverfl0w
@ 2021-01-04  3:04 ` ericonr
  2021-01-04  3:04 ` ericonr
  2021-01-04 10:57 ` SevereOverfl0w
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-04  3:04 UTC (permalink / raw)
  To: ml

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

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

New package: linux-vt-setcolors-1.0.0
https://github.com/void-linux/void-packages/pull/20055

Description:
None

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

* Re: New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2021-01-04  3:04 ` [PR PATCH] [Merged]: " ericonr
@ 2021-01-04  3:04 ` ericonr
  2021-01-04 10:57 ` SevereOverfl0w
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-04  3:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20055#issuecomment-753732959

Comment:
Maybe consider PRing the dracut module to the repo or something of the sort?

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

* Re: New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2021-01-04  3:04 ` ericonr
@ 2021-01-04 10:57 ` SevereOverfl0w
  7 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2021-01-04 10:57 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/20055#issuecomment-753907106

Comment:
Yep, that's a follow up on my list! :)

On Mon Jan 4, 2021 at 3:05 AM GMT, Érico Nogueira Rolim wrote:
> Maybe consider PRing the dracut module to the repo or something of the
> sort?
>
> --
> You are receiving this because you authored the thread.
> Reply to this email directly or view it on GitHub:
> https://github.com/void-linux/void-packages/pull/20055#issuecomment-753732959



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

* Re: [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
@ 2020-05-20 19:54 ` SevereOverfl0w
  2020-12-20  1:44 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2020-05-20 19:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SevereOverfl0w/void-packages linux-vt-setcolors
https://github.com/void-linux/void-packages/pull/20055

New package: linux-vt-setcolors-1.0.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux-vt-setcolors-20055.patch --]
[-- Type: text/x-diff, Size: 1827 bytes --]

From 123f3d68866eb5af7795954d850bcab76cf5bf81 Mon Sep 17 00:00:00 2001
From: Dominic Monroe <iam@dominic.io>
Date: Fri, 13 Mar 2020 08:49:47 +0000
Subject: [PATCH] New package: linux-vt-setcolors-1.0.0

---
 srcpkgs/linux-vt-setcolors/patches/8.diff | 15 +++++++++++++++
 srcpkgs/linux-vt-setcolors/template       | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/linux-vt-setcolors/patches/8.diff
 create mode 100644 srcpkgs/linux-vt-setcolors/template

diff --git a/srcpkgs/linux-vt-setcolors/patches/8.diff b/srcpkgs/linux-vt-setcolors/patches/8.diff
new file mode 100644
index 00000000000..04747553f79
--- /dev/null
+++ b/srcpkgs/linux-vt-setcolors/patches/8.diff
@@ -0,0 +1,15 @@
+diff --git Makefile Makefile
+index 7a9cc3e..ad5ad1d 100644
+--- Makefile
++++ Makefile
+@@ -1,7 +1,9 @@
+ PREFIX=/usr/local
++CC=gcc
++CFLAGS=-Wall
+ 
+ setcolors: setcolors.c
+-	gcc -Wall setcolors.c -o setcolors
++	$(CC) $(CFLAGS) setcolors.c -o setcolors
+ 
+ install: setcolors setcolors.1
+ 	install -Dm 755 setcolors "${DESTDIR}${PREFIX}/bin/setcolors"
diff --git a/srcpkgs/linux-vt-setcolors/template b/srcpkgs/linux-vt-setcolors/template
new file mode 100644
index 00000000000..fa3f7681b75
--- /dev/null
+++ b/srcpkgs/linux-vt-setcolors/template
@@ -0,0 +1,15 @@
+# Template file for 'linux-vt-setcolors'
+pkgname=linux-vt-setcolors
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+short_desc="Utility tool to set the linux VT default color palette"
+maintainer="Dominic Monroe <monroef4@googlemail.com>"
+license="MIT"
+homepage="https://github.com/EvanPurkhiser/linux-vt-setcolors"
+distfiles="https://github.com/EvanPurkhiser/linux-vt-setcolors/archive/v${version}.tar.gz"
+checksum=ccad9aac5732faab749e8f6f6b40746ce44afec5633374aa77c8e3ac2a8eef42
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2021-01-04 10:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
2020-05-20 19:54 ` [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0 SevereOverfl0w
2020-12-20  1:44 ` [PR REVIEW] " ericonr
2020-12-21  9:46 ` SevereOverfl0w
2020-12-21  9:47 ` SevereOverfl0w
2021-01-03 21:03 ` [PR PATCH] [Updated] " SevereOverfl0w
2021-01-04  3:04 ` [PR PATCH] [Merged]: " ericonr
2021-01-04  3:04 ` ericonr
2021-01-04 10:57 ` SevereOverfl0w

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