# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Utility to place icons on the root window" HOMEPAGE="http://idesk.sourceforge.net/" SRC_URI="mirror://sourceforge/idesk/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" DEPEND=">=media-libs/imlib2-1.1.2.20040912 virtual/x11 media-libs/freetype >=dev-util/pkgconfig-0.12.0 dev-libs/libxml2 =dev-libs/glib-2* gnome-extra/libgsf =x11-libs/pango-1* =x11-libs/gtk+-2* media-libs/libart_lgpl x11-libs/startup-notification" src_compile() { econf --enable-libsn || die "configuration failed" emake || die "compilation failed" } src_install() { # this nastyness is to prevent sandboxing problems due to a _really_ crappy # makefile dodir /usr/share/idesk cp examples/dot.ideskrc ${D}/usr/share/idesk/ exeinto /usr/bin doexe src/idesk dodoc README AUTHORS COPYING INSTALL NEWS TODO } pkg_postinst() { einfo "Please refer to ${HOMEPAGE} for info on configuring ${PN}" }