commit: 94755e187c18fd9006d6c0990978076fa2332360 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 16:24:43 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 8 21:14:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=94755e18
kde-plasma/oxygen-sounds: New package, split from kde-plasma/oxygen See also: https://mail.kde.org/pipermail/plasma-devel/2021-November/121262.html https://mail.kde.org/pipermail/plasma-devel/2021-December/121445.html Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/oxygen-sounds/metadata.xml | 11 +++++++++++ kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/kde-plasma/oxygen-sounds/metadata.xml b/kde-plasma/oxygen-sounds/metadata.xml new file mode 100644 index 0000000000..d925f24397 --- /dev/null +++ b/kde-plasma/oxygen-sounds/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + </upstream> +</pkgmetadata> diff --git a/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild b/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild new file mode 100644 index 0000000000..3adf816bbf --- /dev/null +++ b/kde-plasma/oxygen-sounds/oxygen-sounds-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=9999 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Oxygen sound theme for the Plasma desktop" +HOMEPAGE="https://invent.kde.org/plasma/oxygen-sounds" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="" + +RDEPEND="!<kde-plasma/oxygen-5.23.80"
