mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
Change condition syntax gtk3-kde5 -> gtk3_kde5
This commit is contained in:
parent
0a0bd4dc8f
commit
7ad3adb03f
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
%else
|
||||
%bcond_with clang
|
||||
%endif
|
||||
%bcond_without gtk3-kde5
|
||||
%bcond_without gtk3_kde5
|
||||
|
||||
%if %{with l10n}
|
||||
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
||||
|
@ -537,7 +537,7 @@ This package contains the GNOME VFS support and a GConf backend.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %{with gtk3-kde5}
|
||||
%if %{with gtk3_kde5}
|
||||
%package gtk3-kde5
|
||||
Summary: GTK3-KDE5 Integration for LibreOffice (Widgets, Dialogs, Addressbook)
|
||||
Group: Office
|
||||
|
@ -2995,7 +2995,7 @@ sed -i \
|
|||
--with-external-tar="$EXTSRCDIR" \
|
||||
--disable-gstreamer-0.10 \
|
||||
--enable-release-build \
|
||||
%if %{with gtk3-kde5}
|
||||
%if %{with gtk3_kde5}
|
||||
--enable-gtk3-kde5 \
|
||||
%endif
|
||||
--enable-kde5 \
|
||||
|
|
Loading…
Add table
Reference in a new issue