summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-31 12:14:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-31 12:14:19 +0000
commitf5959612c1b1a433f48a4eedb7d12ef5954a26aa (patch)
treec27143564a4c206b1ee9b845156cb45ce6f03951 /xfce-base/libxfce4ui
parentFix HTML documentation directory. (diff)
downloadgentoo-2-f5959612c1b1a433f48a4eedb7d12ef5954a26aa.tar.gz
gentoo-2-f5959612c1b1a433f48a4eedb7d12ef5954a26aa.tar.bz2
gentoo-2-f5959612c1b1a433f48a4eedb7d12ef5954a26aa.zip
Fix HTML documentation directory.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r--xfce-base/libxfce4ui/ChangeLog8
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog
index 3c730f3b83cb..fe6e164603ca 100644
--- a/xfce-base/libxfce4ui/ChangeLog
+++ b/xfce-base/libxfce4ui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4ui
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.8 2009/12/20 20:59:49 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.9 2010/03/31 12:14:19 ssuominen Exp $
+
+ 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ libxfce4ui-4.7.1.ebuild:
+ Fix HTML documentation directory.
*libxfce4ui-4.7.1 (20 Dec 2009)
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild
index 053dd2784d5a..e69befa00dd2 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v 1.1 2009/12/20 20:59:49 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v 1.2 2010/03/31 12:14:19 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement"
@@ -33,6 +33,7 @@ pkg_setup() {
XFCONF="--disable-dependency-tracking
$(use_enable startup-notification)
$(use_enable glade gladeui)
- $(use_enable debug)"
+ $(xfconf_use_debug)
+ --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
}