From 644110a847c5911c2eb04eb53c93031740561efc Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 28 Nov 2019 02:34:44 +0100 Subject: Initial import of an ebuilds tree from Fat-Zer's (Alexander Golubev) repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../tdeartwork-icon-themes-9999.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild (limited to 'trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild') diff --git a/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild b/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild new file mode 100644 index 00000000..d95d9852 --- /dev/null +++ b/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" +TRINITY_MODULE_NAME="tdeartwork" + +inherit trinity-meta +KMMODULE="IconThemes" + +DESCRIPTION="Icon themes for Trinity" +KEYWORDS= +IUSE="" + +TSM_EXTRACT="IconThemes/" + +src_prepare() { + trinity-meta_src_prepare + + # file collision with trinity-base/kicker-applets + # see: https://bugs.trinitydesktop.org/show_bug.cgi?id=1282 + rm -f IconThemes/locolor/16x16/apps/ktimemon.png + rm -f IconThemes/locolor/32x32/apps/ktimemon.png +} -- cgit v1.2.3