diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 12:05:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 12:05:15 +0000 |
commit | a25943e55017f1e8da8c7003c1380dcf7ae2021d (patch) | |
tree | 5bd7a9e5dbd3cd23f5ac24865d56098f216a7b07 /xfce-base/garcon | |
parent | Version bump, security bug #312297. (diff) | |
download | gentoo-2-a25943e55017f1e8da8c7003c1380dcf7ae2021d.tar.gz gentoo-2-a25943e55017f1e8da8c7003c1380dcf7ae2021d.tar.bz2 gentoo-2-a25943e55017f1e8da8c7003c1380dcf7ae2021d.zip |
Fix HTML documentation directory.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/garcon')
-rw-r--r-- | xfce-base/garcon/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.1.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog index 3d8b4bb0b578..c05c2ced1202 100644 --- a/xfce-base/garcon/ChangeLog +++ b/xfce-base/garcon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/garcon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.8 2010/03/02 16:44:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.9 2010/03/31 12:05:15 ssuominen Exp $ + + 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> garcon-0.1.1.ebuild: + Fix HTML documentation directory. *garcon-0.1.1 (02 Mar 2010) diff --git a/xfce-base/garcon/garcon-0.1.1.ebuild b/xfce-base/garcon/garcon-0.1.1.ebuild index 66453e8a3582..56af39154279 100644 --- a/xfce-base/garcon/garcon-0.1.1.ebuild +++ b/xfce-base/garcon/garcon-0.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.1 2010/03/02 16:44:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.1.ebuild,v 1.2 2010/03/31 12:05:15 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="a freedesktop.org compliant menu implementation based on GLib and GIO" @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF="--disable-dependency-tracking --disable-static - $(use_enable debug)" + $(xfconf_use_debug) + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO" } |