summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-colors-common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /x11-themes/gnome-colors-common
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'x11-themes/gnome-colors-common')
-rw-r--r--x11-themes/gnome-colors-common/Manifest2
-rw-r--r--x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild25
2 files changed, 11 insertions, 16 deletions
diff --git a/x11-themes/gnome-colors-common/Manifest b/x11-themes/gnome-colors-common/Manifest
index b01c0da399ea..2cc7b65b54fc 100644
--- a/x11-themes/gnome-colors-common/Manifest
+++ b/x11-themes/gnome-colors-common/Manifest
@@ -1,4 +1,4 @@
DIST gnome-colors-5.5.1.tar.gz 4919865 BLAKE2B 968d649d082154e0f627f58c2fa310fd4768f79276e45cf343146a3027f0c7116e7e532524419ef3e49c15d8e3cb1f9580ffd52342e0de9f117c4333801dd8e2 SHA512 23d1fb9b96cd4287acc0f540c8a7abed1b9f16d7e2bc952beedc365cfd71a3a0134382a7f4bb1c01c62dc376acb6aaf81332167869ec6e8c036679e89d325ff3
DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
-EBUILD gnome-colors-common-5.5.1-r1.ebuild 1306 BLAKE2B 94549dd27047263fbfe4ca4ad6e8c6dd7ae813a22db18ca6d4268e7b8d0ef2f7972c70032fdc3571c58706efaa51555f2cd498683755c7c2d727d2108cca6b17 SHA512 393bd3478a981818a69c131d4e50c09e06a2c7a9f26fdc7b3c681b28ecd29030dbbafea8ce5f1c56cdaff020b478a49dfcc8eaa369cbd98666e3c6f650305c90
+EBUILD gnome-colors-common-5.5.1-r1.ebuild 1225 BLAKE2B f18dba18234e094cd7999bc2881718a2be3acf608bfcafec08c94f8e503b926ddfc768ef4b079de5dafc275ebcc96eb150eaa4fd7e63d267911f89c0aaa3f0fa SHA512 b0cb7e79b95284d691d720b7411d143e16f9dfa86e4ea00835b70a0ba5243788954d976a7fd36bb91676d83da126a416ba09682f2c8ad2b1d20ca9c940777144
MISC metadata.xml 275 BLAKE2B 1d7a40dcd1ff56ed2b121a26c14db27d87f2b5417aa1068231041d59bd9f4af2bed01f5a92a346d8fb78013d921c812655d14906e2ee6ce3d25f24bf302a966b SHA512 f6ba8749c28efdef180ce22a3be528d6843d1c73cb6e8e41a5d009e6a0b707053daf3821dcab94389d51d7f2c07fc4dc9e0c3d349aa03f6c136b897deadb0c58
diff --git a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
index 6d9348d2499c..2370f83c992f 100644
--- a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
+++ b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit gnome2-utils
DESCRIPTION="Colorized icons shared between all gnome-colors iconsets"
HOMEPAGE="https://code.google.com/p/gnome-colors/"
-
SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
- branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
+ branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
+S="${WORKDIR}"
LICENSE="
GPL-2
@@ -20,33 +20,28 @@ KEYWORDS="amd64 x86"
IUSE="+branding"
RDEPEND="x11-themes/adwaita-icon-theme"
-DEPEND=""
RESTRICT="binchecks strip"
-S="${WORKDIR}"
-
src_prepare() {
default
+
if use branding; then
for i in 16 22 24 32 ; do
cp tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- gnome-colors-common/${i}x${i}/places/start-here.png \
+ gnome-colors-common/${i}x${i}/places/start-here.png \
|| die "Copying gentoo logos failed"
done
+
cp tango-gentoo-v1.1/scalable/gentoo.svg \
- gnome-colors-common/scalable/places/start-here.svg \
+ gnome-colors-common/scalable/places/start-here.svg \
|| die "Copying scalable logo failed"
fi
}
-src_compile() {
- einfo "Nothing to compile"
-}
-
src_install() {
- dodir /usr/share/icons
insinto /usr/share/icons
doins -r "${WORKDIR}/${PN}"
+
einstalldocs
}