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

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

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

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

New package: flat-remix
Add flat-remix, the Material-Design-inspired icon theme (my personal fav)

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

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

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

Add flat-remix, the Material-Design-inspired icon theme (my personal fav)
---
 srcpkgs/flat-remix/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/flat-remix/template

diff --git a/srcpkgs/flat-remix/template b/srcpkgs/flat-remix/template
new file mode 100644
index 00000000000..75403282692
--- /dev/null
+++ b/srcpkgs/flat-remix/template
@@ -0,0 +1,17 @@
+# Template file for 'flat-remix'
+pkgname=flat-remix
+version=20200710
+revision=1
+archs=noarch
+depends="gtk-update-icon-cache hicolor-icon-theme"
+short_desc="Icon theme inspired by Material Design"
+maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="http://drasite.com/flat-remix"
+distfiles="https://github.com/daniruiz/${pkgname}/archive/${version}.tar.gz"
+checksum=de3ed5bc71c57330e26ef2c7762b1fdc87568e6d70f4907d602d73ba73c22b90
+
+do_install() {
+	vmkdir usr/share/icons
+	vcopy Flat-Remix-* usr/share/icons/
+}

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

* Re: New package: flat-remix
  2020-08-10  1:49 [PR PATCH] New package: flat-remix harrisonthorne
@ 2020-08-10  1:49 ` harrisonthorne
  2020-08-10  3:56 ` harrisonthorne
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ 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/24189#issuecomment-671132481

Comment:
See related: #24188 

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

* Re: New package: flat-remix
  2020-08-10  1:49 [PR PATCH] New package: flat-remix harrisonthorne
  2020-08-10  1:49 ` harrisonthorne
@ 2020-08-10  3:56 ` harrisonthorne
  2020-08-10  3:59 ` harrisonthorne
  2020-08-10  3:59 ` [PR PATCH] [Closed]: " harrisonthorne
  3 siblings, 0 replies; 5+ messages in thread
From: harrisonthorne @ 2020-08-10  3:56 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24189#issuecomment-671151833

Comment:
> The job exceeded the maximum log length, and has been terminated.

well that's a problem

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

* Re: New package: flat-remix
  2020-08-10  1:49 [PR PATCH] New package: flat-remix harrisonthorne
  2020-08-10  1:49 ` harrisonthorne
  2020-08-10  3:56 ` harrisonthorne
@ 2020-08-10  3:59 ` harrisonthorne
  2020-08-10  3:59 ` [PR PATCH] [Closed]: " harrisonthorne
  3 siblings, 0 replies; 5+ messages in thread
From: harrisonthorne @ 2020-08-10  3:59 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24189#issuecomment-671152161

Comment:
Seeing that a) this package doesn't really meet the quality requirements, b) i don't know how easily the problem above can be fixed and c) this package takes forever to `pkg`, I think I'm going to reject and close this. Maintainers can decide otherwise.

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

* Re: [PR PATCH] [Closed]: New package: flat-remix
  2020-08-10  1:49 [PR PATCH] New package: flat-remix harrisonthorne
                   ` (2 preceding siblings ...)
  2020-08-10  3:59 ` harrisonthorne
@ 2020-08-10  3:59 ` harrisonthorne
  3 siblings, 0 replies; 5+ messages in thread
From: harrisonthorne @ 2020-08-10  3:59 UTC (permalink / raw)
  To: ml

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

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

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

Description:
Add flat-remix, the Material-Design-inspired icon theme (my personal fav)

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

end of thread, other threads:[~2020-08-10  3:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  1:49 [PR PATCH] New package: flat-remix harrisonthorne
2020-08-10  1:49 ` harrisonthorne
2020-08-10  3:56 ` harrisonthorne
2020-08-10  3:59 ` harrisonthorne
2020-08-10  3:59 ` [PR PATCH] [Closed]: " harrisonthorne

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