From a86b4e0590a59ca3b7fb960cc61d7ff167a9ecf0 Mon Sep 17 00:00:00 2001 From: Brad Teaford Cowan Date: Thu, 24 Oct 2002 23:29:41 +0000 Subject: initial import, closes bugs #7780, 8508 --- x11-misc/idesk/ChangeLog | 12 ++++++++++ x11-misc/idesk/files/digest-idesk-0.3.3 | 1 + x11-misc/idesk/idesk-0.3.3.ebuild | 42 +++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 x11-misc/idesk/ChangeLog create mode 100644 x11-misc/idesk/files/digest-idesk-0.3.3 create mode 100644 x11-misc/idesk/idesk-0.3.3.ebuild (limited to 'x11-misc/idesk') diff --git a/x11-misc/idesk/ChangeLog b/x11-misc/idesk/ChangeLog new file mode 100644 index 000000000000..a79888193b01 --- /dev/null +++ b/x11-misc/idesk/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-misc/idesk +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.1 2002/10/24 23:29:41 bcowan Exp $ + +*idesk-0.3.3 (24 Oct 2002) + + 24 Oct 2002; Brad Cowan idesk-0.3.3.ebuild, ChangeLog, + files/digest-idesk-0.3.3 : + + Initial import. + + \ No newline at end of file diff --git a/x11-misc/idesk/files/digest-idesk-0.3.3 b/x11-misc/idesk/files/digest-idesk-0.3.3 new file mode 100644 index 000000000000..c215fd24fcc8 --- /dev/null +++ b/x11-misc/idesk/files/digest-idesk-0.3.3 @@ -0,0 +1 @@ +MD5 e491cf8900588bfc69d20ac3f221036d idesk-0.3.3.tar.gz 7104 diff --git a/x11-misc/idesk/idesk-0.3.3.ebuild b/x11-misc/idesk/idesk-0.3.3.ebuild new file mode 100644 index 000000000000..66a1c0aae3f8 --- /dev/null +++ b/x11-misc/idesk/idesk-0.3.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.3.3.ebuild,v 1.1 2002/10/24 23:29:41 bcowan Exp $ +DESCRIPTION="Utility to place icons on the root window" + +HOMEPAGE="http://linuxhelp.hn.org/idesk.php" +SRC_URI="http://linuxhelp.hn.org/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">media-libs/imlib-1.9.14 + virtual/x11" + +S="${WORKDIR}/${P}" + +src_unpack() { + unpack ${A} + cd ${S} + + #Allow for more robust CXXFLAGS + mv Makefile Makefile.orig + sed -e "s/-g -O2/${CXXFLAGS}/" Makefile.orig > Makefile +} + +src_compile() { + emake || die +} + +src_install() { + exeinto /usr/bin + doexe idesk + dodoc README +} + +pkg_postinst() { + einfo + einfo "NOTE: Please refer to ${HOMEPAGE}" + einfo "NOTE: For info on configuring ${PN}" + einfo +} \ No newline at end of file -- cgit v1.2.3-65-gdbad