* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/sweet-gtk-theme/, profiles/updates/, x11-themes/sweet-dark-gtk-theme/
@ 2020-11-11 17:11 Aisha Tammy
0 siblings, 0 replies; only message in thread
From: Aisha Tammy @ 2020-11-11 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 60ac018890ff7cad316d5f32b2460f218713a837
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 11 17:11:22 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Nov 11 17:11:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60ac0188
x11-themes/sweet-dark-gtk-theme: move sweet theme to dark one
fixes inconsistencies with package source as well
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
profiles/updates/4Q-2020 | 1 +
x11-themes/sweet-dark-gtk-theme/Manifest | 1 +
.../metadata.xml | 0
.../sweet-dark-gtk-theme-1.10.5.ebuild | 19 ++++++++++++++
x11-themes/sweet-gtk-theme/Manifest | 1 -
.../sweet-gtk-theme-1.10.5_p20200603.ebuild | 30 ----------------------
.../sweet-gtk-theme/sweet-gtk-theme-9999.ebuild | 30 ----------------------
7 files changed, 21 insertions(+), 61 deletions(-)
diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020
new file mode 100644
index 00000000..90ddcf2f
--- /dev/null
+++ b/profiles/updates/4Q-2020
@@ -0,0 +1 @@
+move x11-themes/sweet-gtk-theme x11-themes/sweet-dark-gtk-theme
diff --git a/x11-themes/sweet-dark-gtk-theme/Manifest b/x11-themes/sweet-dark-gtk-theme/Manifest
new file mode 100644
index 00000000..1ad1ae90
--- /dev/null
+++ b/x11-themes/sweet-dark-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST sweet-dark-gtk-theme-1.10.5.zip 772924 BLAKE2B 95bd9545c70c163d685f2a67670cdb8f5fb1d7a5941e74bfb29b420e596237619ca3aa73cd245e5d339a547857922a8105de98e561ed0107caa371905d261ebf SHA512 424ff9c2afdc2911a877d5deea0cd238324cd97b42aaacf3f87eeed014795117f785b3b4532031a4792b7171b7d66e08b546838cb572ce7e4bc4702d7f4ee3d2
diff --git a/x11-themes/sweet-gtk-theme/metadata.xml b/x11-themes/sweet-dark-gtk-theme/metadata.xml
similarity index 100%
rename from x11-themes/sweet-gtk-theme/metadata.xml
rename to x11-themes/sweet-dark-gtk-theme/metadata.xml
diff --git a/x11-themes/sweet-dark-gtk-theme/sweet-dark-gtk-theme-1.10.5.ebuild b/x11-themes/sweet-dark-gtk-theme/sweet-dark-gtk-theme-1.10.5.ebuild
new file mode 100644
index 00000000..6f590a5c
--- /dev/null
+++ b/x11-themes/sweet-dark-gtk-theme/sweet-dark-gtk-theme-1.10.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Sweet (dark) gtk theme"
+HOMEPAGE="https://github.com/EliverLara/Sweet"
+SRC_URI="https://github.com/EliverLara/Sweet/releases/download/v${PV}/Sweet-Dark.zip -> ${P}.zip"
+S="${WORKDIR}/Sweet-Dark"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+ insinto /usr/share/themes/Sweet
+ doins -r assets gnome-shell gtk-{2,3}.0 \
+ metacity-1 xfwm4 index.theme
+}
diff --git a/x11-themes/sweet-gtk-theme/Manifest b/x11-themes/sweet-gtk-theme/Manifest
deleted file mode 100644
index 98beb497..00000000
--- a/x11-themes/sweet-gtk-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sweet-gtk-theme-1.10.5_p20200603.tar.gz 914452 BLAKE2B 5665e4d3a4adad962f6206058ead62c265523d10c97f15facf9d5b5f2c1470673bbcc34cd603d53221e3ee0ef64a1ba3bc830b560a914afafeec216ccbf04bab SHA512 6c90fa0bc96bdee86e34a2541d649838a2647237bb986310ab5e96363b7e76410c5318a1d3b08f023c58444e3be0ff1aa0f3fcfc2696d236c7570e4428f094f5
diff --git a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild b/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild
deleted file mode 100644
index fd06303e..00000000
--- a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-1.10.5_p20200603.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PN="Sweet"
-
-DESCRIPTION="light and dark colorful gtk theme"
-
-HOMEPAGE="https://github.com/EliverLara/Sweet"
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git"
-else
- COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05"
- SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S="${WORKDIR}/${MY_PN}-${COMMIT}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-src_install() {
- dodir /usr/share/themes/sweet-gtk
- insinto /usr/share/themes/sweet-gtk
- doins -r Art assets gnome-shell gtk-{2.0,3.0} \
- metacity-1 src xfwm4 index.theme
-}
diff --git a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild b/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild
deleted file mode 100644
index fd06303e..00000000
--- a/x11-themes/sweet-gtk-theme/sweet-gtk-theme-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PN="Sweet"
-
-DESCRIPTION="light and dark colorful gtk theme"
-
-HOMEPAGE="https://github.com/EliverLara/Sweet"
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git"
-else
- COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05"
- SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S="${WORKDIR}/${MY_PN}-${COMMIT}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-src_install() {
- dodir /usr/share/themes/sweet-gtk
- insinto /usr/share/themes/sweet-gtk
- doins -r Art assets gnome-shell gtk-{2.0,3.0} \
- metacity-1 src xfwm4 index.theme
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-11 17:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11 17:11 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/sweet-gtk-theme/, profiles/updates/, x11-themes/sweet-dark-gtk-theme/ Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox