asciidoctor is huge for manpages, use precompiled manpages (no
translations) if doc is disabled
if upstream makes new releases in future with manpages updated,
a tarball should be used
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44490
Closes: https://github.com/gentoo/gentoo/pull/44490
Signed-off-by: Sam James <sam@gentoo.org>
libXcursor is replaced by xcb_cursor
override version
remove seemingly outdated comments for :
* ldoc, the old ebuild w/o lua.eclass is removed
* issues w/ java has been fixed in 4.0, see issue 248
update cmake_min
Closes: https://bugs.gentoo.org/953942
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44490
Signed-off-by: Sam James <sam@gentoo.org>
libXcursor is replaced by xcb_cursor
manpages are generated by asciidoctor, not asciidoc
add librsvg for svg rendering
update the patch for cflags : remove -std=gnu99 and -Wno-strict-aliasing
install html files in the right path
remove seemingly outdated comments for :
* ldoc, the old ebuild w/o lua.eclass is removed
* issues w/ java has been fixed in 4.0, see issue 248
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44490
Signed-off-by: Sam James <sam@gentoo.org>
I've copied what we do for m68k. Note I've preemptively done the default
reversal too just to avoid us forgetting about that but hopefully it will
be long fixed by that point.
Bug: https://bugs.gentoo.org/959416
Signed-off-by: Sam James <sam@gentoo.org>
Or else on systemd the user can't logout of the session, on OpenRC they
technically can (all the apps will get killed except gnome-shell) but
gnome-shell will show up as an unresponsive program and the session will
fail to end i.e the user can't logout. Only needed with the backported
patch for the bug with <gnome-shell-49.
Bug: https://bugs.gentoo.org/959295
Signed-off-by: zyxhere💭 <zyx@envs.net>
Part-of: https://github.com/gentoo/gentoo/pull/44493
Closes: https://github.com/gentoo/gentoo/pull/44493
Signed-off-by: Sam James <sam@gentoo.org>
gnome-session crashes gnome-shell when either it or mutter (or both) are
built with USE="-X"
gnome-session uses Mutter's XSMP integration to know when gnome-shell is
done starting up. No more XSMP = no more notification = gnome-session
decides that gnome-shell is dead even though it's not = fail whale
Closes: https://bugs.gentoo.org/959295
Signed-off-by: zyxhere💭 <zyx@envs.net>
Part-of: https://github.com/gentoo/gentoo/pull/44493
Signed-off-by: Sam James <sam@gentoo.org>
Don't force -fcf-protection=* or other flag we already set in the toolchain
where appropriate.
Closes: https://bugs.gentoo.org/965340
Signed-off-by: Sam James <sam@gentoo.org>