summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-colors-themes
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-themes
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'x11-themes/gnome-colors-themes')
-rw-r--r--x11-themes/gnome-colors-themes/Manifest4
-rw-r--r--x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild21
-rw-r--r--x11-themes/gnome-colors-themes/metadata.xml2
3 files changed, 11 insertions, 16 deletions
diff --git a/x11-themes/gnome-colors-themes/Manifest b/x11-themes/gnome-colors-themes/Manifest
index cd24f5b7d7cc..4f6333d75b0b 100644
--- a/x11-themes/gnome-colors-themes/Manifest
+++ b/x11-themes/gnome-colors-themes/Manifest
@@ -1,4 +1,4 @@
DIST gnome-colors-5.5.1.tar.gz 4919865 BLAKE2B 968d649d082154e0f627f58c2fa310fd4768f79276e45cf343146a3027f0c7116e7e532524419ef3e49c15d8e3cb1f9580ffd52342e0de9f117c4333801dd8e2 SHA512 23d1fb9b96cd4287acc0f540c8a7abed1b9f16d7e2bc952beedc365cfd71a3a0134382a7f4bb1c01c62dc376acb6aaf81332167869ec6e8c036679e89d325ff3
DIST gnome-gentoo-5.5.1.tar.gz 354390 BLAKE2B 591c67d1f96f296a427b6846ab4764bfeca3762690bfc75934c8fae3dbdfa64b55ac94a5788e4ff9b344076e1f6a79c13e1b66538d2b6bdb4d6b67280110b13c SHA512 b6a171bdadfef4e01bd2e96efe91ebfc99cab0f7da3def6dd473857c1e51fc9832cf825949f8a84ee8dc5daf4d19e8bdba114d5a92caeb31a0642d0e954bcf1b
-EBUILD gnome-colors-themes-5.5.1.ebuild 910 BLAKE2B d9be70049657dad927e90317c9523a9f75a7e91f549ed73a7c85e0dcc6abb5c261130cb77d3f326d4a5c4e4bc562d02dfdd5f9fbe01e0d5ddb5a4e18bec581a8 SHA512 7769b0fbf848cb68b484e5cd3445e3770c82a2a0d80ceb8b68288016a51b59ab5cf021696d7b6c7077b04d32abe1574c10a31510122316ee96dd07445b2b0a46
-MISC metadata.xml 275 BLAKE2B 1d7a40dcd1ff56ed2b121a26c14db27d87f2b5417aa1068231041d59bd9f4af2bed01f5a92a346d8fb78013d921c812655d14906e2ee6ce3d25f24bf302a966b SHA512 f6ba8749c28efdef180ce22a3be528d6843d1c73cb6e8e41a5d009e6a0b707053daf3821dcab94389d51d7f2c07fc4dc9e0c3d349aa03f6c136b897deadb0c58
+EBUILD gnome-colors-themes-5.5.1.ebuild 832 BLAKE2B b0ead8de442463352ad461b8ea9aee7184eb7486ea71287970839a5a8334336af244b7549f89c9c4829f2998870f1ac2783b7f90e51df8198e970a78c79d9cf0 SHA512 e2809171172002177731da59856a688216a61db8895fdb0df9d25cb55f73099957e42122b4090dd331ae19348cd24942bb2d1884c6cde33ec62a94fb837ad848
+MISC metadata.xml 276 BLAKE2B c4cbc92f4cc708c8a571df5735be5dc6d3b2b9d882265fbf398ca38a7c685a9da8d647e78d05a85edae0568f141b065edaa6ac6f6022106fabb8126740b1c60d SHA512 3497963f4fb51bb32521472b54a995091cb457d2cda65c786bd4b46e5af325caf8f6d5c969cefa0c09fe717df09fb015ec59b52f5571c3b2b9d4ea33e6c843ab
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
index 5fb52b368dcc..94ffa1b9f6c7 100644
--- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
+++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
@@ -1,39 +1,34 @@
-# Copyright 1999-2012 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="Some gnome-colors iconsets including a Gentoo one"
HOMEPAGE="https://code.google.com/p/gnome-colors/"
-
SRC_URI="https://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
https://dev.gentoo.org/~pacho/gnome-gentoo-${PV}.tar.gz"
+S="${WORKDIR}"
LICENSE="GPL-2 public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="x11-themes/gnome-colors-common"
-DEPEND=""
RESTRICT="binchecks strip"
-S="${WORKDIR}"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
src_install() {
- dodir /usr/share/icons
insinto /usr/share/icons
+
+ local i
for i in gnome*; do
- if [ "$i" != "gnome-colors-common" ]; then
+ if [[ "${i}" != "gnome-colors-common" ]]; then
doins -r "${i}"
fi
done
+
einstalldocs
}
diff --git a/x11-themes/gnome-colors-themes/metadata.xml b/x11-themes/gnome-colors-themes/metadata.xml
index e945e1307667..2ba8e9e851e4 100644
--- a/x11-themes/gnome-colors-themes/metadata.xml
+++ b/x11-themes/gnome-colors-themes/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
+ <maintainer type="project">
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>