diff options
author | ormorph <[email protected]> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/kpicosim | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kpicosim')
-rw-r--r-- | trinity-apps/kpicosim/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kpicosim/kpicosim-14.1.2.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kpicosim/Manifest b/trinity-apps/kpicosim/Manifest index e0fedb33..e7cf3e57 100644 --- a/trinity-apps/kpicosim/Manifest +++ b/trinity-apps/kpicosim/Manifest @@ -1 +1,2 @@ DIST kpicosim-trinity-14.1.1.tar.xz 48976 BLAKE2B 7e5864535b692258af770a51d1e69f30bd4e8d3203ee96526529813ca60c16cfeee1f139c310bc5782dfc0d46e98eb3b77b66a524867ca87ddafa46f09243a17 SHA512 50102189354a78f024d3f6a4b5d3ea07880150931f7af3577cbb4a6b8e29270731512ee1ac9a5e228cd83da513b91ba83d6723774d6282a41a4f4cee22f5ed93 +DIST kpicosim-trinity-14.1.2.tar.xz 49372 BLAKE2B df87c5a17e30b874591e5e5fd06de0f8167a8cf9d3a4566d36191332280565e023fa0044d2a1b20c014c6fbe82319a53ed9c66087d6573a9506e71c61ffe5722 SHA512 0d84c17ebaf2a0c216e6d5822cf9e4911022594cbceddd5480aff17482fb10199c5296a5b84c8ed9caa9831359571c0afdd425716716f90bdbf7d374387e5d40 diff --git a/trinity-apps/kpicosim/kpicosim-14.1.2.ebuild b/trinity-apps/kpicosim/kpicosim-14.1.2.ebuild new file mode 100644 index 00000000..1f7aba4f --- /dev/null +++ b/trinity-apps/kpicosim/kpicosim-14.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-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" +TRINITY_MODULE_TYPE="applications/development" +inherit trinity-base-2 + +DESCRIPTION="IDE and simulator for the Xilinx PicoBlaze-3" +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 +} |