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
commite09c1fc32f69f11d89afc06971b843cecd0d824d (patch)
tree10ee1292b6a4fe90c548fcca17661686a8e83f1c /x11-themes
parentRemoved default ${S}. (diff)
downloadhistorical-e09c1fc32f69f11d89afc06971b843cecd0d824d.tar.gz
historical-e09c1fc32f69f11d89afc06971b843cecd0d824d.tar.bz2
historical-e09c1fc32f69f11d89afc06971b843cecd0d824d.zip
Initial import. Ebuild submitted by archan <archanp@hotpop.com>, closing bug #50702
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/iceicons/ChangeLog10
-rw-r--r--x11-themes/iceicons/Manifest4
-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, 63 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..54add727bcd1
--- /dev/null
+++ b/x11-themes/iceicons/Manifest
@@ -0,0 +1,4 @@
+MD5 003d23db4aaf93a284955c988c6c9a3b iceicons-0.10.0.ebuild 1123
+MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163
+MD5 f71ffda11ca92a7d231f02338e56013c ChangeLog 412
+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>