diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-07 02:18:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-07 02:18:58 +0000 |
commit | 1d43c08444a97f4ddfe05d6da185e607aa5b4da8 (patch) | |
tree | 93eaaefa2b6297565e82b37324f0a0cd6d188948 /xfce-base/xfce-utils | |
parent | Change altivec fix to work on ppc64 as well. (diff) | |
download | gentoo-2-1d43c08444a97f4ddfe05d6da185e607aa5b4da8.tar.gz gentoo-2-1d43c08444a97f4ddfe05d6da185e607aa5b4da8.tar.bz2 gentoo-2-1d43c08444a97f4ddfe05d6da185e607aa5b4da8.zip |
Complete the prev. commit here as well
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 426d33fda438..4596c2988ebb 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.159 2010/09/06 23:54:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.160 2010/09/07 02:18:58 ssuominen Exp $ - 06 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> + 07 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> xfce-utils-4.7.0.ebuild: - Install HTML documentation to ${PF}. + Don't show xfhelp4.desktop in menu because it's outdated and doesn't work + with ${PF}. Install HTML documentation to ${PF}. *xfce-utils-4.7.0 (05 Sep 2010) diff --git a/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild index cadef159f6bb..c632e2614c2f 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.3 2010/09/06 23:54:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.4 2010/09/07 02:18:58 ssuominen Exp $ EAPI=3 inherit xfconf @@ -45,6 +45,9 @@ pkg_setup() { src_install() { xfconf_src_install + # Help is outdated and we install HTML files to $PF + rm -f "${ED}"/usr/share/applications/xfhelp4.desktop + insinto /usr/share/xfce4 doins "${FILESDIR}"/Gentoo || die |