summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-19 14:07:49 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-19 14:07:49 +0000
commit13f0a810cddb5dd86f46845ebe4cf70cb488d555 (patch)
treebe0e82778ce604426eeabb438151d45e9f7f3ff4 /x11-themes/iceicons
parentAdded IUSE. (Manifest recommit) (diff)
downloadgentoo-2-13f0a810cddb5dd86f46845ebe4cf70cb488d555.tar.gz
gentoo-2-13f0a810cddb5dd86f46845ebe4cf70cb488d555.tar.bz2
gentoo-2-13f0a810cddb5dd86f46845ebe4cf70cb488d555.zip
Initial import. Ebuild submitted by archan <archanp@hotpop.com>, closing bug #50702
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r--x11-themes/iceicons/ChangeLog10
-rw-r--r--x11-themes/iceicons/Manifest3
-rw-r--r--x11-themes/iceicons/files/digest-iceicons-0.10.01
-rw-r--r--x11-themes/iceicons/iceicons-0.10.0.ebuild43
-rw-r--r--x11-themes/iceicons/metadata.xml5
5 files changed, 62 insertions, 0 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog
new file mode 100644
index 000000000000..a4c526785cf7
--- /dev/null
+++ b/x11-themes/iceicons/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-themes/iceicons
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.1 2004/06/19 14:07:49 usata Exp $
+
+*iceicons-0.10.0 (19 Jun 2004)
+
+ 19 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild:
+ Initial import. Ebuild submitted by archan <archanp@hotpop.com>,
+ closing bug #50702
+
diff --git a/x11-themes/iceicons/Manifest b/x11-themes/iceicons/Manifest
new file mode 100644
index 000000000000..73e4c574c94e
--- /dev/null
+++ b/x11-themes/iceicons/Manifest
@@ -0,0 +1,3 @@
+MD5 b1c96d45328305f63e7a8063739de375 iceicons-0.10.0.ebuild 959
+MD5 d7263a11879b8c13c3bfe87c452e69ac iceicons-0.10.0.ebuild.bak 1029
+MD5 90cb05e95177a8c99f26578de8c7dfbd files/digest-iceicons-0.10.0 76
diff --git a/x11-themes/iceicons/files/digest-iceicons-0.10.0 b/x11-themes/iceicons/files/digest-iceicons-0.10.0
new file mode 100644
index 000000000000..982018476d17
--- /dev/null
+++ b/x11-themes/iceicons/files/digest-iceicons-0.10.0
@@ -0,0 +1 @@
+MD5 2e7b4b8436d7c8dc71a27340ad66341b iceicons-default-0.10.0.tar.gz 1462091
diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild
new file mode 100644
index 000000000000..fbfe9fd67fea
--- /dev/null
+++ b/x11-themes/iceicons/iceicons-0.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.1 2004/06/19 14:07:49 usata Exp $
+
+DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM"
+HOMEPAGE="http://themes.freshmeat.net/projects/iceicons/"
+SRC_URI="http://themes.freshmeat.net/redir/iceicons/35147/url_tgz/${PN}-default-${PV}.tar.gz"
+LICENSE="LGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-wm/icewm-1.2.6"
+DEPEND="${RDEPEND}
+ app-arch/gzip
+ app-arch/tar"
+
+S="${WORKDIR}"
+ICEICONSDIR="/usr/share/icewm/icons/iceicons"
+
+src_install() {
+ dodir ${ICEICONSDIR}
+ cp -dRfv icons/* ${D}/${ICEICONSDIR}
+ chown -R root:root ${D}/${ICEICONSDIR}
+ chmod -R o-w ${D}/${ICEICONSDIR}
+
+ dodoc CHANGELOG README TODO winoptions
+}
+
+pkg_postinst() {
+ einfo
+ einfo "To use new IceWm icons, add following"
+ einfo "into your IceWm preference file:"
+ einfo "IconPath=\"${ICEICONSDIR}:${ICEICONSDIR}/menuitems\""
+ einfo
+}
+
+pkg_postrm(){
+ einfo
+ einfo "Update your IceWm preference."
+ einfo
+}
diff --git a/x11-themes/iceicons/metadata.xml b/x11-themes/iceicons/metadata.xml
new file mode 100644
index 000000000000..3f6c9f82a007
--- /dev/null
+++ b/x11-themes/iceicons/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-wm</herd>
+</pkgmetadata>