You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/kfmclient/kfmclient-15.08.3.ebuild

35 lines
881 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KMNAME="kde-baseapps"
KMMODULE="konqueror/client"
inherit kde4-meta
DESCRIPTION="KDE tool for opening URLs from the command line"
KEYWORDS="amd64 x86"
IUSE="debug"
KMEXTRACTONLY="
konqueror/kfmclient.desktop
konqueror/kfmclient_dir.desktop
konqueror/kfmclient_html.desktop
konqueror/kfmclient_war.desktop
konqueror/src/org.kde.Konqueror.Main.xml
konqueror/src/org.kde.Konqueror.MainWindow.xml
"
src_prepare() {
kde4-meta_src_prepare
# Do not install non-kfmclient *.desktop files
sed -e "/konqbrowser\.desktop/d" \
-e "/konqueror\.desktop/s/^/#DONOTWANT/" \
-e "/install(FILES profile/s/^/#DONOTWANT/" \
-e "/install(FILES konqueror.appdata.xml/s/^/#DONOTWANT/" \
-i konqueror/CMakeLists.txt \
|| die "Failed to omit .desktop files"
}