diff options
author | 2011-05-19 21:26:46 +0000 | |
---|---|---|
committer | 2011-05-19 21:26:46 +0000 | |
commit | 8045b07317730fa1a4277ad9bb8a5e0f60ad020a (patch) | |
tree | 14b40a13a8a117b588971e5d7113fc7c92f5ee30 /xfce-extra/xfce4-clipman-plugin | |
parent | EAPI4 and convert from devspace to gentoo mirrors (diff) | |
download | gentoo-2-8045b07317730fa1a4277ad9bb8a5e0f60ad020a.tar.gz gentoo-2-8045b07317730fa1a4277ad9bb8a5e0f60ad020a.tar.bz2 gentoo-2-8045b07317730fa1a4277ad9bb8a5e0f60ad020a.zip |
Fix HTML documentation install path. EAPI4.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-clipman-plugin')
3 files changed, 24 insertions, 17 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index 99b63e544083..901ff7a32dc2 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.28 2011/03/28 14:39:20 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.29 2011/05/19 21:26:46 ssuominen Exp $ + + 19 May 2011; Samuli Suominen <ssuominen@gentoo.org> + xfce4-clipman-plugin-1.1.3.ebuild: + Fix HTML documentation install path. 28 Mar 2011; Christoph Mende <angelos@gentoo.org> xfce4-clipman-plugin-1.1.3.ebuild: diff --git a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch b/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch index 68ef900f8d49..1a2a012cf99b 100644 --- a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch +++ b/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch @@ -1,6 +1,5 @@ -diff -ur xfce4-clipman-plugin-1.1.1.orig/configure.ac xfce4-clipman-plugin-1.1.1/configure.ac ---- xfce4-clipman-plugin-1.1.1.orig/configure.ac 2009-09-30 19:04:22.000000000 +0300 -+++ xfce4-clipman-plugin-1.1.1/configure.ac 2009-10-24 20:28:34.000000000 +0300 +--- configure.ac ++++ configure.ac @@ -63,7 +63,8 @@ dnl *** Check for required packages *** dnl *********************************** diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild index 0f9982d0e369..198b38d9b374 100644 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.10 2011/03/28 14:39:20 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.11 2011/05/19 21:26:46 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes inherit xfconf -DESCRIPTION="a simple cliboard history manager for Xfce4 Panel" +DESCRIPTION="A clipboard manager plug-in for the Xfce panel" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.1/${P}.tar.bz2" @@ -19,11 +19,11 @@ RDEPEND=">=dev-libs/glib-2.16:2 dev-libs/libunique:1 >=gnome-base/libglade-2.6:2.0 >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/xfce4-panel-4.4 - >=xfce-base/xfconf-4.6 - >=xfce-base/exo-0.3" + >=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8 + >=xfce-base/xfconf-4.8 + >=xfce-base/exo-0.6" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig @@ -31,11 +31,15 @@ DEPEND="${RDEPEND} pkg_setup() { PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch ) + XFCONF=( $(use_enable debug) ) + DOCS=( AUTHORS ChangeLog NEWS README TODO ) +} - XFCONF=( - --disable-dependency-tracking - $(use_enable debug) - ) +src_prepare() { + sed -i \ + -e "/imagesdir/s:xfce4/doc:doc/${PF}/html:" \ + -e "/TARGET_DIR/s:xfce4/doc:doc/${PF}/html:" \ + docs/manual/*/{,images/}Makefile.am || die - DOCS="AUTHORS ChangeLog NEWS README TODO" + xfconf_src_prepare } |