# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 _KFSLOT='6' ECM_DEBUG='false' inherit ecm DESCRIPTION="Archive of all classic kde wallpapers" HOMEPAGE="https://github.com/MartinF99/plasma-classic-wallpapers" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/MartinF99/plasma-classic-wallpapers.git" else SRC_URI="https://github.com/MartinF99/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64" fi LICENSE="GPL-3 LGPL-3" SLOT="0" IUSE="" DEPEND=" !!kde-apps/kde-wallpapers !!kde-apps/kdeartwork-wallpapers !!kde-apps/kdeartwork-weatherwallpapers "