diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 17:28:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 20:31:31 +0100 |
commit | f81483f637103d846ff1d25c5ffdd4fce0b141ed (patch) | |
tree | 754df2e5aee8b5a55638e7eec091e9add869bd8c /kde-plasma/oxygen-sounds | |
parent | kde-plasma/oxygen: 5.27.11 version bump (diff) | |
download | gentoo-f81483f637103d846ff1d25c5ffdd4fce0b141ed.tar.gz gentoo-f81483f637103d846ff1d25c5ffdd4fce0b141ed.tar.bz2 gentoo-f81483f637103d846ff1d25c5ffdd4fce0b141ed.zip |
kde-plasma/oxygen-sounds: 5.27.11 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/oxygen-sounds')
-rw-r--r-- | kde-plasma/oxygen-sounds/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/oxygen-sounds/oxygen-sounds-5.27.11.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/oxygen-sounds/Manifest b/kde-plasma/oxygen-sounds/Manifest index c909ed8cf9eb..5d55aeff848b 100644 --- a/kde-plasma/oxygen-sounds/Manifest +++ b/kde-plasma/oxygen-sounds/Manifest @@ -1,2 +1,3 @@ DIST oxygen-sounds-5.27.10.tar.xz 1896412 BLAKE2B 64fae984cdaf2b7d3aed1453f7295c40b87dd538986165fb7f199c032466b2357b71f8f7ea16b242d851253aa339704323bd4a83aa79fbe42483b85eed6d13c8 SHA512 4a503c096521e362a960ea4342d5b7fa14e9f15f610b361dbf1c2d3a71205641de1b951f14a9df4c5fc5e62be9bb6cc7c4d656ca0b4e90b63446543dd5231272 +DIST oxygen-sounds-5.27.11.tar.xz 1896616 BLAKE2B 2ffa50064fd35338c9bb36f1aa9395f3aff54f2b39307a80991c153544c60f15c1c4c56b64510efd4c442d26e40b84ead3a2fc9b873f6fbc2b01f8f22115fdc7 SHA512 e3287ee9ce4ae5b5fbfaa4debb563db11c395e14e3a037d65b22e136a4b188eda274e21c3e1349a3b921ea701581993bd9c11012befdc3fdd8094b4ed18a6ea3 DIST oxygen-sounds-6.0.1.tar.xz 1936308 BLAKE2B c501c4966e925c0d235b3701791783058fd4d0085f6143aadd5f7645c0b44840adfd731ff928de84c64ae43ca5598f99cb54717d89210a4365fe93a1008d1301 SHA512 b407a49590a05669db068e2b3d2ec641df02cbe6770b92043488b9b43c4641579d0e90ab22bd2bcec64ff8e47a4c29a26cb40f15ad0ce96da7dc017a6b4b70ec diff --git a/kde-plasma/oxygen-sounds/oxygen-sounds-5.27.11.ebuild b/kde-plasma/oxygen-sounds/oxygen-sounds-5.27.11.ebuild new file mode 100644 index 000000000000..29569cb8790e --- /dev/null +++ b/kde-plasma/oxygen-sounds/oxygen-sounds-5.27.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm plasma.kde.org + +DESCRIPTION="Oxygen sound theme for the Plasma desktop" +HOMEPAGE="https://invent.kde.org/plasma/oxygen-sounds" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND="!<kde-plasma/oxygen-5.24.80" |