mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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:
1
kde-misc/plasma5-wallpapers-dynamic/Manifest
Normal file
1
kde-misc/plasma5-wallpapers-dynamic/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 3.1.0.tar.gz 340502 BLAKE2B 79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d SHA512 068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5
|
||||
22
kde-misc/plasma5-wallpapers-dynamic/metadata.xml
Normal file
22
kde-misc/plasma5-wallpapers-dynamic/metadata.xml
Normal 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>
|
||||
@@ -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}"
|
||||
@@ -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}"
|
||||
Reference in New Issue
Block a user