diff options
author | Chris <[email protected]> | 2020-01-10 03:11:17 +0100 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-01-18 16:34:35 +0000 |
commit | 59a5a64b42421e246b5b90bf0d944299346faa7e (patch) | |
tree | 532903ae659fdf852560d006b8a2c680701f2cc1 /trinity-base/tdeartwork-icon-themes | |
parent | 83310ab2e1e23459df24e5fab68d3b969e301450 (diff) | |
download | tde-packaging-gentoo-59a5a64b42421e246b5b90bf0d944299346faa7e.tar.gz tde-packaging-gentoo-59a5a64b42421e246b5b90bf0d944299346faa7e.zip |
Live ebuilds: Port to EAPI7 and cleanup - Round 6.
This time: tdeartwork-meta, tdeartwork-emoticons,
tdeartwork-icon-themes, tdeartwork-icewm-themes,
tdeartwork-tdescreensaver, tdeartwork-twin-styles,
tdeartwork-kworldclock, tdeartwork-sounds,
tdeartwork-styles, tdeartwork-wallpapers,
atlantikdesigner, tdeaddons-doc,
kaddressbook-plugins, kate-plugins,
kicker-applets, knewsticker-scripts,
konq-plugins, ksig, renamedlg-plugins,
tdeaddons-tdefile-plugins,
and tdeaddons-meta
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'trinity-base/tdeartwork-icon-themes')
-rw-r--r-- | trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild | 16 |
1 files changed, 3 insertions, 13 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 index d95d9852..8ead2abd 100644 --- a/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild +++ b/trinity-base/tdeartwork-icon-themes/tdeartwork-icon-themes-9999.ebuild @@ -1,23 +1,13 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_NAME="tdeartwork" -inherit trinity-meta +inherit trinity-meta-2 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 -} |