diff --git a/trinity-apps/tdeio-umountwrapper/metadata.xml b/trinity-apps/tdeio-umountwrapper/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild similarity index 89% rename from trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild rename to trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild index 6b52f552..b37e4062 100644 --- a/trinity-apps/tdeio-umountwrapper/umountwrapper-9999.ebuild +++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-9999.ebuild @@ -1,26 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors # 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="never" TRINITY_LANGS="de" - inherit trinity-base-2 DESCRIPTION="Progress dialog for safely removing devices" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON )