Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: flat-remix-gtk
@ 2020-08-10  1:48 harrisonthorne
  2020-08-10  1:49 ` harrisonthorne
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: harrisonthorne @ 2020-08-10  1:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/harrisonthorne/void-packages flat-remix-gtk
https://github.com/void-linux/void-packages/pull/24188

New package: flat-remix-gtk
Add the Material-Design-inspired Flat Remix GTK theme

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

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

From c2b5964dfd7adfa0e7673cea5969d910435e1dfa Mon Sep 17 00:00:00 2001
From: Harrison Thorne <harrisonthorne@protonmail.com>
Date: Sun, 9 Aug 2020 19:40:25 -0600
Subject: [PATCH] New package: flat-remix-gtk

Add the Material-Design-inspired Flat Remix GTK theme
---
 srcpkgs/flat-remix-gtk/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/flat-remix-gtk/template

diff --git a/srcpkgs/flat-remix-gtk/template b/srcpkgs/flat-remix-gtk/template
new file mode 100644
index 00000000000..3f46a8657d7
--- /dev/null
+++ b/srcpkgs/flat-remix-gtk/template
@@ -0,0 +1,16 @@
+# Template file for 'flat-remix-gtk'
+pkgname=flat-remix-gtk
+version=20200718
+revision=1
+archs=noarch
+short_desc="GTK application theme inspired by Material Design"
+maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://drasite.com/flat-remix-gtk"
+distfiles="https://github.com/daniruiz/${pkgname}/archive/${version}.tar.gz"
+checksum=95e00f28ab6889c7330fad3b067a64049192bc76e7d40d368011658586bf9eb7
+
+do_install() {
+	vmkdir usr/share/themes
+	vcopy Flat-Remix-GTK-* usr/share/themes/
+}

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

* Re: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
@ 2020-08-10  1:49 ` harrisonthorne
  2020-08-10  1:51 ` harrisonthorne
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: harrisonthorne @ 2020-08-10  1:49 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24188#issuecomment-671132498

Comment:
See related: #24188 

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

* Re: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
  2020-08-10  1:49 ` harrisonthorne
@ 2020-08-10  1:51 ` harrisonthorne
  2020-08-10  3:16 ` cinerea0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: harrisonthorne @ 2020-08-10  1:51 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24188#issuecomment-671132498

Comment:
See related: #24189

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

* Re: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
  2020-08-10  1:49 ` harrisonthorne
  2020-08-10  1:51 ` harrisonthorne
@ 2020-08-10  3:16 ` cinerea0
  2020-08-10  3:47 ` harrisonthorne
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2020-08-10  3:16 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/24188#issuecomment-671144971

Comment:
You might want to provide a more detailed explanation of what value the package provides, since themes generally get rejected by the maintainers because of the quality requirements: https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements

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

* Re: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
                   ` (2 preceding siblings ...)
  2020-08-10  3:16 ` cinerea0
@ 2020-08-10  3:47 ` harrisonthorne
  2020-08-11 20:11 ` ahesford
  2020-08-11 20:11 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: harrisonthorne @ 2020-08-10  3:47 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24188#issuecomment-671150590

Comment:
Oh dang. Still new here :)

More than anything the package just provides the convenience of making the install easy, but it's nothing more than copying files (though one might argue that this package does have [a `build` rule in its makefile](https://github.com/daniruiz/flat-remix-gtk/blob/master/Makefile), it's just not necessary for the theme to work).

I would like to see the flat-remix suite be included in the Void repo (they're some dang fine themes), but I won't fight for it. I'll let the maintainers make the call at this point.

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

* Re: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
                   ` (3 preceding siblings ...)
  2020-08-10  3:47 ` harrisonthorne
@ 2020-08-11 20:11 ` ahesford
  2020-08-11 20:11 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-08-11 20:11 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24188#issuecomment-672254584

Comment:
Because these themes can just be placed in `~/.themes`, they do not meet the packaging criteria.

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

* Re: [PR PATCH] [Closed]: New package: flat-remix-gtk
  2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
                   ` (4 preceding siblings ...)
  2020-08-11 20:11 ` ahesford
@ 2020-08-11 20:11 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-08-11 20:11 UTC (permalink / raw)
  To: ml

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

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

New package: flat-remix-gtk
https://github.com/void-linux/void-packages/pull/24188

Description:
Add the Material-Design-inspired Flat Remix GTK theme

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

end of thread, other threads:[~2020-08-11 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  1:48 [PR PATCH] New package: flat-remix-gtk harrisonthorne
2020-08-10  1:49 ` harrisonthorne
2020-08-10  1:51 ` harrisonthorne
2020-08-10  3:16 ` cinerea0
2020-08-10  3:47 ` harrisonthorne
2020-08-11 20:11 ` ahesford
2020-08-11 20:11 ` [PR PATCH] [Closed]: " ahesford

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