diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-01-31 14:54:48 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-01-31 14:54:48 +0000 |
commit | b4ac23ee0f61cd275ece92dfb5b63d233e4d00cc (patch) | |
tree | 1b7bcd848249f9813b469282c773a271f6cf8e9e /x11-themes | |
parent | removed unneeded patch (it didn't even apply) (diff) | |
download | gentoo-2-b4ac23ee0f61cd275ece92dfb5b63d233e4d00cc.tar.gz gentoo-2-b4ac23ee0f61cd275ece92dfb5b63d233e4d00cc.tar.bz2 gentoo-2-b4ac23ee0f61cd275ece92dfb5b63d233e4d00cc.zip |
New icon theme package
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.0 | 1 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.0.ebuild | 19 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 1aa6d8a7c399..8e3206497d20 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.5 2003/01/31 02:16:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.6 2003/01/31 14:54:48 spider Exp $ + + +*gnome-icon-theme-1.0.0 (31 Jan 2003) + + 31 Jan 2003; Spider <spider@gentoo.org> gnome-icon-theme-1.0.0.ebuild : + real 2.2rc2 release *gnome-icon-theme-0.1.5 (30 Jan 2003) diff --git a/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.0 b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.0 new file mode 100644 index 000000000000..87d76b1350c5 --- /dev/null +++ b/x11-themes/gnome-icon-theme/files/digest-gnome-icon-theme-1.0.0 @@ -0,0 +1 @@ +MD5 e76d3d12633e58a0a47867bd72dcf0c0 gnome-icon-theme-1.0.0.tar.bz2 869816 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.0.ebuild new file mode 100644 index 000000000000..451cd055dc24 --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-1.0.0.ebuild,v 1.1 2003/01/31 14:54:48 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome2 default icon theme" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1 FDL-1.1" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + + +DOC="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog" |