summaryrefslogtreecommitdiffstats
path: root/trinity-apps/potracegui
diff options
context:
space:
mode:
authorE. Liddell <ejlddll@warpmail.net>2020-12-06 16:11:21 -0500
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-02-17 16:47:41 +0000
commitf0575f757d3a116ae806b578b37ae4b375a8caf5 (patch)
tree9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/potracegui
parent32f776ede66c742cd2dceecb3739b083ac41d92b (diff)
downloadtde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz
tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/potracegui')
-rw-r--r--trinity-apps/potracegui/Manifest2
-rw-r--r--trinity-apps/potracegui/potracegui-14.0.8.ebuild31
2 files changed, 33 insertions, 0 deletions
diff --git a/trinity-apps/potracegui/Manifest b/trinity-apps/potracegui/Manifest
new file mode 100644
index 00000000..5dcae5db
--- /dev/null
+++ b/trinity-apps/potracegui/Manifest
@@ -0,0 +1,2 @@
+DIST potracegui-trinity-14.0.7.tar.xz 317752 BLAKE2B b2c5e62a86c2f32909fd1a6a7f010f2772d549e844d54b3b5be47c3bd7715acdb94f9ebb04f2f8891dfac94c11e4606b8d367364ffe986bc9af928f15b8ad9b7 SHA512 3d044227bebd83fca5e5d82d68310433559706be6ed4cc2c69b94dd73bf6ffd54576a3ce61fb826aa5446fb849546b0bea79f9acb380ae674b2f3b9378cc9318
+DIST potracegui-trinity-14.0.8.tar.xz 67972 BLAKE2B 1ff0597bae4731baa7c972c3a73e16dc3101de65dcb31bfaecafc04467b3db558662dbeea04a740250234c2db998cf3929285f63486dd5b82730fa01f596b23e SHA512 bb4ba47b3cf639c9d5b8aa4a23c24f8c11b57d3ef87f9e4692553ef7d2fb3170fef93a86d1840e85dc926002949c55a54b67d7c6c6d59c6b92962e16599e9334
diff --git a/trinity-apps/potracegui/potracegui-14.0.8.ebuild b/trinity-apps/potracegui/potracegui-14.0.8.ebuild
new file mode 100644
index 00000000..fc2d04e2
--- /dev/null
+++ b/trinity-apps/potracegui/potracegui-14.0.8.ebuild
@@ -0,0 +1,31 @@
+# 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"
+KEYWORDS="~amd64 ~x86"
+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