This commit is contained in:
parent
beb0ae5c07
commit
7bfd1c214f
@ -4,6 +4,7 @@ Sun Jun 14 09:25:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|||||||
- Update to 2.9.1. No changelog.
|
- Update to 2.9.1. No changelog.
|
||||||
- Add patch to allow building gmic with older CMake versions:
|
- Add patch to allow building gmic with older CMake versions:
|
||||||
* 0001-Don-t-use-CMake-commands-not-available-in-CMake-3.9.patch
|
* 0001-Don-t-use-CMake-commands-not-available-in-CMake-3.9.patch
|
||||||
|
- Move the bash completion file to its own package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 28 19:04:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Mar 28 19:04:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
@ -239,9 +239,6 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/gmic_qt.png
|
|||||||
|
|
||||||
%suse_update_desktop_file -c gmic_qt "G'Mic Qt" "G'MIC Qt GUI" "gmic_qt %%F" gmic_qt "Qt;Graphics;Photography;"
|
%suse_update_desktop_file -c gmic_qt "G'Mic Qt" "G'MIC Qt GUI" "gmic_qt %%F" gmic_qt "Qt;Graphics;Photography;"
|
||||||
|
|
||||||
install -d -m 0755 %{buildroot}%{_datadir}/bash-completion/completions
|
|
||||||
install -m 0644 build/resources/gmic_bashcompletion.sh %{buildroot}%{_datadir}/bash-completion/completions
|
|
||||||
|
|
||||||
# Film color lookup tables
|
# Film color lookup tables
|
||||||
install -d -m 0755 %{buildroot}%{_gimpplugindir}
|
install -d -m 0755 %{buildroot}%{_gimpplugindir}
|
||||||
install -m 0644 resources/gmic_cluts.gmz %{buildroot}%{_gimpplugindir}/gmic_cluts.gmz
|
install -m 0644 resources/gmic_cluts.gmz %{buildroot}%{_gimpplugindir}/gmic_cluts.gmz
|
||||||
@ -281,9 +278,6 @@ popd
|
|||||||
%{_bindir}/gmic_qt
|
%{_bindir}/gmic_qt
|
||||||
%{_mandir}/man1/gmic.1%{?ext_man}
|
%{_mandir}/man1/gmic.1%{?ext_man}
|
||||||
%{_datadir}/applications/gmic_qt.desktop
|
%{_datadir}/applications/gmic_qt.desktop
|
||||||
%dir %{_datadir}/bash-completion
|
|
||||||
%dir %{_datadir}/bash-completion/completions
|
|
||||||
%{_datadir}/bash-completion/completions/gmic_bashcompletion.sh
|
|
||||||
%{_datadir}/pixmaps/gmic_qt.png
|
%{_datadir}/pixmaps/gmic_qt.png
|
||||||
|
|
||||||
%if %{with opencv}
|
%if %{with opencv}
|
||||||
|
Loading…
Reference in New Issue
Block a user