SHA256
1
0
forked from pool/gwenview5

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/gwenview5?expand=0&rev=61
This commit is contained in:
Luca Beltrame 2017-04-15 13:27:54 +00:00 committed by Git OBS Bridge
parent 0e5fca56f7
commit 9d3802731e

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: gwenview5
Version: 17.03.90
Release: 0
@ -61,6 +63,10 @@ Gwenview is a simple image viewer for KDE. It features a folder tree
window and a file list window, providing easy navigation of your file
hierarchy.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n gwenview-%{version}
@ -70,6 +76,10 @@ hierarchy.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.gwenview Graphics RasterGraphics Viewer KDE
@ -96,4 +106,9 @@ hierarchy.
%dir %{_datadir}/solid/actions
%{_datadir}/solid/actions/gwenview_*.desktop
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog