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.4-r1.ebuild

23 lines
554 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qxkb/qxkb-0.4.4-r1.ebuild,v 1.2 2013/03/02 23:52:46 hwoarang Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Qt4-based keyboard layout switcher"
HOMEPAGE="http://code.google.com/p/qxkb/"
SRC_URI="http://qxkb.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
DEPEND="x11-libs/libxkbfile
dev-qt/qtgui:4
dev-qt/qtsvg:4"
RDEPEND="${DEPEND}
x11-apps/setxkbmap"