kde-misc/plasma5-wallpapers-dynamic: new package

plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5,
allowing you to import and use dynamic wallpapers,
setting the wallpaper based on the time of day.

Command line tools are provided to import heic wallpapers
and package custom wallpapers.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Reagan Bohan <xbjfk.github@gmail.com>
This commit is contained in:
Reagan Bohan
2020-07-01 23:34:29 +12:00
parent 6df0aeddf6
commit ec9404bb35
4 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST 3.1.0.tar.gz 340502 BLAKE2B 79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d SHA512 068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5, allowing you to import and use dynamic wallpapers, setting the wallpaper based on the time of day.
Command line tools are provided to import heic wallpapers and package custom wallpapers.
</longdescription>
<maintainer type="person">
<name>Reagan Bohan</name>
<email>xbjfk.github@gmail.com</email>
</maintainer>
<upstream>
<maintainer status="active">
<name>Vlad Zahorodnii</name>
<email>vladzzag@gmail.com</email>
</maintainer>
<doc>https://github.com/zzag/plasma5-wallpapers-dynamic/wiki</doc>
<bugs-to>https://github.com/zzag/plasma5-wallpapers-dynamic/issues</bugs-to>
<remote-id type='github'>zzag/plasma5-wallpapers-dynamic</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KFMIN=5.66.0
QTMIN=5.12.0
inherit ecm
DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
inherit git-r3
else
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-3 LGPL-3 MIT"
SLOT="0"
IUSE=""
DEPEND="
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtpositioning-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KFMIN=5.66.0
QTMIN=5.12.0
inherit ecm
DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
inherit git-r3
else
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-3 LGPL-3 MIT"
SLOT="0"
IUSE=""
DEPEND="
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtpositioning-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
>=media-libs/libheif-1.3.0
>=kde-frameworks/kirigami-${KFMIN}:5
"
RDEPEND="${DEPEND}"