mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-themes/murrine-themes: do not install the theme shearwater
shearwater depends on resources from another theme called Bluebird, which we currently do not package. Closes: https://bugs.gentoo.org/827757 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -15,6 +15,13 @@ RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.0"
|
||||
|
||||
S="${WORKDIR}"/${PN}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Depends on unpackaged theme Bluebird
|
||||
rm -r usr/share/themes/shearwater || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/icons
|
||||
doins -r usr/share/icons/*
|
||||
|
||||
Reference in New Issue
Block a user