diff options
Diffstat (limited to 'kde-frameworks/kservice/kservice-4.98.0.ebuild')
| -rw-r--r-- | kde-frameworks/kservice/kservice-4.98.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/kservice/kservice-4.98.0.ebuild b/kde-frameworks/kservice/kservice-4.98.0.ebuild new file mode 100644 index 00000000000..cf47efce7f4 --- /dev/null +++ b/kde-frameworks/kservice/kservice-4.98.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde-frameworks + +DESCRIPTION="Framework providing advanced features for plugins, such as file type association and locating" +LICENSE="LGPL-2 LGPL-2.1+" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + dev-qt/qtdbus:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdoctools) + test? ( dev-qt/qtconcurrent:5 ) +" + +src_configure() { + local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc + ) + + kde-frameworks_src_configure +} |
