Gentoo Archives: gentoo-commits

From: Reagan Bohan <xbjfk.github@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/
Date: Wed, 01 Jul 2020 11:35:07
Message-Id: 1593603269.ec9404bb35bf1ab6a24136208d5aca4f82a91049.xbjfk@gentoo
1 commit: ec9404bb35bf1ab6a24136208d5aca4f82a91049
2 Author: Reagan Bohan <xbjfk.github <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 1 11:34:29 2020 +0000
4 Commit: Reagan Bohan <xbjfk.github <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 1 11:34:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec9404bb
7
8 kde-misc/plasma5-wallpapers-dynamic: new package
9
10 plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5,
11 allowing you to import and use dynamic wallpapers,
12 setting the wallpaper based on the time of day.
13
14 Command line tools are provided to import heic wallpapers
15 and package custom wallpapers.
16
17 Package-Manager: Portage-2.3.103, Repoman-2.3.23
18 Signed-off-by: Reagan Bohan <xbjfk.github <AT> gmail.com>
19
20 kde-misc/plasma5-wallpapers-dynamic/Manifest | 1 +
21 kde-misc/plasma5-wallpapers-dynamic/metadata.xml | 22 ++++++++++++
22 .../plasma5-wallpapers-dynamic-3.1.0.ebuild | 39 ++++++++++++++++++++++
23 .../plasma5-wallpapers-dynamic-9999.ebuild | 39 ++++++++++++++++++++++
24 4 files changed, 101 insertions(+)
25
26 diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest b/kde-misc/plasma5-wallpapers-dynamic/Manifest
27 new file mode 100644
28 index 0000000..3d2fe69
29 --- /dev/null
30 +++ b/kde-misc/plasma5-wallpapers-dynamic/Manifest
31 @@ -0,0 +1 @@
32 +DIST 3.1.0.tar.gz 340502 BLAKE2B 79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d SHA512 068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5
33
34 diff --git a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
35 new file mode 100644
36 index 0000000..3f8deac
37 --- /dev/null
38 +++ b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
39 @@ -0,0 +1,22 @@
40 +<?xml version="1.0" encoding="UTF-8"?>
41 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
42 +<pkgmetadata>
43 + <longdescription>
44 + 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.
45 +
46 + Command line tools are provided to import heic wallpapers and package custom wallpapers.
47 + </longdescription>
48 + <maintainer type="person">
49 + <name>Reagan Bohan</name>
50 + <email>xbjfk.github@×××××.com</email>
51 + </maintainer>
52 + <upstream>
53 + <maintainer status="active">
54 + <name>Vlad Zahorodnii</name>
55 + <email>vladzzag@×××××.com</email>
56 + </maintainer>
57 + <doc>https://github.com/zzag/plasma5-wallpapers-dynamic/wiki</doc>
58 + <bugs-to>https://github.com/zzag/plasma5-wallpapers-dynamic/issues</bugs-to>
59 + <remote-id type='github'>zzag/plasma5-wallpapers-dynamic</remote-id>
60 + </upstream>
61 +</pkgmetadata>
62
63 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
64 new file mode 100644
65 index 0000000..6ae9efc
66 --- /dev/null
67 +++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild
68 @@ -0,0 +1,39 @@
69 +# Copyright 1999-2020 Gentoo Authors
70 +# Distributed under the terms of the GNU General Public License v2
71 +
72 +EAPI=7
73 +
74 +KFMIN=5.66.0
75 +QTMIN=5.12.0
76 +inherit ecm
77 +
78 +DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
79 +HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
80 +
81 +if [[ ${PV} == 9999 ]]; then
82 + EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
83 + inherit git-r3
84 +else
85 + SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz"
86 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
87 +fi
88 +
89 +LICENSE="GPL-3 LGPL-3 MIT"
90 +SLOT="0"
91 +IUSE=""
92 +
93 +DEPEND="
94 + >=dev-qt/qtconcurrent-${QTMIN}:5
95 + >=dev-qt/qtcore-${QTMIN}:5
96 + >=dev-qt/qtdbus-${QTMIN}:5
97 + >=dev-qt/qtgui-${QTMIN}:5
98 + >=dev-qt/qtpositioning-${QTMIN}:5
99 + >=dev-qt/qtdeclarative-${QTMIN}:5
100 + >=kde-frameworks/kconfig-${KFMIN}:5
101 + >=kde-frameworks/ki18n-${KFMIN}:5
102 + >=kde-frameworks/kpackage-${KFMIN}:5
103 + >=kde-frameworks/plasma-${KFMIN}:5
104 + >=media-libs/libheif-1.3.0
105 + >=kde-frameworks/kirigami-${KFMIN}:5
106 +"
107 +RDEPEND="${DEPEND}"
108
109 diff --git a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild
110 new file mode 100644
111 index 0000000..6ae9efc
112 --- /dev/null
113 +++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-9999.ebuild
114 @@ -0,0 +1,39 @@
115 +# Copyright 1999-2020 Gentoo Authors
116 +# Distributed under the terms of the GNU General Public License v2
117 +
118 +EAPI=7
119 +
120 +KFMIN=5.66.0
121 +QTMIN=5.12.0
122 +inherit ecm
123 +
124 +DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day."
125 +HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic"
126 +
127 +if [[ ${PV} == 9999 ]]; then
128 + EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git"
129 + inherit git-r3
130 +else
131 + SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz"
132 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
133 +fi
134 +
135 +LICENSE="GPL-3 LGPL-3 MIT"
136 +SLOT="0"
137 +IUSE=""
138 +
139 +DEPEND="
140 + >=dev-qt/qtconcurrent-${QTMIN}:5
141 + >=dev-qt/qtcore-${QTMIN}:5
142 + >=dev-qt/qtdbus-${QTMIN}:5
143 + >=dev-qt/qtgui-${QTMIN}:5
144 + >=dev-qt/qtpositioning-${QTMIN}:5
145 + >=dev-qt/qtdeclarative-${QTMIN}:5
146 + >=kde-frameworks/kconfig-${KFMIN}:5
147 + >=kde-frameworks/ki18n-${KFMIN}:5
148 + >=kde-frameworks/kpackage-${KFMIN}:5
149 + >=kde-frameworks/plasma-${KFMIN}:5
150 + >=media-libs/libheif-1.3.0
151 + >=kde-frameworks/kirigami-${KFMIN}:5
152 +"
153 +RDEPEND="${DEPEND}"