You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/murrine-themes/murrine-themes-0.98.11.ebuild

32 lines
687 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Themes for the Murrine GTK+2 Cairo Engine"
HOMEPAGE="https://tracker.debian.org/pkg/murrine-themes"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
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/*
insinto /usr/share/themes
doins -r usr/share/themes/*
}