SHA256
1
0
forked from pool/ksquares

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksquares?expand=0&rev=46
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:40 +00:00 committed by Git OBS Bridge
parent 5ddbdfb5f6
commit c318d21c88

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: ksquares
Version: 17.03.90
@ -60,6 +61,10 @@ You must draw lines to complete squares, the player with the most
squares wins. You can play with up to 4 players, any number of which
may be controlled by the computer.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n ksquares-%{version}
@ -69,6 +74,10 @@ may be controlled by the computer.
%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.ksquares Game BoardGame
%files
@ -83,4 +92,9 @@ may be controlled by the computer.
%{_datadir}/kxmlgui5/ksquares/
%{_kf5_appstreamdir}/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog