Changes over v1: Dropped IUSE sound, possible after masking {g,}vim[sound] in s390 profiles. See also current state of https://github.com/gentoo/gentoo/pull/38648
KEYWORDS derived from x11-themes/sound-theme-freedesktop Bug: https://bugs.gentoo.org/323379 Bug: https://bugs.gentoo.org/941986 Signed-off-by: Andreas Sturmlechner <ast...@gentoo.org> --- create mode 100644 virtual/sound-theme/metadata.xml create mode 100644 virtual/sound-theme/sound-theme-0.ebuild diff --git a/virtual/sound-theme/metadata.xml b/virtual/sound-theme/metadata.xml new file mode 100644 index 000000000000..c73ee2cc3df7 --- /dev/null +++ b/virtual/sound-theme/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>freedesktop-b...@gentoo.org</email> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> diff --git a/virtual/sound-theme/sound-theme-0.ebuild b/virtual/sound-theme/sound-theme-0.ebuild new file mode 100644 index 000000000000..894c8d1e3d31 --- /dev/null +++ b/virtual/sound-theme/sound-theme-0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for themes following the freedesktop.org sound naming spec" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + || ( + x11-themes/sound-theme-freedesktop + kde-plasma/ocean-sound-theme:* + >=kde-plasma/oxygen-sounds-6.0.0:* + ) +" -- 2.47.0
signature.asc
Description: This is a digitally signed message part.