public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/
@ 2020-04-24 12:49 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-04-24 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4be46395dc56bae43f2b91c23af188ab34a3b464
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Apr 24 00:11:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 24 00:29:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4be46395

x11-themes/arc-darkest-colors: New package.

Theme based on Arc, but darker and with more colors.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-themes/arc-darkest-colors/Manifest             |  1 +
 .../arc-darkest-colors-0_pre20200417.ebuild        | 44 ++++++++++++++++++++++
 x11-themes/arc-darkest-colors/metadata.xml         | 18 +++++++++
 3 files changed, 63 insertions(+)

diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest
new file mode 100644
index 0000000..17f7986
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -0,0 +1 @@
+DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190

diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
new file mode 100644
index 0000000..6354e73
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976"
+
+DESCRIPTION="Flat, dark-mode theme with transparent elements"
+HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop"
+SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="icons"
+
+RDEPEND="x11-themes/gtk-engines-murrine"
+
+S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
+
+src_install() {
+	for color in BlueAgave Kiwi Plum Strawberry Tangerine; do
+		insinto "usr/share/themes"
+		doins -r "AD-${color}"
+		if use icons; then
+			insinto "usr/share/icons"
+			for variant in Numix Suru; do
+				doins -r "AD-${color}-${variant}"
+			done
+		fi
+	done
+
+	default
+}
+
+pkg_postinst() {
+	use icons && xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	use icons && xdg_icon_cache_update
+}

diff --git a/x11-themes/arc-darkest-colors/metadata.xml b/x11-themes/arc-darkest-colors/metadata.xml
new file mode 100644
index 0000000..5b09564
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription>
+		Arc-Darkest-COLORS is a flat, dark-mode theme with transparent elements,
+		for GTK, xfwm4, openbox-3, GNOME-Shell, and Cinnamon desktop
+		environments. Arc-Darkest-COLORS also has two varieties of matching
+		Icons and Folders. You can choose between the 5 highlight colors Blue
+		Agave, Kiwi, Plum, Strawberry and Tangerine.
+	</longdescription>
+	<use>
+		<flag name="icons">Install icon themes</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/
@ 2020-04-27  7:02 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-04-27  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3375e7b7dca2c07240bfe09ce39b447e9b7d2107
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:31:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 26 22:39:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3375e7b7

x11-themes/arc-darkest-colors: longdescription lang="en"

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 x11-themes/arc-darkest-colors/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/arc-darkest-colors/metadata.xml b/x11-themes/arc-darkest-colors/metadata.xml
index 5b09564..1e0f03c 100644
--- a/x11-themes/arc-darkest-colors/metadata.xml
+++ b/x11-themes/arc-darkest-colors/metadata.xml
@@ -5,7 +5,7 @@
 		<email>gentoo@tastytea.de</email>
 		<name>Ronny (tastytea) Gutbrod</name>
 	</maintainer>
-	<longdescription>
+	<longdescription lang="en">
 		Arc-Darkest-COLORS is a flat, dark-mode theme with transparent elements,
 		for GTK, xfwm4, openbox-3, GNOME-Shell, and Cinnamon desktop
 		environments. Arc-Darkest-COLORS also has two varieties of matching


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/
@ 2020-10-25 12:32 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-10-25 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     93a4d64f5d5559a94d66f676919ddbae665a5d96
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 25 08:43:48 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 25 08:43:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a4d64f

x11-themes/arc-darkest-colors: Version bump 0_pre20200818.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-themes/arc-darkest-colors/Manifest             |  1 +
 .../arc-darkest-colors-0_pre20200818.ebuild        | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest
index 17f79862..27c0cf5a 100644
--- a/x11-themes/arc-darkest-colors/Manifest
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -1 +1,2 @@
 DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
+DIST arc-darkest-colors-0_pre20200818.tar.gz 46359071 BLAKE2B 9aafd3787822379c2c540b10ff157bd00fbd6087b9a500092c55e38f3b0f7a2c572787b7f22c3a82bde33fc8fc5fcd386922ba605efb92f65670736d1ba9e6b1 SHA512 d11b061aca04aba7ece5227b51b227585aed4a9cfdf9d21aaf60d0c8cfaf8516504fcab64d1b5da146c15e1ddd7c7d8bca6c78401d7b1682631abfd07569da0c

diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.ebuild
new file mode 100644
index 00000000..878b53ec
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+MY_COMMIT="ea335b539ebf29df5b4605812c9844bd8c409fc6"
+
+DESCRIPTION="Flat, dark-mode theme with transparent elements"
+HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop"
+SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="icons"
+
+RDEPEND="x11-themes/gtk-engines-murrine"
+
+src_install() {
+	for color in BlueAgave Kiwi Plum Strawberry Tangerine; do
+		insinto "usr/share/themes"
+		doins -r "AD-${color}"
+		if use icons; then
+			insinto "usr/share/icons"
+			for variant in Numix Suru; do
+				doins -r "AD-${color}-${variant}"
+			done
+		fi
+	done
+
+	default
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/
@ 2020-12-06 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b70ea3b2d2cb93eeb8f7b797fc49e817da197621
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Dec  5 13:09:33 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec  5 13:22:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b70ea3b2

x11-themes/arc-darkest-colors: Version bump 0_pre20201112.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-themes/arc-darkest-colors/Manifest             |  1 +
 .../arc-darkest-colors-0_pre20201112.ebuild        | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest
index 27c0cf5a..905b1c34 100644
--- a/x11-themes/arc-darkest-colors/Manifest
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -1,2 +1,3 @@
 DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
 DIST arc-darkest-colors-0_pre20200818.tar.gz 46359071 BLAKE2B 9aafd3787822379c2c540b10ff157bd00fbd6087b9a500092c55e38f3b0f7a2c572787b7f22c3a82bde33fc8fc5fcd386922ba605efb92f65670736d1ba9e6b1 SHA512 d11b061aca04aba7ece5227b51b227585aed4a9cfdf9d21aaf60d0c8cfaf8516504fcab64d1b5da146c15e1ddd7c7d8bca6c78401d7b1682631abfd07569da0c
+DIST arc-darkest-colors-0_pre20201112.tar.gz 47906435 BLAKE2B da12cd3dbbdf46a888f2847b0d067f6c23e04b62d3c0d03af9e7233c646e39a630fd3dd1efea25836cf5660f01c22af2a395770c6ddae912d4a81e48eacb240f SHA512 727622b32c64930d92cd518e8da65fa2eda6f9b4788ca22eabff8eec623e03dd33bfa2233a5628377464465fde088a4fc34a578c9607518e2430960af6cb7134

diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild
new file mode 100644
index 00000000..07db4eff
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+MY_COMMIT="a2c0286932466476159d9a2194a5e6980f1a66f8"
+
+DESCRIPTION="Flat, dark-mode theme with transparent elements"
+HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop"
+SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="icons"
+
+RDEPEND="x11-themes/gtk-engines-murrine"
+
+src_install() {
+	for color in BlueAgave Kiwi Plum Strawberry Tangerine; do
+		insinto "usr/share/themes"
+		doins -r "AD-${color}"{,-[0-9]*}
+		if use icons; then
+			insinto "usr/share/icons"
+			for variant in Numix Suru; do
+				doins -r "AD-${color}-${variant}"
+			done
+		fi
+	done
+
+	default
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/
@ 2020-12-06 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-06 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fbe3fe601dfbb94e5e2baa1e8fa799aee97c75a4
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Dec  5 13:13:52 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec  5 13:22:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbe3fe60

x11-themes/arc-darkest-colors: Remove old ebuild.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-themes/arc-darkest-colors/Manifest             |  1 -
 .../arc-darkest-colors-0_pre20200417.ebuild        | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest
index 905b1c34..a050ff9f 100644
--- a/x11-themes/arc-darkest-colors/Manifest
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -1,3 +1,2 @@
-DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
 DIST arc-darkest-colors-0_pre20200818.tar.gz 46359071 BLAKE2B 9aafd3787822379c2c540b10ff157bd00fbd6087b9a500092c55e38f3b0f7a2c572787b7f22c3a82bde33fc8fc5fcd386922ba605efb92f65670736d1ba9e6b1 SHA512 d11b061aca04aba7ece5227b51b227585aed4a9cfdf9d21aaf60d0c8cfaf8516504fcab64d1b5da146c15e1ddd7c7d8bca6c78401d7b1682631abfd07569da0c
 DIST arc-darkest-colors-0_pre20201112.tar.gz 47906435 BLAKE2B da12cd3dbbdf46a888f2847b0d067f6c23e04b62d3c0d03af9e7233c646e39a630fd3dd1efea25836cf5660f01c22af2a395770c6ddae912d4a81e48eacb240f SHA512 727622b32c64930d92cd518e8da65fa2eda6f9b4788ca22eabff8eec623e03dd33bfa2233a5628377464465fde088a4fc34a578c9607518e2430960af6cb7134

diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
deleted file mode 100644
index 036d3003..00000000
--- a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976"
-
-DESCRIPTION="Flat, dark-mode theme with transparent elements"
-HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop"
-SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="icons"
-
-RDEPEND="x11-themes/gtk-engines-murrine"
-
-S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
-
-src_install() {
-	for color in BlueAgave Kiwi Plum Strawberry Tangerine; do
-		insinto "usr/share/themes"
-		doins -r "AD-${color}"
-		if use icons; then
-			insinto "usr/share/icons"
-			for variant in Numix Suru; do
-				doins -r "AD-${color}-${variant}"
-			done
-		fi
-	done
-
-	default
-}


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

end of thread, other threads:[~2020-12-06 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 12:49 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-darkest-colors/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-04-27  7:02 Andrew Ammerlaan
2020-10-25 12:32 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox