Install this version:
emerge -a =x11-themes/ubuntu-touch-sounds-15.08
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 15.08 | 8 | amd64 | 0 |
# 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
}