Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261427 Details for
Bug 353592
x11-libs/libfm-0.1.15_pre20110202 should DEPEND on dev-util/gtk-doc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff against libfm-0.1.15_pre20110202.ebuild to make gtk-doc optional
libfm-0.1.15_pre20110202-r1-use-doc.diff (text/plain), 1.37 KB, created by
tbartdev
on 2011-02-03 17:11:15 UTC
(
hide
)
Description:
diff against libfm-0.1.15_pre20110202.ebuild to make gtk-doc optional
Filename:
MIME Type:
Creator:
tbartdev
Created:
2011-02-03 17:11:15 UTC
Size:
1.37 KB
patch
obsolete
>--- /usr/local/portage/x11-libs/libfm/libfm-0.1.15_pre20110202.ebuild 2011-02-03 17:51:22.000000000 +0100 >+++ /usr/local/portage/x11-libs/libfm/libfm-0.1.15_pre20110202-r1.ebuild 2011-02-03 18:06:42.000000000 +0100 >@@ -8,8 +8,6 @@ if [[ ${PV} == 9999 ]]; then > EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" > inherit autotools git > SRC_URI="" >- EXTRA_DEPEND="dev-util/gtk-doc >- dev-util/gtk-doc-am" > else > inherit autotools > SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" >@@ -23,7 +21,7 @@ HOMEPAGE="http://pcmanfm.sourceforge.net > > LICENSE="GPL-2" > SLOT="0" >-IUSE="debug examples udev" >+IUSE="debug doc examples udev" > > COMMON_DEPEND=">=dev-libs/glib-2.18:2 > >=x11-libs/gtk+-2.16:2 >@@ -36,10 +34,19 @@ DEPEND="${COMMON_DEPEND} > >=dev-util/intltool-0.40 > dev-util/pkgconfig > sys-devel/gettext >- ${EXTRA_DEPEND}" >+ doc? ( >+ dev-util/gtk-doc >+ dev-util/gtk-doc-am >+ )" > > src_prepare() { >- gtkdocize --copy || die >+ if use doc >+ then >+ gtkdocize --copy || die >+ else >+ sed -ie '/SUBDIRS=/s#docs##' ${WORKDIR}/Makefile.am >+ sed -ie '/^[[:space:]]*docs/d' configure.ac >+ fi > intltoolize --force --copy --automake || die > eautoreconf > } >@@ -52,6 +59,7 @@ src_configure() { > $(use_enable udev udisks) \ > $(use_enable examples demo) \ > $(use_enable debug) \ >+ $(use_enable doc gtk_doc ) \ > --with-html-dir=/usr/share/doc/${PF}/html > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 353592
: 261427 |
261430
|
261434