blob: 676a873e942949fea69bfda75b1f6931eeb0396e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
RESTRICT="binchecks strip"
KMMODULE="wallpapers"
KMNAME="kdeartwork"
inherit kde4-meta
DESCRIPTION="Wallpapers from kde"
KEYWORDS=""
IUSE=""
# Please bump this as needed (probably at least for every minor version)
add_blocker kdebase-wallpapers '<4.4.90'
add_blocker kdeartwork-weatherwallpapers '<4.5.0'
KMEXTRA="
HighResolutionWallpapers/
"
|