diff options
Diffstat (limited to 'trinity-apps/klcddimmer/klcddimmer-9999.ebuild')
-rw-r--r-- | trinity-apps/klcddimmer/klcddimmer-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/trinity-apps/klcddimmer/klcddimmer-9999.ebuild b/trinity-apps/klcddimmer/klcddimmer-9999.ebuild index 973b880a..c6b9e945 100644 --- a/trinity-apps/klcddimmer/klcddimmer-9999.ebuild +++ b/trinity-apps/klcddimmer/klcddimmer-9999.ebuild @@ -1,30 +1,31 @@ +# 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 nl" - inherit trinity-base-2 -DESCRIPTION="Applet to adjust LCD brightness " +DESCRIPTION="Applet to adjust LCD brightness" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" # There might be a dependency on smartdimmer needed. src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON ) trinity-base-2_src_configure -}
\ No newline at end of file +} |