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/wm-icons/wm-icons-0.4.0.ebuild

40 lines
1.1 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="A Large Assortment of Beutiful Themed Icons, Created with FVWM in mind"
HOMEPAGE="http://wm-icons.sourceforge.net/"
SRC_URI="mirror://sourceforge/wm-icons/wm-icons-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="virtual/awk dev-lang/perl"
DEPEND="${RDEPEND} sys-devel/autoconf sys-devel/automake sys-apps/sed"
src_compile() {
econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons || die "econf failed"
emake || die
}
src_install() {
make icondir="${D}/usr/share/icons/wm-icons" DESTDIR="${D}" install
einfo "Setting default aliases..."
"${D}"/usr/bin/wm-icons-config --force --user-dir="${D}/usr/share/icons/wm-icons" --defaults
dodoc AUTHORS ChangeLog NEWS README
}
pkg_postinst() {
einfo "Users can use the wm-icons-config utility to create aliases in their"
einfo "home directory, FVWM users can then set this in their ImagePath"
einfo
einfo "Sample configurations for fvwm1, fvwm2, fvwm95 and scwm are available in"
einfo "/usr/share/wm-icons"
einfo
}