x11-themes/gnome-icon-theme: Remove. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 1c238e34f6d7729a43f8a96d9606344685935cfa
DIR parent bb5ac0d7d9032ebe77f114e90aee2d6ba43cb0e5
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 29 Mar 2021 12:51:19 +0200
x11-themes/gnome-icon-theme: Remove.
Diffstat:
D x11-themes/gnome-icon-theme/Manife… | 2 --
D x11-themes/gnome-icon-theme/gnome-… | 47 -------------------------------
D x11-themes/gnome-icon-theme/metada… | 8 --------
3 files changed, 0 insertions(+), 57 deletions(-)
---
DIR diff --git a/x11-themes/gnome-icon-theme/Manifest b/x11-themes/gnome-icon-theme/Manifest
@@ -1,2 +0,0 @@
-DIST gnome-icon-theme-3.12.0.tar.xz 17742624 BLAKE2B df25489c2bc8f51833a4b6c8ef5b05ba83e31e36431d9a11b3e172f71a11194c3adc38bebf98c0e6253e1d55e751422128345033ea2bebf6ae9a0f78252539b8 SHA512 9dab14a5d30b1fa6655fbd44f15357158dc49ef01d27be678eaed35cb4a9f21546dee2a5d7fb50dac5e3595e161b0be7e7bc79daf47b772f0bb37109b0078bea
-DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
DIR diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0-r1.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0-r1.ebuild
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://www.gnome.org/ https://people.freedesktop.org/~jimmac/icons/#git"
-
-SRC_URI="${SRC_URI}
- branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-BY-SA-4.0 )"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-DEPEND="${RDEPEND}
- >=x11-misc/icon-naming-utils-0.8.7
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
- if use branding; then
- for i in 16 22 24 32 48; do
- cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/gnome//${i}x${i}/places/start-here.png \
- || die "Copying gentoo logos failed"
- done
- fi
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --enable-icon-mapping \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
-}
DIR diff --git a/x11-themes/gnome-icon-theme/metadata.xml b/x11-themes/gnome-icon-theme/metadata.xml
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>