From 336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 30 Apr 2022 20:47:27 +0300 Subject: Added version 14.0.12 Signed-off-by: ormorph --- trinity-base/konsole/konsole-14.0.12.ebuild | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 trinity-base/konsole/konsole-14.0.12.ebuild (limited to 'trinity-base/konsole/konsole-14.0.12.ebuild') diff --git a/trinity-base/konsole/konsole-14.0.12.ebuild b/trinity-base/konsole/konsole-14.0.12.ebuild new file mode 100644 index 00000000..4b6b0e05 --- /dev/null +++ b/trinity-base/konsole/konsole-14.0.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="translations/" +inherit trinity-meta-2 + +DESCRIPTION="X terminal for use with Trinity" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi +IUSE="sudo" + +DEPEND=" + x11-libs/libX11 + x11-libs/libXrender" + +RDEPEND="${DEPEND} + ~trinity-base/kcontrol-${PV} + x11-apps/bdftopcf + sudo? ( app-admin/sudo )" + +src_configure() { + local mycmakeargs=( + -DWITH_XRENDER=ON + -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="$(usex sudo)" + ) + + trinity-meta-2_src_configure +} -- cgit v1.2.1