opciones de branding gobmx
This commit is contained in:
parent
5559688fd8
commit
43196c2bbd
1 changed files with 9 additions and 3 deletions
|
@ -50,7 +50,7 @@ Summary: Free Software Productivity Suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Release: 8.gob.mx%{?libo_prerelease}%{?dist}
|
||||
Release: 9+gob.mx%{?libo_prerelease}%{?dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -1104,6 +1104,8 @@ SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
|
|||
%define flatpakoptions --with-beanshell-jar=/app/share/java/bsh.jar --with-boost-libdir=%{_libdir} --with-external-dict-dir=/app/share/hunspell --with-external-hyph-dir=/app/share/hyphen --with-external-thes-dir=/app/share/mythes --with-flute-jar=/app/share/java/flute.jar --with-jdk-home=/app/lib/jvm/java --with-jfreereport-jar=/app/share/java/flow-engine.jar --with-libbase-jar=/app/share/java/libbase.jar --with-libfonts-jar=/app/share/java/libfonts.jar --with-libformula-jar=/app/share/java/libformula.jar --with-liblayout-jar=/app/share/java/liblayout.jar --with-libloader-jar=/app/share/java/libloader.jar --with-librepository-jar=/app/share/java/librepository.jar --with-libserializer-jar=/app/share/java/libserializer.jar --with-libxml-jar=/app/share/java/libxml.jar --with-sac-jar=/app/share/java/sac.jar FIREBIRDCONFIG=%{_libdir}/fb_config QT4INC=%{_includedir}
|
||||
%endif
|
||||
|
||||
%define gobmxoptions --with-branding=custom_images
|
||||
|
||||
# TODO: enable coinmp?
|
||||
# avoid running autogen.sh on make
|
||||
touch autogen.lastrun
|
||||
|
@ -1144,8 +1146,9 @@ touch autogen.lastrun
|
|||
%{distrooptions} \
|
||||
%{?bundling_options} \
|
||||
%{?archoptions} \
|
||||
%{?flatpakoptions}
|
||||
|
||||
%{?flatpakoptions} \
|
||||
%{?gobmxoptions}
|
||||
|
||||
if ! make verbose=true build; then
|
||||
echo "build attempt 1 failed"
|
||||
if ! make verbose=true build; then
|
||||
|
@ -2286,6 +2289,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.5.4.2-9+gob.mx
|
||||
- opciones de branding
|
||||
|
||||
* Sat Jul 08 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.5.4.2-8.gob.mx
|
||||
- Parches de Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
- 0002-Archivos-de-distro-config-de-brand-Office.patch
|
||||
|
|
Loading…
Reference in a new issue