summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdevelop/tdevelop-14.1.4.ebuild
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-05 09:51:35 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-09-07 02:43:24 +0300
commit96895799b4106a013d1e1d9692bbd4bac0ae11d0 (patch)
tree2c7352cf4191e694c0ef5cbea4e76df9658c89b9 /trinity-base/tdevelop/tdevelop-14.1.4.ebuild
parenta65764f265a27eb731c5ee8289dda3ef1d67d161 (diff)
downloadtde-packaging-gentoo-96895799b4106a013d1e1d9692bbd4bac0ae11d0.tar.gz
tde-packaging-gentoo-96895799b4106a013d1e1d9692bbd4bac0ae11d0.zip
*/*: add release 14.1.4
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'trinity-base/tdevelop/tdevelop-14.1.4.ebuild')
-rw-r--r--trinity-base/tdevelop/tdevelop-14.1.4.ebuild42
1 files changed, 42 insertions, 0 deletions
diff --git a/trinity-base/tdevelop/tdevelop-14.1.4.ebuild b/trinity-base/tdevelop/tdevelop-14.1.4.ebuild
new file mode 100644
index 00000000..cab34d6f
--- /dev/null
+++ b/trinity-base/tdevelop/tdevelop-14.1.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2025 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_HANDBOOK="optional"
+
+TRINITY_MODULE_TYPE="core"
+inherit trinity-base-2
+
+DESCRIPTION="The TDevelop Integrated Development Environment"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="dev-lang/perl
+ net-dns/libidn
+ sys-libs/db
+ virtual/acl"
+
+RDEPEND="$DEPEND"
+
+src_prepare() {
+ pushd "${S}/parts/appwizard/common/" || die
+ trinity-admin-prepare
+ popd
+ trinity-base-2_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_LANGUAGE_ALL=ON
+ -DWITH_BUILDTOOL_ALL=ON
+ -DBUILD_ALL=ON
+ )
+
+ trinity-base-2_src_configure
+}