summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2002-10-24 23:29:41 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2002-10-24 23:29:41 +0000
commita86b4e0590a59ca3b7fb960cc61d7ff167a9ecf0 (patch)
tree576b20a5cd84301a96158279bcf48f5b5cd1890c /x11-misc/idesk
parentremoved "*****" boxes (diff)
downloadgentoo-2-a86b4e0590a59ca3b7fb960cc61d7ff167a9ecf0.tar.gz
gentoo-2-a86b4e0590a59ca3b7fb960cc61d7ff167a9ecf0.tar.bz2
gentoo-2-a86b4e0590a59ca3b7fb960cc61d7ff167a9ecf0.zip
initial import, closes bugs #7780, 8508
Diffstat (limited to 'x11-misc/idesk')
-rw-r--r--x11-misc/idesk/ChangeLog12
-rw-r--r--x11-misc/idesk/files/digest-idesk-0.3.31
-rw-r--r--x11-misc/idesk/idesk-0.3.3.ebuild42
3 files changed, 55 insertions, 0 deletions
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 <bcowan@gentoo.org> 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