summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kxmleditor
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/kxmleditor
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kxmleditor')
-rw-r--r--trinity-apps/kxmleditor/Manifest1
-rw-r--r--trinity-apps/kxmleditor/kxmleditor-14.1.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest
index bf3eaea7..719a58b0 100644
--- a/trinity-apps/kxmleditor/Manifest
+++ b/trinity-apps/kxmleditor/Manifest
@@ -1 +1,2 @@
DIST kxmleditor-trinity-14.1.1.tar.xz 509660 BLAKE2B e28a4e8574108b89bc58cb27b305c8ee4d35db7e41afa4dbaf8c4f60b31bbbcef6471bdf67afbc433727f153ade72c5f92943d430d6013574e800949a88570e5 SHA512 28868c2aac1db8510ca0d210c04faadab6aa5f0a26034d8b8197b3d84f6e541866ab26760186c321fd1045cad778e29917bcb626b94fe9ca6e703b8a7ce2a808
+DIST kxmleditor-trinity-14.1.2.tar.xz 509764 BLAKE2B 2c284af81b5d467d5fe5f3e48d846004d495b8a89b837342b63e631f9f8c55ee013f9bae5bcf782c6e14934498889792d767f4efd3f7bdd8b433c4707c4c4c0b SHA512 c9a8fb22925a3c810aee4534f8f6efbe0ada88c8e468efa48139ef37a998ae8a6b5d8df3f435412c77d980aefff8e0f8d0d24a394f99abc7ae3047efa97109f4
diff --git a/trinity-apps/kxmleditor/kxmleditor-14.1.2.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.1.2.ebuild
new file mode 100644
index 00000000..c3a531cc
--- /dev/null
+++ b/trinity-apps/kxmleditor/kxmleditor-14.1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2024 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="de fr pl"
+
+TRINITY_MODULE_TYPE="applications/development"
+inherit trinity-base-2
+
+DESCRIPTION="XML editor for TDE"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}