x11-themes/ubuntu-sounds - 0.14 (gentoo-unity7)

Search

Install

Install this version:

emerge -a =x11-themes/ubuntu-sounds-0.14

Package Information

Description:
Default audio theme for the Unity
Homepage:
https://launchpad.net/ubuntu-sounds
License:
CC-BY-SA-2.0 GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.14 8 amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

UVER=build1
UREV=

inherit ubuntu-versionator

DESCRIPTION="Default audio theme for the Unity"
HOMEPAGE="https://launchpad.net/ubuntu-sounds"
SRC_URI="${UURL}.tar.xz"

LICENSE="CC-BY-SA-2.0 GPL-2+"
KEYWORDS="amd64"
SLOT="0"
RESTRICT="binchecks strip test"

S="${S}${UVER}"

src_install() {
	default

	insinto /usr/share/sounds
	doins -r ubuntu

	dosym -r /usr/share/sounds/ubuntu/stereo/dialog-question.ogg \
		/usr/share/sounds/ubuntu/stereo/system-ready.ogg
}

Inherited Eclasses