blob: e29f8d09bc7c7c2faf1f111cd5ba94a80a76f6d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
need-kde 3.5
DESCRIPTION="KDE window decoration as used in SuSE 9.3/10.0/10.1 - improved"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=23579"
SRC_URI="http://www.gerdfleischer.de/kwin-decor-suse2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
PATCHES=( "${FILESDIR}/kwin-decor-suse2-disabletitlebarlogo.patch" )
|