x11-themes/ubuntu-touch-sounds - 15.08 (gentoo-unity7)

Search

Install

Install this version:

emerge -a =x11-themes/ubuntu-touch-sounds-15.08

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
15.08 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=build2
UREV=

inherit ubuntu-versionator

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

LICENSE="CC-BY-SA-3.0"
KEYWORDS="amd64"
SLOT="0"
RESTRICT="binchecks strip test"

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

src_install() {
	default

	insinto /usr/share/sounds/ubuntu
	doins -r notifications ringtones
}

Inherited Eclasses