summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-10-27 04:03:48 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-10-27 04:03:48 +0000
commit4899a653eedd53ddc39cc6adddfd83fab1697431 (patch)
tree96abca57b228e6487b784309ae83a8adc42c68db
parentFilled in metadata, updated SRC_URI. (diff)
downloadnichoj-4899a653eedd53ddc39cc6adddfd83fab1697431.tar.gz
nichoj-4899a653eedd53ddc39cc6adddfd83fab1697431.tar.bz2
nichoj-4899a653eedd53ddc39cc6adddfd83fab1697431.zip
Added human-icon-theme.
svn path=/; revision=81
-rw-r--r--ubuntu-overlay/x11-themes/human-icon-theme/Manifest8
-rw-r--r--ubuntu-overlay/x11-themes/human-icon-theme/files/digest-human-icon-theme-0.73
-rw-r--r--ubuntu-overlay/x11-themes/human-icon-theme/human-icon-theme-0.7.ebuild24
3 files changed, 35 insertions, 0 deletions
diff --git a/ubuntu-overlay/x11-themes/human-icon-theme/Manifest b/ubuntu-overlay/x11-themes/human-icon-theme/Manifest
new file mode 100644
index 0000000..09580eb
--- /dev/null
+++ b/ubuntu-overlay/x11-themes/human-icon-theme/Manifest
@@ -0,0 +1,8 @@
+DIST human-icon-theme_0.7.orig.tar.gz 941482 RMD160 a7e8f39688206fdcda43e17534981a1f4fd3cd3c SHA1 5609485af9fc4fac6769762b4834e55350071fde SHA256 1d750fca3ab21893607cb4404412c53d3011c648ac11f72605388ad1b521a505
+EBUILD human-icon-theme-0.7.ebuild 596 RMD160 c6102f0ec64327562f073262e2c8faa99144500b SHA1 e9793898d7e01b3f92147edfef045c5f1d24eb18 SHA256 67a3c0455f9ae23d94b562f4c6514239f5daa6390a479c48af9ad5938c53735c
+MD5 1957edbd3a275eda797715c461126302 human-icon-theme-0.7.ebuild 596
+RMD160 c6102f0ec64327562f073262e2c8faa99144500b human-icon-theme-0.7.ebuild 596
+SHA256 67a3c0455f9ae23d94b562f4c6514239f5daa6390a479c48af9ad5938c53735c human-icon-theme-0.7.ebuild 596
+MD5 900e97738a773b442f11b5be0a186d08 files/digest-human-icon-theme-0.7 277
+RMD160 77831405bb36a8f3ae5245ceaace02b931d5f33d files/digest-human-icon-theme-0.7 277
+SHA256 0c69bbdbaec28d9ceb887af0edb5d297dc9938d57404e4b243f1c6631cbac3fa files/digest-human-icon-theme-0.7 277
diff --git a/ubuntu-overlay/x11-themes/human-icon-theme/files/digest-human-icon-theme-0.7 b/ubuntu-overlay/x11-themes/human-icon-theme/files/digest-human-icon-theme-0.7
new file mode 100644
index 0000000..48fc7ae
--- /dev/null
+++ b/ubuntu-overlay/x11-themes/human-icon-theme/files/digest-human-icon-theme-0.7
@@ -0,0 +1,3 @@
+MD5 5e5f83944287c0e8d7397dc9c9dd3c2c human-icon-theme_0.7.orig.tar.gz 941482
+RMD160 a7e8f39688206fdcda43e17534981a1f4fd3cd3c human-icon-theme_0.7.orig.tar.gz 941482
+SHA256 1d750fca3ab21893607cb4404412c53d3011c648ac11f72605388ad1b521a505 human-icon-theme_0.7.orig.tar.gz 941482
diff --git a/ubuntu-overlay/x11-themes/human-icon-theme/human-icon-theme-0.7.ebuild b/ubuntu-overlay/x11-themes/human-icon-theme/human-icon-theme-0.7.ebuild
new file mode 100644
index 0000000..18e735e
--- /dev/null
+++ b/ubuntu-overlay/x11-themes/human-icon-theme/human-icon-theme-0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Icon theme from Ubuntu"
+HOMEPAGE="https://launchpad.net/products/human-icon-theme"
+SRC_URI="http://librarian.launchpad.net/4921060/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="CCPL-Attribution-ShareAlike-2.5"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="png"
+
+DEPEND=">=x11-misc/icon-naming-utils-0.7.0"
+RDEPEND=">=x11-misc/icon-naming-utils-0.7.0"
+
+src_compile() {
+ econf $(use_enable png png-creation) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall
+}