Parent Directory
|
Revision Log
Add missing dep. Move from SLOT 0 to 4. (Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/kde-misc/kbstateapplet/kbstateapplet-0_p1268845.ebuild,v 1.2 2012/01/22 21:36:41 johu Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit kde4-base |
| 8 | |
| 9 | DESCRIPTION="Plasmoid that shows the state of keyboard leds" |
| 10 | HOMEPAGE="http://websvn.kde.org/trunk/playground/base/plasma/applets/kbstateapplet" |
| 11 | SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | KEYWORDS="~amd64 ~x86" |
| 15 | SLOT="4" |
| 16 | IUSE="debug" |
| 17 | |
| 18 | DEPEND=" |
| 19 | x11-libs/libX11 |
| 20 | " |
| 21 | RDEPEND=" |
| 22 | ${DEPEND} |
| 23 | $(add_kdebase_dep plasma-workspace) |
| 24 | " |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |