diff options
author | ormorph <roma251078@mail.ru> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/kstreamripper | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kstreamripper')
-rw-r--r-- | trinity-apps/kstreamripper/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kstreamripper/kstreamripper-14.0.13.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/kstreamripper/Manifest b/trinity-apps/kstreamripper/Manifest index 573d6548..0b40fb7a 100644 --- a/trinity-apps/kstreamripper/Manifest +++ b/trinity-apps/kstreamripper/Manifest @@ -1 +1,2 @@ DIST kstreamripper-trinity-14.0.12.tar.xz 29152 BLAKE2B 320aed097674a6400404ea059639a4e0a01774a8c0e5bdf54ce6bc252a02e35585a3985cc687f7dfec51261feb72d301b07210bebc0ba2140e685bc58459ca6b SHA512 39ba2a17b4b326e7131671152b33ce9e8602ae40310a0de0eacf38b6ef81b1166cb76ae9fa66f64f304b62a62522838796587b72588ced71c136a07a805e5334 +DIST kstreamripper-trinity-14.0.13.tar.xz 29076 BLAKE2B f22b4c05d3387ca75d25e39d6b3b03113e4b4ea9a6fb4681734f0a7cb4923f4b2726bbf158699f0f11ca0a3e7bbc7f40ac887cf3c20376c0628bd3af17984420 SHA512 67b3d2fd3c44430b216193cbfc42dff8544c7736c2917bd4cd73109d7b36d25863dcea5c271ec03b7404ee1d10c904f346f25ed2cc9314138501077d11116f77 diff --git a/trinity-apps/kstreamripper/kstreamripper-14.0.13.ebuild b/trinity-apps/kstreamripper/kstreamripper-14.0.13.ebuild new file mode 100644 index 00000000..93d858b7 --- /dev/null +++ b/trinity-apps/kstreamripper/kstreamripper-14.0.13.ebuild @@ -0,0 +1,31 @@ +# Copyright 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="TDE frontend for streamripper" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +RDEPEND="media-sound/streamripper" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |