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/potracegui/Manifest | 1 + trinity-apps/potracegui/potracegui-14.0.13.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 trinity-apps/potracegui/potracegui-14.0.13.ebuild (limited to 'trinity-apps/potracegui') diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest index ba428a7e..bc6f9711 100644 --- a/trinity-apps/potracegui/Manifest +++ b/trinity-apps/potracegui/Manifest @@ -1 +1,2 @@ DIST potracegui-trinity-14.0.12.tar.xz 50744 BLAKE2B 4907bb93247f5bea2ddcd54ff3cd50d6a38772c1e01e5465bcee07834e6f5fbc132f69267f254b4fbdfaae9554f922cd6957355e8f18b25580db64b14a4c2803 SHA512 3aa04091a3376d5c4371742a37f14bc72088c4cc675fa389d827061b087251129c2b01b83d627094a95822d48c3cf76eb02b223587850b8ba3d5589a1e948b56 +DIST potracegui-trinity-14.0.13.tar.xz 50480 BLAKE2B 4700a43bfcaba1ae49b3abe0715331d7b6e5dc7d0555971419dac32308fd2dae3d04a6e8e689a09b72587550a329eaaa2844dac39652fe27b59a0f2640cab28c SHA512 d78a7feb13fecfe0e27fc8bf61f4e813bc7137c675e351d89dc0021ad349357d239c5f7f9a11110dd279de24364bc02c09871c6b6cc2f418f59ed497267f83fc diff --git a/trinity-apps/potracegui/potracegui-14.0.13.ebuild b/trinity-apps/potracegui/potracegui-14.0.13.ebuild new file mode 100644 index 00000000..752f1f37 --- /dev/null +++ b/trinity-apps/potracegui/potracegui-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/graphics" +inherit trinity-base-2 + +DESCRIPTION="TDE frontend for potrace" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +RDEPEND="media-gfx/potrace" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} -- cgit v1.2.1