From 345c52699ff344a3bd46c0ee5df765dc404ac3d1 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 28 Oct 2022 12:41:56 +0200 Subject: Added version 14.0.13 Signed-off-by: ormorph --- trinity-apps/knmap/Manifest | 1 + trinity-apps/knmap/knmap-14.0.13.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 trinity-apps/knmap/knmap-14.0.13.ebuild (limited to 'trinity-apps/knmap') diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest index 6622dd13..e4281ec8 100644 --- a/trinity-apps/knmap/Manifest +++ b/trinity-apps/knmap/Manifest @@ -1 +1,2 @@ DIST knmap-trinity-14.0.12.tar.xz 980928 BLAKE2B 3a4e2787e0a1127ce109973180501ac4cd347aebccc1156184603531e9b79a846b75c1f0f2b7188a1c27b5f772240450b26d8a801ddfb6948468a12153696fbf SHA512 54d9cf2e63d2a1fd4d4f1c4d3b06853bb74d491de2c1e6232ecabd9a0a9ab92d36ca5202ebebaea04111fe1bbbdd0044c9dca871d75d174cf84c06a2a27da84c +DIST knmap-trinity-14.0.13.tar.xz 980948 BLAKE2B 322149410e21c4eb355434824f08ba573f6563e5eae52c79d530f4e926ac72b0b62739e21e40563ab89554ab0270abb35d4dccddee47676643bafa40f629e9cd SHA512 c7f0dae23b9f2141fdf044a5723dce5cf44f9b5f21bd8f669c4a668c4cfbdc38344883031e6ef8e5b4e5a60834434ea00d55edf9c6b017eb2108cf4a39c60a15 diff --git a/trinity-apps/knmap/knmap-14.0.13.ebuild b/trinity-apps/knmap/knmap-14.0.13.ebuild new file mode 100644 index 00000000..3f82ea57 --- /dev/null +++ b/trinity-apps/knmap/knmap-14.0.13.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-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" +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 +} -- cgit v1.2.1