diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest b/kde-misc/plasma5-wallpapers-dynamic/Manifest new file mode 100644 index 0000000000..3d2fe6952a --- /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 0000000000..3f8deaccc8 --- /dev/null +++ b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml @@ -0,0 +1,22 @@ + + + + + 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. + + + Reagan Bohan + xbjfk.github@gmail.com + + + + Vlad Zahorodnii + vladzzag@gmail.com + + https://github.com/zzag/plasma5-wallpapers-dynamic/wiki + https://github.com/zzag/plasma5-wallpapers-dynamic/issues + zzag/plasma5-wallpapers-dynamic + + 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 0000000000..6ae9efc39d --- /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 0000000000..6ae9efc39d --- /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}"