Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11-libs/pango: Install docs to html/ #20970

Closed
wants to merge 1 commit into from

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented May 24, 2021

Avoid compressing installed fonts and JSON.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Chris Mayo aklhfex@gmail.com


e.g.
/usr/share/doc/pango-1.48.5/reference/Pango/index.json.bz2
/usr/share/doc/pango-1.48.5/reference/PangoXft/RedHatText-Regular.woff2.bz2

@mattst88 gi-docgen issue as with gui-libs/gtk.

--- pango-1.48.5.ebuild
+++ pango-1.48.5-r1.ebuild
@@ -84,10 +84,11 @@
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	if use gtk-doc; then
-		mv "${ED}"/usr/share/doc/{${PN},${P}} || die
+		mv "${ED}"/usr/share/doc/{${PN}/reference/,${PF}/html/} || die
+		rmdir "${ED}"/usr/share/doc/${PN} || die
 	fi
-	einstalldocs
 }
 
 pkg_postinst() {

Avoid compressing installed fonts and JSON.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @cjmayo
Areas affected: ebuilds
Packages affected: x11-libs/pango

x11-libs/pango: @gentoo/gnome

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels May 24, 2021
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-05-24 18:49 UTC
Newest commit scanned: 4202c69
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/5fc777f778/output.html

@mattst88
Copy link
Contributor

Thanks!

@cjmayo cjmayo deleted the pango-1.48.5-r1 branch July 27, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
4 participants