blob: 3ffffccc9de9e97d6bcf66645be2e6b3ba1cd5f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
inherit kde4-base
MY_P="Panelspacer_from_svn_pour_kdelook-tmp"
DESCRIPTION="KDE4 plasmoid. Lets you put some blank space between the other applets located in a panel"
HOMEPAGE="http://www.kde-look.org/content/show.php/Panel+Spacer?content=89304"
SRC_URI="http://danakil.free.fr/linux/releases/${P}/${PN}-plasmoid-${PV}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
RDEPEND="
!kde-plasmoids/panelspacer
>=kde-base/plasma-workspace-${KDE_MINIMAL}
"
S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}/cmake_fix_for_kde-4_2.patch" )
|