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 \
|
--with-xterm=%{_bindir}/gnome-terminal \
|
||||||
--sysconfdir=%{_sysconfdir}/%{name}
|
--sysconfdir=%{_sysconfdir}/%{name}
|
||||||
%else
|
%else
|
||||||
%cmake \
|
%cmake3 \
|
||||||
-DCFGDIR=%{_sysconfdir}/%{name} \
|
-DCFGDIR=%{_sysconfdir}/%{name} \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCONFIG_GDK_PIXBUF_XLIB=on \
|
-DCONFIG_GDK_PIXBUF_XLIB=on \
|
||||||
|
|
@ -269,7 +269,7 @@ autoreconf -fiv
|
||||||
%if %{with fallback_build_tool}
|
%if %{with fallback_build_tool}
|
||||||
%make_build
|
%make_build
|
||||||
%else
|
%else
|
||||||
%cmake_build
|
%make_build
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -277,7 +277,7 @@ autoreconf -fiv
|
||||||
%if %{with fallback_build_tool}
|
%if %{with fallback_build_tool}
|
||||||
%make_install
|
%make_install
|
||||||
%else
|
%else
|
||||||
%cmake_install
|
%make_install
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
|
|
@ -408,7 +408,7 @@ install -m 0644 -p %{_sysconfdir}/xdg/conky/conky.conf %{_sysconfdir}/conky/conk
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- Update to 1.8.0
|
||||||
|
|
||||||
* Wed Aug 05 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-4
|
* Wed Aug 05 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue