You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/qxkb/qxkb-0.4.6.ebuild

29 lines
573 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils
DESCRIPTION="Qt4-based keyboard layout switcher"
HOMEPAGE="https://github.com/disels/qxkb"
SRC_URI="https://qxkb.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-qt/qtgui:4
dev-qt/qtsvg:4
x11-libs/libxkbfile"
RDEPEND="${DEPEND}
x11-apps/setxkbmap"
src_prepare() {
sed -i -e 's:../language:${CMAKE_SOURCE_DIR}/language:' \
CMakeLists.txt || die
cmake-utils_src_prepare
}