icewm update build and install macros
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
e926ca10f6
commit
ebf9f8bcc1
|
@ -256,7 +256,7 @@ autoreconf -fiv
|
|||
--with-xterm=%{_bindir}/gnome-terminal \
|
||||
--sysconfdir=%{_sysconfdir}/%{name}
|
||||
%else
|
||||
%cmake \
|
||||
%cmake3 \
|
||||
-DCFGDIR=%{_sysconfdir}/%{name} \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCONFIG_GDK_PIXBUF_XLIB=on \
|
||||
|
@ -269,7 +269,7 @@ autoreconf -fiv
|
|||
%if %{with fallback_build_tool}
|
||||
%make_build
|
||||
%else
|
||||
%cmake_build
|
||||
%make_build
|
||||
%endif
|
||||
|
||||
|
||||
|
@ -277,7 +277,7 @@ autoreconf -fiv
|
|||
%if %{with fallback_build_tool}
|
||||
%make_install
|
||||
%else
|
||||
%cmake_install
|
||||
%make_install
|
||||
%endif
|
||||
|
||||
# Themes
|
||||
|
@ -408,7 +408,7 @@ install -m 0644 -p %{_sysconfdir}/xdg/conky/conky.conf %{_sysconfdir}/conky/conk
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 03:56:58 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.0-1
|
||||
* Tue Aug 25 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.0-1
|
||||
- Update to 1.8.0
|
||||
|
||||
* Wed Aug 05 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-4
|
||||
|
|
Loading…
Reference in New Issue