diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:12:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:12:20 +0000 |
commit | 44ec6c10c18523d95f6a8725bca1828d833d51e8 (patch) | |
tree | fc27b066f4e9426905040aa830a10aad6d5a5865 /x11-themes/xfce4-icon-theme | |
parent | Xfce-4.4.3 bump (diff) | |
download | historical-44ec6c10c18523d95f6a8725bca1828d833d51e8.tar.gz historical-44ec6c10c18523d95f6a8725bca1828d833d51e8.tar.bz2 historical-44ec6c10c18523d95f6a8725bca1828d833d51e8.zip |
Xfce-4.4.3 bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64
Diffstat (limited to 'x11-themes/xfce4-icon-theme')
-rw-r--r-- | x11-themes/xfce4-icon-theme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild | 38 |
2 files changed, 45 insertions, 1 deletions
diff --git a/x11-themes/xfce4-icon-theme/ChangeLog b/x11-themes/xfce4-icon-theme/ChangeLog index d896a7ec0ddc..8a174c04280a 100644 --- a/x11-themes/xfce4-icon-theme/ChangeLog +++ b/x11-themes/xfce4-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/xfce4-icon-theme # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog,v 1.2 2008/06/28 12:21:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/ChangeLog,v 1.3 2008/10/30 22:11:49 angelos Exp $ + +*xfce4-icon-theme-4.4.3 (30 Oct 2008) + + 30 Oct 2008; Christoph Mende <angelos@gentoo.org> + +xfce4-icon-theme-4.4.3.ebuild: + Xfce-4.4.3 bump 22 Jun 2008; Samuli Suominen <drac@gentoo.org> +xfce4-icon-theme-4.4.2.ebuild: diff --git a/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild b/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild new file mode 100644 index 000000000000..3117de7070df --- /dev/null +++ b/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfce4-icon-theme/xfce4-icon-theme-4.4.3.ebuild,v 1.1 2008/10/30 22:11:49 angelos Exp $ + +inherit gnome2-utils + +DESCRIPTION="Default icon theme for Xfce4, called Rodent." +HOMEPAGE="http://www.xfce.org" +SRC_URI="mirror://xfce/xfce-${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RESTRICT="binchecks strip" + +RDEPEND="x11-themes/hicolor-icon-theme" +DEPEND="dev-util/pkgconfig + dev-util/intltool + sys-devel/gettext" + +pkg_preinst() { + gnome2_icon_savelist +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |