diff options
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r-- | trinity-apps/potracegui/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/potracegui/potracegui-14.1.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest index 723b4212..20f7d11f 100644 --- a/trinity-apps/potracegui/Manifest +++ b/trinity-apps/potracegui/Manifest @@ -1 +1,2 @@ DIST potracegui-trinity-14.0.13.tar.xz 50480 BLAKE2B 4700a43bfcaba1ae49b3abe0715331d7b6e5dc7d0555971419dac32308fd2dae3d04a6e8e689a09b72587550a329eaaa2844dac39652fe27b59a0f2640cab28c SHA512 d78a7feb13fecfe0e27fc8bf61f4e813bc7137c675e351d89dc0021ad349357d239c5f7f9a11110dd279de24364bc02c09871c6b6cc2f418f59ed497267f83fc +DIST potracegui-trinity-14.1.0.tar.xz 50492 BLAKE2B ce64d78ba7fced421737c2d6d0fd9e64de583f4f9e3e252c9739be37026dce2b197de13a53976a0a77be8653cedb000dc1e587c32be8a22ad8651b53972ab78c SHA512 cb8653ef69a940508888fb5a901148fdc35b73e2616bead212b3420f5699c604d0935a19a30770456097f0588b9ae550884cecd870167fb90c1d56551e7c7556 diff --git a/trinity-apps/potracegui/potracegui-14.1.0.ebuild b/trinity-apps/potracegui/potracegui-14.1.0.ebuild new file mode 100644 index 00000000..66c8589e --- /dev/null +++ b/trinity-apps/potracegui/potracegui-14.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-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/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 +} |