Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/oxygen-sounds/
Date: Sat, 08 Jan 2022 21:14:58
Message-Id: 1641676466.94755e187c18fd9006d6c0990978076fa2332360.asturm@gentoo
1 commit: 94755e187c18fd9006d6c0990978076fa2332360
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 16:24:43 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 21:14:26 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94755e18
7
8 kde-plasma/oxygen-sounds: New package, split from kde-plasma/oxygen
9
10 See also:
11 https://mail.kde.org/pipermail/plasma-devel/2021-November/121262.html
12 https://mail.kde.org/pipermail/plasma-devel/2021-December/121445.html
13
14 Package-Manager: Portage-3.0.30, Repoman-3.0.3
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 kde-plasma/oxygen-sounds/metadata.xml | 11 +++++++++++
18 kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild | 17 +++++++++++++++++
19 2 files changed, 28 insertions(+)
20
21 diff --git a/kde-plasma/oxygen-sounds/metadata.xml b/kde-plasma/oxygen-sounds/metadata.xml
22 new file mode 100644
23 index 0000000000..d925f24397
24 --- /dev/null
25 +++ b/kde-plasma/oxygen-sounds/metadata.xml
26 @@ -0,0 +1,11 @@
27 +<?xml version="1.0" encoding="UTF-8"?>
28 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
29 +<pkgmetadata>
30 + <maintainer type="project">
31 + <email>kde@g.o</email>
32 + <name>Gentoo KDE Project</name>
33 + </maintainer>
34 + <upstream>
35 + <bugs-to>https://bugs.kde.org/</bugs-to>
36 + </upstream>
37 +</pkgmetadata>
38
39 diff --git a/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild b/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild
40 new file mode 100644
41 index 0000000000..3adf816bbf
42 --- /dev/null
43 +++ b/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild
44 @@ -0,0 +1,17 @@
45 +# Copyright 1999-2022 Gentoo Authors
46 +# Distributed under the terms of the GNU General Public License v2
47 +
48 +EAPI=8
49 +
50 +KFMIN=9999
51 +QTMIN=5.15.2
52 +inherit ecm kde.org
53 +
54 +DESCRIPTION="Oxygen sound theme for the Plasma desktop"
55 +HOMEPAGE="https://invent.kde.org/plasma/oxygen-sounds"
56 +
57 +LICENSE="GPL-2+"
58 +SLOT="5"
59 +KEYWORDS=""
60 +
61 +RDEPEND="!<kde-plasma/oxygen-5.23.80"