summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knmap
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/knmap
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/knmap')
-rw-r--r--trinity-apps/knmap/Manifest1
-rw-r--r--trinity-apps/knmap/knmap-14.1.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/knmap/Manifest b/trinity-apps/knmap/Manifest
index b443e2ca..32813ce5 100644
--- a/trinity-apps/knmap/Manifest
+++ b/trinity-apps/knmap/Manifest
@@ -1 +1,2 @@
DIST knmap-trinity-14.1.1.tar.xz 985340 BLAKE2B 9046809ab136ae14b08ac74bc225f451a3de007da5bf65479d7590052989460b1fa428d085cfbdab31108ed22460b9761820ada4333384dc791d56b7af31bc8d SHA512 c43a9e6958d85a755d3a32874307aed2c1ae29c20f0d63f41f33d3773d59e5825e2f7d610c9b4f2d2b95f2631f81c3696c2e2cbcdaac9de662e1d014cccc6c36
+DIST knmap-trinity-14.1.2.tar.xz 983408 BLAKE2B 7f5f5864acb412f3eeab708a9a0102b02afa09b25c24db4d0227043955f12307b019e84218cb741f9c214b56bb2085c1b9c9c4524b0126be3df80029c016cdc3 SHA512 74de94f25b50beb0ad9593b77acdf3c2e69821986c93cadef98c57f1d1f1952143b0b6d6079c173adf3e7d5361d548366cf4c5c63feba55c81372bfcab1b18d4
diff --git a/trinity-apps/knmap/knmap-14.1.2.ebuild b/trinity-apps/knmap/knmap-14.1.2.ebuild
new file mode 100644
index 00000000..cd490100
--- /dev/null
+++ b/trinity-apps/knmap/knmap-14.1.2.ebuild
@@ -0,0 +1,31 @@
+# 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/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
+}