Github messages for voidlinux
 help / color / mirror / Atom feed
From: brihadeesh <brihadeesh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: paleta
Date: Fri, 06 May 2022 07:10:35 +0200	[thread overview]
Message-ID: <20220506051035.j37dI4VZZH7aprGk_HXqQ-w08WCv5nAHxg-1tyhqnOI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27757@inbox.vuxu.org>

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

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

https://github.com/brihadeesh/void-packages np_paleta
https://github.com/void-linux/void-packages/pull/27757

New package: paleta


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

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

From 938cbbf7bacf23a9a68dc31d867fbbe9901791dd Mon Sep 17 00:00:00 2001
From: Brihadeesh S <brihadeesh.santharam@gmail.com>
Date: Mon, 2 May 2022 17:02:32 +0530
Subject: [PATCH] New package: paleta-1.0.2

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

diff --git a/srcpkgs/paleta/template b/srcpkgs/paleta/template
new file mode 100644
index 000000000000..f61a1c05dcbf
--- /dev/null
+++ b/srcpkgs/paleta/template
@@ -0,0 +1,19 @@
+# Template file for 'paleta'
+pkgname=paleta
+version=1.0.2
+revision=1
+build_style=gnu-makefile
+short_desc="Change terminal colors on-the-fly independent of terminal emulator"
+maintainer="Brihadeesh <brihadeesh@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dylanaraps/paleta"
+distfiles="https://github.com/dylanaraps/paleta/archive/${version}.tar.gz"
+checksum=b6a44653266598cd4e027703b0b06acb3a753f632abf87ea30732d139cf1bd16
+
+post_install() {
+	# copying palettes provided to package files
+	vmkdir /usr/share/paleta
+	vcopy palettes /usr/share/paleta/
+
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-05-06  5:10 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08  9:44 [PR PATCH] " brihadeesh
2021-01-08 20:11 ` ndowens
2021-01-08 22:56 ` kawaiiamber
2021-01-09  6:39 ` brihadeesh
2021-01-16  0:39 ` [PR PATCH] [Updated] " brihadeesh
2021-01-16  0:41 ` brihadeesh
2021-01-16  1:09 ` kawaiiamber
2021-01-16  1:11 ` [PR REVIEW] " kawaiiamber
2021-01-16  1:11 ` kawaiiamber
2021-01-16  1:12 ` brihadeesh
2021-01-16  1:13 ` [PR REVIEW] " brihadeesh
2021-01-16  1:14 ` brihadeesh
2021-01-16  1:15 ` kawaiiamber
2021-01-16  1:15 ` kawaiiamber
2021-01-16  1:16 ` kawaiiamber
2021-01-16  1:21 ` [PR REVIEW] " kawaiiamber
2021-01-16  1:22 ` kawaiiamber
2021-01-16  1:23 ` kawaiiamber
2021-01-16  1:25 ` brihadeesh
2021-01-16  1:26 ` brihadeesh
2021-01-16  1:26 ` kawaiiamber
2021-01-16  1:32 ` [PR REVIEW] " kawaiiamber
2021-01-16  1:42 ` kawaiiamber
2021-03-23  4:34 ` [PR PATCH] [Updated] " brihadeesh
2021-03-23  4:59 ` brihadeesh
2021-03-23  5:01 ` brihadeesh
2021-03-23  5:03 ` brihadeesh
2021-03-23  5:37 ` [PR PATCH] [Updated] " brihadeesh
2022-05-02  2:15 ` github-actions
2022-05-02  6:03 ` [PR PATCH] [Updated] " brihadeesh
2022-05-02  6:05 ` brihadeesh
2022-05-02 10:27 ` kawaiiamber
2022-05-02 10:31 ` kawaiiamber
2022-05-02 11:32 ` [PR PATCH] [Updated] " brihadeesh
2022-05-02 11:38 ` brihadeesh
2022-05-02 14:06 ` brihadeesh
2022-05-02 14:30 ` [PR REVIEW] " paper42
2022-05-02 15:07 ` [PR PATCH] [Updated] " brihadeesh
2022-05-02 15:08 ` [PR REVIEW] " brihadeesh
2022-05-05  9:54 ` paper42
2022-05-05 15:59 ` [PR PATCH] [Updated] " brihadeesh
2022-05-05 16:19 ` [PR REVIEW] " paper42
2022-05-06  5:10 ` brihadeesh [this message]
2022-05-06  9:11 ` [PR PATCH] [Merged]: " paper42

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=20220506051035.j37dI4VZZH7aprGk_HXqQ-w08WCv5nAHxg-1tyhqnOI@z \
    --to=brihadeesh@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).