mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
Commit 9c7f26240f
unified the gtk USE flags, but it seems that was
a bit premature since using only gtk4 still seems to cause many problems.
Revert back to split use flags and enable gtk3 by default while still
allowing gtk4 and qt6.
Closes: https://bugs.gentoo.org/950170
Closes: https://bugs.gentoo.org/950270
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Sam James <sam@gentoo.org>
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>office@gentoo.org</email>
|
|
<name>Gentoo Office project</name>
|
|
</maintainer>
|
|
<longdescription>LibreOffice is the successor of OpenOffice.org.
|
|
This ebuild allows you to compile it yourself. Unfortunately this
|
|
compilation can take up to a day depending on the speed of your
|
|
computer. It will however make a snappier LibreOffice than the binary
|
|
version</longdescription>
|
|
<use>
|
|
<flag name="base">Enable full support for LibreOffice Base databases (involves additional bundled libs)</flag>
|
|
<flag name="clang">Use Clang compiler instead of GCC</flag>
|
|
<flag name="coinmp">Use <pkg>sci-libs/coinor-mp</pkg> as alternative solver</flag>
|
|
<flag name="gtk3">Enable support for <pkg>x11-libs/gtk+</pkg>:3</flag>
|
|
<flag name="gtk4">Enable support for <pkg>gui-libs/gtk</pkg>:4</flag>
|
|
<flag name="googledrive">Enable support for remote files on Google Drive</flag>
|
|
<flag name="mariadb">Prefer mariadb connector over mysql connector</flag>
|
|
<flag name="odk">Build the Office Development Kit</flag>
|
|
<flag name="pdfimport">Enable PDF import via the Poppler library</flag>
|
|
<flag name="vulkan">Enable Vulkan usage via the skia library (clang recommended)</flag>
|
|
</use>
|
|
</pkgmetadata>
|