diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/potracegui | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r-- | trinity-apps/potracegui/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/potracegui/potracegui-14.0.11.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest index fd57c05f..00da1f5b 100644 --- a/trinity-apps/potracegui/Manifest +++ b/trinity-apps/potracegui/Manifest @@ -1 +1,2 @@ +DIST potracegui-trinity-14.0.11.tar.xz 47024 BLAKE2B 9334de619d11ee3e6ef4f864ed675906904c898e314f9b059ccd57884762f6ebfb3a0897a5d30b888fa57b67759e966065e9cb41e94f0b491917c826cf2fa219 SHA512 6386d8915a36d49dcaaffd1f90970bb9c0129b0f247edc0a5e4d014002aada2dc4f6c43a17c8ba33e3d6c31b34279afea80fc8f5943dc06e476576da7f956c54 DIST potracegui-trinity-14.0.8.tar.xz 67972 BLAKE2B 1ff0597bae4731baa7c972c3a73e16dc3101de65dcb31bfaecafc04467b3db558662dbeea04a740250234c2db998cf3929285f63486dd5b82730fa01f596b23e SHA512 bb4ba47b3cf639c9d5b8aa4a23c24f8c11b57d3ef87f9e4692553ef7d2fb3170fef93a86d1840e85dc926002949c55a54b67d7c6c6d59c6b92962e16599e9334 diff --git a/trinity-apps/potracegui/potracegui-14.0.11.ebuild b/trinity-apps/potracegui/potracegui-14.0.11.ebuild new file mode 100644 index 00000000..d12c122f --- /dev/null +++ b/trinity-apps/potracegui/potracegui-14.0.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +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 ~x86" +fi + +RDEPEND="media-gfx/potrace" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |