summaryrefslogtreecommitdiff
blob: bf640879058de35ba72e1bbab80b61d2c61e71f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kkbswitch/kkbswitch-1.4.3.ebuild,v 1.2 2005/02/25 01:50:56 weeve Exp $

inherit kde

DESCRIPTION="Keyboard layout indicator for KDE"
SRC_URI="mirror://sourceforge/kkbswitch/${P}.tar.gz"
HOMEPAGE="http://kkbswitch.sourceforge.net"
KEYWORDS="~x86 ~sparc"
SLOT="0"
LICENSE="GPL-2"

need-kde 3.1

src_install() {
	kde_src_install

	insinto /usr/share/pixmaps
	doins kkbswitch.xpm
}