diff options
author | Chris <xchrisx@uber.space> | 2020-03-29 22:30:40 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-30 12:11:03 +0000 |
commit | aa60518d81d5ba12c6d2a76f09794171c62c2f00 (patch) | |
tree | 880ff79f49289e7d73cf8f0558cdadbd3163c9e6 /trinity-apps/potracegui | |
parent | 3c1a39b78c456b13d5c4773cadd19584600cd8e6 (diff) | |
download | tde-packaging-gentoo-aa60518d81d5ba12c6d2a76f09794171c62c2f00.tar.gz tde-packaging-gentoo-aa60518d81d5ba12c6d2a76f09794171c62c2f00.zip |
Live ebuilds: Add preliminary `PotraceGUI` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r-- | trinity-apps/potracegui/potracegui-9999.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/potracegui/potracegui-9999.ebuild b/trinity-apps/potracegui/potracegui-9999.ebuild new file mode 100644 index 00000000..98d9669f --- /dev/null +++ b/trinity-apps/potracegui/potracegui-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de" + +inherit trinity-base-2 + +DESCRIPTION="TDE frontend for potrace" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" + +RDEPEND+=" media-gfx/potrace" + +src_configure() { + mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + + trinity-base-2_src_configure +}
\ No newline at end of file |