- install appdata and desktop file

OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=2
This commit is contained in:
Marcus Rückert 2019-03-18 16:22:26 +00:00 committed by Git OBS Bridge
parent 0646fe9f14
commit 7ff396a98f
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 16:22:09 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- install appdata and desktop file
-------------------------------------------------------------------
Mon Mar 18 14:47:20 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package siril
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -57,6 +57,10 @@ make %{?_smp_mflags}
%make_install
rm %{buildroot}/%{_datadir}/doc/siril/*
%find_lang %{name}
install -m 0644 -D platform-specific/linux/org.free-astro.siril.appdata.xml %{buildroot}%{_datadir}/appdata/org.free-astro.siril.appdata.xml
install -m 0644 -D platform-specific/linux/org.free-astro.siril.desktop %{buildroot}%{_datadir}/applications/org.free-astro.siril.desktop
install -m 0644 -D pixmaps/siril.svg %{buildroot}%{_datadir}/pixmaps/siril.svg
#platform-specific/linux/siril.xml
%files -f %{name}.lang
%doc ChangeLog NEWS README.md AUTHORS
@ -64,5 +68,8 @@ rm %{buildroot}/%{_datadir}/doc/siril/*
%{_bindir}/siril
%{_mandir}/man1/siril.1%{?ext_man}
%{_datadir}/siril/
%{_datadir}/appdata/org.free-astro.siril.appdata.xml
%{_datadir}/applications/org.free-astro.siril.desktop
%{_datadir}/pixmaps/siril.svg
%changelog