Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kshisen?expand=0&rev=50
This commit is contained in:
parent
fb1ebe8117
commit
3b557997e2
14
kshisen.spec
14
kshisen.spec
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kshisen
|
Name: kshisen
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -52,6 +53,10 @@ Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
|
|||||||
game is to remove all tiles from the field. This is done by removing
|
game is to remove all tiles from the field. This is done by removing
|
||||||
two tiles with of the same type until no tile is left.
|
two tiles with of the same type until no tile is left.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kshisen-%{version}
|
%setup -q -n kshisen-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -62,6 +67,10 @@ two tiles with of the same type until no tile is left.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%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.kshisen Game BoardGame
|
%suse_update_desktop_file -r org.kde.kshisen Game BoardGame
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -77,4 +86,9 @@ two tiles with of the same type until no tile is left.
|
|||||||
%{_kf5_appstreamdir}/org.kde.kshisen.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kshisen.appdata.xml
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user