diff options
Diffstat (limited to 'trinity-base/kxkb/kxkb-9999.ebuild')
-rw-r--r-- | trinity-base/kxkb/kxkb-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/trinity-base/kxkb/kxkb-9999.ebuild b/trinity-base/kxkb/kxkb-9999.ebuild index 258917f2..d6b25352 100644 --- a/trinity-base/kxkb/kxkb-9999.ebuild +++ b/trinity-base/kxkb/kxkb-9999.ebuild @@ -3,8 +3,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" +TSM_EXTRACT_ALSO="translations/" inherit trinity-meta-2 DESCRIPTION="KControl module to configure and switch keyboard layouts" @@ -14,10 +15,8 @@ RDEPEND="${DEPEND} x11-misc/xkeyboard-config x11-apps/setxkbmap" -TSM_EXTRACT_ALSO="translations/" - src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XTEST=ON ) |