- libnfc: bitrotten ebuild
[booboo.git] / x11-apps / xkb-switch / xkb-switch-9999.ebuild
blobc3c27ddf3ab65ec5f4138013ca8241793f0fe997
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake git-r3 multilib
8 DESCRIPTION="Switch your X keyboard layouts from the command line"
9 HOMEPAGE="https://github.com/ierton/xkb-switch"
10 EGIT_REPO_URI="https://github.com/ierton/xkb-switch"
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
17 DEPEND="x11-libs/libxkbfile"
18 RDEPEND="${DEPEND}"
20 src_prepare() {
21 # multilib-strict
22 sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt
23 cmake_src_prepare