Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 559782 Details for
Bug 674510
dev-util/gdbus-codegen-2.58.2 dev-util/glib-utils-2.58.2 fail to download docbook.xsl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the gdbus-codegen-2.58.2.ebuild ebuild script fixing the issue
gdbus-codegen-2.58.2.ebuild.patch (text/plain), 1.06 KB, created by
Petr Cerny [:hrosik]
on 2019-01-04 14:14:53 UTC
(
hide
)
Description:
patch for the gdbus-codegen-2.58.2.ebuild ebuild script fixing the issue
Filename:
MIME Type:
Creator:
Petr Cerny [:hrosik]
Created:
2019-01-04 14:14:53 UTC
Size:
1.06 KB
patch
obsolete
>--- dev-util/gdbus-codegen/gdbus-codegen-2.58.2.ebuild 2018-12-19 16:39:25.000000000 -0000 >+++ dev-util/gdbus-codegen/gdbus-codegen-2.58.2.ebuild 2019-01-04 14:51:20.291416777 -0000 >@@ -43,21 +43,21 @@ python_prepare_all() { > do_xsltproc_command() { > # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/glib-utils) > xsltproc \ > --nonet \ > --stringparam man.output.quietly 1 \ > --stringparam funcsynopsis.style ansi \ > --stringparam man.th.extra1.suppress 1 \ > --stringparam man.authors.section.enabled 0 \ > --stringparam man.copyright.section.enabled 0 \ > -o "${2}" \ >- http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ >+ /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ > "${1}" || die "manpage generation failed" > } > > src_compile() { > distutils-r1_src_compile > do_xsltproc_command "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1" > } > > src_test() { > einfo "Skipping tests. This package is tested by dev-libs/glib"
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 674510
: 559782 |
559784