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/knmap | |
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/knmap')
-rw-r--r-- | trinity-apps/knmap/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/knmap/knmap-14.1.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest index a7ea2db6..886dacf5 100644 --- a/trinity-apps/knmap/Manifest +++ b/trinity-apps/knmap/Manifest @@ -1 +1,2 @@ DIST knmap-trinity-14.0.13.tar.xz 980948 BLAKE2B 322149410e21c4eb355434824f08ba573f6563e5eae52c79d530f4e926ac72b0b62739e21e40563ab89554ab0270abb35d4dccddee47676643bafa40f629e9cd SHA512 c7f0dae23b9f2141fdf044a5723dce5cf44f9b5f21bd8f669c4a668c4cfbdc38344883031e6ef8e5b4e5a60834434ea00d55edf9c6b017eb2108cf4a39c60a15 +DIST knmap-trinity-14.1.0.tar.xz 980976 BLAKE2B 63bd0a369e5efd4a8a8be831ed353c05efbd5245be46335e84a290ead6e838afed5cc12131f51e3288b6fa744b19fb07a5cf8aed1dbfec798c42de5dfd47df65 SHA512 1ac7658a07f3591c653afb5365463ce133eaf0e818ec24ed0fc3d1d9c1416a8537f4c63a72a473104f50f3f00a850ed34f674b7ce3f3855125109c28042716c2 diff --git a/trinity-apps/knmap/knmap-14.1.0.ebuild b/trinity-apps/knmap/knmap-14.1.0.ebuild new file mode 100644 index 00000000..5a7c9e3b --- /dev/null +++ b/trinity-apps/knmap/knmap-14.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-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" +TRINITY_MODULE_TYPE="applications/internet" +inherit trinity-base-2 + +DESCRIPTION="Nmap graphical interface for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +RDEPEND="net-analyzer/nmap" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +} |