diff options
Diffstat (limited to 'x11-misc/idesk/idesk-0.5.5.ebuild')
-rw-r--r-- | x11-misc/idesk/idesk-0.5.5.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/x11-misc/idesk/idesk-0.5.5.ebuild b/x11-misc/idesk/idesk-0.5.5.ebuild deleted file mode 100644 index 8db07256f1e0..000000000000 --- a/x11-misc/idesk/idesk-0.5.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.5.5.ebuild,v 1.7 2004/06/01 13:14:59 tseng Exp $ - -DESCRIPTION="Utility to place icons on the root window" -HOMEPAGE="http://idesk.timmfin.net" -SRC_URI="http://idesk.timmfin.net/releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND=">media-libs/imlib-1.9.14 - virtual/x11 - media-libs/freetype - >=gnome-base/librsvg-2.2.5 - >=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" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd ${S} - - #Allow for more robust CXXFLAGS - mv Makefile Makefile.orig - sed -e "s:= -g -W #-Wall:= ${CXXFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin - doexe idesk - dodoc README - newman ${FILESDIR}/idesk05.1 idesk.1 - newman ${FILESDIR}/ideskrc05.5 ideskrc.5 -} - -pkg_postinst() { - einfo - einfo "NOTE: Please refer to ${HOMEPAGE}" - einfo "NOTE: For info on configuring ${PN}" - einfo -} |