commit: ec9404bb35bf1ab6a24136208d5aca4f82a91049 Author: Reagan Bohan <xbjfk.github <AT> gmail <DOT> com> AuthorDate: Wed Jul 1 11:34:29 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Jul 1 11:34:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec9404bb
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 <AT> gmail.com> kde-misc/plasma5-wallpapers-dynamic/Manifest | 1 + kde-misc/plasma5-wallpapers-dynamic/metadata.xml | 22 ++++++++++++ .../plasma5-wallpapers-dynamic-3.1.0.ebuild | 39 ++++++++++++++++++++++ .../plasma5-wallpapers-dynamic-9999.ebuild | 39 ++++++++++++++++++++++ 4 files changed, 101 insertions(+) diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest b/kde-misc/plasma5-wallpapers-dynamic/Manifest new file mode 100644 index 0000000..3d2fe69 --- /dev/null +++ b/kde-misc/plasma5-wallpapers-dynamic/Manifest @@ -0,0 +1 @@ +DIST 3.1.0.tar.gz 340502 BLAKE2B 79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d SHA512 068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5 diff --git a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml new file mode 100644 index 0000000..3f8deac --- /dev/null +++ b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml @@ -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>[email protected]</email> + </maintainer> + <upstream> + <maintainer status="active"> + <name>Vlad Zahorodnii</name> + <email>[email protected]</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> diff --git a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild new file mode 100644 index 0000000..6ae9efc --- /dev/null +++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild @@ -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}" diff --git a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild new file mode 100644 index 0000000..6ae9efc --- /dev/null +++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild @@ -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}"
