diff --git a/trinity-apps/kscope/kscope-9999.ebuild b/trinity-apps/kscope/kscope-9999.ebuild new file mode 100644 index 00000000..9a9c38fc --- /dev/null +++ b/trinity-apps/kscope/kscope-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de zh_CN" + +inherit trinity-base-2 + +DESCRIPTION="A TDE front-end to Cscope" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +RDEPEND="=trinity-base/kate-${PV} + media-gfx/graphviz + dev-util/ctags + dev-util/cscope" +DEPEND="${RDEPEND} + sys-devel/flex + sys-devel/bison" + +need-trinity + +SLOT="${TRINITY_VER}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} diff --git a/trinity-apps/kscope/metadata.xml b/trinity-apps/kscope/metadata.xml new file mode 100644 index 00000000..61b4108b --- /dev/null +++ b/trinity-apps/kscope/metadata.xml @@ -0,0 +1,7 @@ + + + + + Chris + +