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/experience/experience-3.04-r1.ebuild

39 lines
950 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="GTK+2 themes which copy and improve the look of XP Luna"
HOMEPAGE="https://web.archive.org/web/20130730053042/https://art.gnome.org/themes/gtk2/1058"
SRC_URI="mirror://gnome/teams/art.gnome.org/themes/gtk2/GTK2-EXperience.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
RDEPEND="x11-themes/gtk-engines-experience"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_prepare() {
default
mv "eXperience - ice" eXperience-ice || die
mv "eXperience - olive" eXperience-olive || die
# Don't install index files, since this package doesn't provide the icon
# set. Remove cruft files also.
find . -name 'index.theme' -o -name '*~' | xargs rm || die
}
src_install() {
for dir in eXperience* ; do
insinto "/usr/share/themes/${dir}"
doins -r ${dir}/.
done
dodoc eXperience/README
}