diff options
author | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
commit | 644110a847c5911c2eb04eb53c93031740561efc (patch) | |
tree | 9658dde1cc70b52b233957b7852f87d997e98156 /trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild | |
download | tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip |
Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild')
-rw-r--r-- | trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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 +} |