diff options
author | Chris <xchrisx@uber.space> | 2020-04-02 05:39:06 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-02 20:48:29 +0000 |
commit | d53f2a269992655f832c3640f7fc0f376ccb730a (patch) | |
tree | 36f22c67345b14ad2c28f23f26b2d7cf51810af6 | |
parent | 95b8d4d0851d830f047eaef87dbc66cde7df95be (diff) | |
download | tde-packaging-gentoo-d53f2a269992655f832c3640f7fc0f376ccb730a.tar.gz tde-packaging-gentoo-d53f2a269992655f832c3640f7fc0f376ccb730a.zip |
Live ebuilds: Add preliminary `KSplash-Engine-Moodin` ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r-- | trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild new file mode 100644 index 00000000..f2915d86 --- /dev/null +++ b/trinity-apps/ksplash-engine-moodin/ksplash-engine-moodin-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +TRINITY_MODULE_TYPE="applications" + +inherit trinity-base-2 + +DESCRIPTION="KSplash engine Moodin" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +need-trinity + +SLOT="${TRINITY_VER}" |