summaryrefslogtreecommitdiffstats
path: root/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-22 00:30:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-22 02:13:34 +0200
commitc62766a7c7d5872bfa5a746882cef2e583f60e1d (patch)
tree45dd4af2bca02326d3853f381098028076d9fcf1 /trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild
parentf5fc34519b87505894c526ad87d1c784cbf872a3 (diff)
downloadtde-packaging-gentoo-c62766a7c7d5872bfa5a746882cef2e583f60e1d.tar.gz
tde-packaging-gentoo-c62766a7c7d5872bfa5a746882cef2e583f60e1d.zip
trinity-apps/mplayerthumbs: Add missing metadata.xml, Copyright
local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild')
-rw-r--r--trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild b/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild
index 9a1b0e45..2c02f8b4 100644
--- a/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild
+++ b/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild
@@ -1,30 +1,30 @@
+# 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="optional"
TRINITY_LANGS="de"
-
inherit trinity-base-2
DESCRIPTION="MPlayer based thumbnail generator for TDE"
HOMEPAGE="https://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}"
-
IUSE+=" +strips"
RDEPEND+=" media-video/mplayer"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
-DWITH_STRIPS_SUPPORT="$(usex strips)"
)