pkg install, add link if package no have scripts
This commit is contained in:
91
assets/var/gnu/libreoffice/core/.pkgdata.patch/autogen.input
Normal file
91
assets/var/gnu/libreoffice/core/.pkgdata.patch/autogen.input
Normal file
@ -0,0 +1,91 @@
|
||||
--with-system-icu
|
||||
--enable-release-build
|
||||
--enable-optimized
|
||||
|
||||
# ===== Только headless, без GUI =====
|
||||
--disable-gui
|
||||
--disable-gtk3
|
||||
--disable-qt5
|
||||
--disable-qt6
|
||||
--disable-kf5
|
||||
--disable-kf6
|
||||
--disable-cairo-canvas
|
||||
--disable-dbus
|
||||
--disable-avahi
|
||||
--disable-sdremote
|
||||
--disable-sdremote-bluetooth
|
||||
--disable-gstreamer-1-0
|
||||
--disable-dconf
|
||||
--disable-avmedia
|
||||
|
||||
# ===== Без языков программирования =====
|
||||
--without-java
|
||||
--without-dotnet
|
||||
#--disable-scripting # Work in progress, опции пока не поддерживаются адекватно
|
||||
#--disable-scripting-beanshell
|
||||
#--disable-scripting-javascript
|
||||
--enable-python=system
|
||||
|
||||
# ===== Без баз данных =====
|
||||
#--disable-database-connectivity #work in progress пока не работает
|
||||
--disable-postgresql-sdbc
|
||||
--disable-mariadb-sdbc
|
||||
--disable-firebird-sdbc
|
||||
--disable-report-builder
|
||||
--disable-coinmp
|
||||
|
||||
# ===== Без расширений и SDK =====
|
||||
--disable-odk
|
||||
#--disable-extensions # Work in progress, пока не собирается с ней
|
||||
--disable-extension-integration
|
||||
--disable-extension-update
|
||||
--disable-epm
|
||||
|
||||
# ===== Без отладки и crash-репортов =====
|
||||
--disable-breakpad
|
||||
--disable-crashdump
|
||||
--disable-fuzzers
|
||||
--disable-cve-tests
|
||||
--disable-nan-tests
|
||||
|
||||
# ===== Без онлайн-функций =====
|
||||
--disable-online-update
|
||||
--disable-online-update-mar
|
||||
--without-webdav
|
||||
--disable-ldap
|
||||
--disable-opencl
|
||||
--disable-opengl
|
||||
--disable-skia
|
||||
|
||||
# ===== Без Kerberos/GSSAPI =====
|
||||
--without-krb5
|
||||
--without-gssapi
|
||||
|
||||
# ===== Без документации и шрифтов =====
|
||||
--without-helppack-integration
|
||||
--without-help
|
||||
--without-fonts
|
||||
--without-myspell-dicts
|
||||
--with-templates=no
|
||||
--with-galleries=no
|
||||
|
||||
# ===== Минимальные темы (или вообще без тем) =====
|
||||
--with-theme=no
|
||||
|
||||
# ===== Без лишних библиотек =====
|
||||
--disable-zxing
|
||||
--disable-gpgmepp
|
||||
--disable-lotuswordpro
|
||||
--disable-librelogo
|
||||
--disable-poppler
|
||||
--disable-pdfimport
|
||||
|
||||
# ===== Только английский =====
|
||||
--with-lang=en-US
|
||||
|
||||
# ===== Без пакетов =====
|
||||
--without-package-format
|
||||
|
||||
# ===== Ускорение сборки =====
|
||||
--disable-dependency-tracking
|
||||
--disable-pch
|
||||
Reference in New Issue
Block a user