diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-17 23:57:24 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-17 23:57:24 +0000 |
commit | 419fd28aa40a1cf723d0e6a3d5735d5327cf3ce2 (patch) | |
tree | 6614a3a9c03a3e7d7192cc51edc41c9e2d566dd3 /x11-themes | |
parent | Fixed init, conf name, added 2.6.20 warning. (diff) | |
download | gentoo-2-419fd28aa40a1cf723d0e6a3d5735d5327cf3ce2.tar.gz gentoo-2-419fd28aa40a1cf723d0e6a3d5735d5327cf3ce2.tar.bz2 gentoo-2-419fd28aa40a1cf723d0e6a3d5735d5327cf3ce2.zip |
New version for GNOME-2.22. Mostly adds more emote icons and touch-ups to the existing ones
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild | 25 |
2 files changed, 34 insertions, 2 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index d8939b9a3365..f4ea7a0686ff 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gnome-icon-theme -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.142 2007/11/29 05:16:20 jer Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.143 2008/03/17 23:57:24 leio Exp $ + +*gnome-icon-theme-2.22.0 (17 Mar 2008) + + 17 Mar 2008; Mart Raudsepp <leio@gentoo.org> + +gnome-icon-theme-2.22.0.ebuild: + New version for GNOME-2.22. Mostly adds more emote icons and touch-ups to + the existing ones 29 Nov 2007; Jeroen Roovers <jer@gentoo.org> gnome-icon-theme-2.20.0.ebuild: diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild new file mode 100644 index 000000000000..fa6bf416bdd1 --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild,v 1.1 2008/03/17 23:57:24 leio Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME 2 default icon themes" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" +DEPEND="${RDEPEND} + >=x11-misc/icon-naming-utils-0.8.1 + >=dev-util/pkgconfig-0.19 + >=dev-util/intltool-0.35 + sys-devel/gettext" + +DOCS="AUTHORS ChangeLog NEWS TODO" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" |