summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kxmleditor
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-28 12:41:56 +0200
committerormorph <roma251078@mail.ru>2022-10-28 19:43:12 +0200
commit345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch)
tree752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/kxmleditor
parentcc26a6f102600556b4f96fd651ac2b67482e6932 (diff)
downloadtde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz
tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip
Added version 14.0.13
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.0.13.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest
index 16af123b..69b0e9fb 100644
--- a/trinity-apps/kxmleditor/Manifest
+++ b/trinity-apps/kxmleditor/Manifest
@@ -1 +1,2 @@
DIST kxmleditor-trinity-14.0.12.tar.xz 510052 BLAKE2B 7ae9941b416cbe4230eb79c3e936245b740fea13dd670d1d30ed59a080bd08dbeac449364e294a2f34e3aed7660974984c45c925b482ff094b1a41c6090283cb SHA512 c6508c0ca966201b737fa07c538888b3f2585e02f5a69b84a56bee2243004f837302c52a29e194c827e911f80d91f7a52ef475873542e4e7f6a1e659e4bfe582
+DIST kxmleditor-trinity-14.0.13.tar.xz 509792 BLAKE2B 545c2e9e19de74a0138070286f0afaaa6f9d009ff2d1eaf3df2326a640f316ceeb14498d1990647e8e7ad9af973f2ea4bfceacb713d1fc73a8115c7364bda2c7 SHA512 98ded5234527d6ffbcfbba696ace23bb3a1835003d2b37dd7e7aff60ab5c8c3d737ca98e7311a66f6796749b798bb30a86130f5f22262473ea3b86794e8e3877
diff --git a/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild
new file mode 100644
index 00000000..8baa9afa
--- /dev/null
+++ b/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 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
+}