Github messages for voidlinux
 help / color / mirror / Atom feed
From: SevereOverfl0w <SevereOverfl0w@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: linux-vt-setcolors-1.0.0
Date: Wed, 20 May 2020 21:54:50 +0200	[thread overview]
Message-ID: <20200520195450.QPVx_wIcHGlvufwmbSkKpMeyDQcRip6o7ILcWhCSVPo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>

[-- 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
+}

       reply	other threads:[~2020-05-20 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20055@inbox.vuxu.org>
2020-05-20 19:54 ` SevereOverfl0w [this message]
2021-01-03 21:03 ` SevereOverfl0w

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200520195450.QPVx_wIcHGlvufwmbSkKpMeyDQcRip6o7ILcWhCSVPo@z \
    --to=severeoverfl0w@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).