From d68f1e223da71c1b3d013713f24d78cedaef3e95 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 2 May 2020 23:54:12 +0200 Subject: Live ebuilds: Add `KScope` ebuild. Signed-off-by: Chris --- trinity-apps/kscope/kscope-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++ trinity-apps/kscope/metadata.xml | 7 +++++++ 2 files changed, 43 insertions(+) create mode 100644 trinity-apps/kscope/kscope-9999.ebuild create mode 100644 trinity-apps/kscope/metadata.xml (limited to 'trinity-apps/kscope') 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 + + -- cgit v1.2.1