summaryrefslogtreecommitdiffstats
path: root/trinity-apps
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-03-29 20:50:53 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-03-30 12:09:59 +0000
commite1b9b7a91b4a6c1ad6901eca8bba27201da724d2 (patch)
tree428b6b99cfbe2f4bb36fbdc5c9574389f1691e4d /trinity-apps
parent74ff40953474eeeb36576d637011f3bdb7a1a374 (diff)
downloadtde-packaging-gentoo-e1b9b7a91b4a6c1ad6901eca8bba27201da724d2.tar.gz
tde-packaging-gentoo-e1b9b7a91b4a6c1ad6901eca8bba27201da724d2.zip
Live ebuilds: Add preliminary `TDEIO-Locate` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-apps')
-rw-r--r--trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild
new file mode 100644
index 00000000..1c6c7e45
--- /dev/null
+++ b/trinity-apps/tdeio-locate/tdeio-locate-9999.ebuild
@@ -0,0 +1,22 @@
+# 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 fr"
+
+inherit trinity-base-2
+
+DESCRIPTION="Locate TDEIO plugin"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+RDEPEND+=" sys-apps/mlocate"