From 81a8d1fb750cf3ac924d3c36ae501abf9a116e31 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Apr 2020 17:06:14 +0200 Subject: [PATCH] Live ebuilds: Add preliminary `TDE-Style-QtCurve` ebuild. Signed-off-by: Chris --- .../tde-style-qtcurve-9999.ebuild | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild new file mode 100644 index 00000000..d5342781 --- /dev/null +++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-9999.ebuild @@ -0,0 +1,28 @@ +# 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="never" + +TRINITY_LANGS="de tr" + +inherit trinity-base-2 + +DESCRIPTION="QtCurve widget style for TDE" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +}