diff options
author | ormorph <[email protected]> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/kxmleditor | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kxmleditor')
-rw-r--r-- | trinity-apps/kxmleditor/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest index 67400156..72b83096 100644 --- a/trinity-apps/kxmleditor/Manifest +++ b/trinity-apps/kxmleditor/Manifest @@ -1 +1,2 @@ DIST kxmleditor-trinity-14.0.13.tar.xz 509792 BLAKE2B 545c2e9e19de74a0138070286f0afaaa6f9d009ff2d1eaf3df2326a640f316ceeb14498d1990647e8e7ad9af973f2ea4bfceacb713d1fc73a8115c7364bda2c7 SHA512 98ded5234527d6ffbcfbba696ace23bb3a1835003d2b37dd7e7aff60ab5c8c3d737ca98e7311a66f6796749b798bb30a86130f5f22262473ea3b86794e8e3877 +DIST kxmleditor-trinity-14.1.0.tar.xz 509724 BLAKE2B b8e46db4ce5aa4ad524d410ad0d8ba9e3bf764b257292a3ce78afc07176641ba718f0c59fbd302d794fa8e070894fe2f5ec100bdd9054dc2591ce792967449de SHA512 067b554ed57cd71675bfcc6c76ed1608d9fcdfe3c28e184ab4bde3dbd6e84a53f7bfbb7155dad40c24087722295ad6df7949603232c920f1ebe4a1fcebd5c24c diff --git a/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild new file mode 100644 index 00000000..630e6f27 --- /dev/null +++ b/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 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 +} |