Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 885660 Details for
Bug 902031
app-office/libreoffice add gtk4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gtk4 patch for libreoffice-9999.ebuild
libreoffice-9999.ebuild_gtk4_git.patch (text/plain), 2.11 KB, created by
jospezial
on 2024-02-21 23:23:58 UTC
(
hide
)
Description:
gtk4 patch for libreoffice-9999.ebuild
Filename:
MIME Type:
Creator:
jospezial
Created:
2024-02-21 23:23:58 UTC
Size:
2.11 KB
patch
obsolete
>diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild >index dd6d14b2c..e45b0db2d 100644 >--- a/app-office/libreoffice/libreoffice-9999.ebuild >+++ b/app-office/libreoffice/libreoffice-9999.ebuild >@@ -91,7 +91,7 @@ unset ADDONS_SRC > LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" > > IUSE="accessibility base bluetooth +branding clang coinmp +cups custom-cflags +dbus debug eds firebird >-googledrive gstreamer +gtk kde ldap +mariadb odk pdfimport postgres qt5 qt6 test valgrind vulkan >+googledrive gstreamer gtk3 gtk4 kde ldap +mariadb odk pdfimport postgres qt5 qt6 test valgrind vulkan > $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" > > REQUIRED_USE="${PYTHON_REQUIRED_USE} >@@ -199,7 +199,7 @@ COMMON_DEPEND="${PYTHON_DEPS} > media-libs/gstreamer:1.0 > media-libs/gst-plugins-base:1.0 > ) >- gtk? ( >+ gtk3? ( > app-accessibility/at-spi2-core:2 > dev-libs/glib:2 > dev-libs/gobject-introspection >@@ -208,6 +208,14 @@ COMMON_DEPEND="${PYTHON_DEPS} > x11-libs/gtk+:3[X] > x11-libs/pango > ) >+ gtk4? ( >+ app-accessibility/at-spi2-core:2 >+ dev-libs/glib:2 >+ gnome-base/dconf >+ media-libs/mesa[egl(+)] >+ gui-libs/gtk[X] >+ x11-libs/pango >+ ) > kde? ( > qt5? ( > kde-frameworks/kconfig:5 >@@ -549,7 +557,8 @@ src_configure() { > $(use_enable eds evolution2) > $(use_enable firebird firebird-sdbc) > $(use_enable gstreamer gstreamer-1-0) >- $(use_enable gtk gtk3) >+ $(use_enable gtk3 gtk3) >+ $(use_enable gtk4 gtk4) > $(use_enable ldap) > $(use_enable odk) > $(use_enable pdfimport) >@@ -569,7 +578,7 @@ src_configure() { > use qt5 && myeconfargs+=( $(use_enable kde kf5) ) > use qt6 && myeconfargs+=( $(use_enable kde kf6) ) > >- if use eds || use gtk; then >+ if use eds || use gtk3 || use gtk4; then > myeconfargs+=( --enable-dconf --enable-gio ) > else > myeconfargs+=( --disable-dconf --disable-gio ) >@@ -625,7 +634,7 @@ src_install() { > emake DESTDIR="${D}" distro-pack-install -o build -o check > > # bug 593514 >- if use gtk; then >+ if use gtk3; then > dosym libreoffice/program/liblibreofficekitgtk.so \ > /usr/$(get_libdir)/liblibreofficekitgtk.so > fi
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 902031
: 885660