You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpaper...

32 lines
631 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KMNAME="kdeartwork"
KDE_AUTODEPS="false"
KDE_SCM="svn"
inherit kde5
DESCRIPTION="Weather aware wallpapers. Changes with weather outside"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="$(add_frameworks_dep extra-cmake-modules)"
RDEPEND="
$(add_kdeapps_dep kdeartwork-wallpapers)
!kde-apps/kdeartwork-weatherwallpapers:4
"
PATCHES=( "${FILESDIR}/${P}-kf5-port.patch" )
src_configure() {
local mycmakeargs=(
-DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
-DBUILD_WeatherWallpapers=TRUE
)
kde5_src_configure
}