forked from pool/klines
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/klines?expand=0&rev=44
This commit is contained in:
parent
2f91095461
commit
4241a66f4e
14
klines.spec
14
klines.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: klines
|
Name: klines
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -67,6 +68,10 @@ Klines is the KDE version of the russian game Lines where you have to
|
|||||||
align five game pieces of the same colour in one line to remove them
|
align five game pieces of the same colour in one line to remove them
|
||||||
from the game board. Similar to tetris you fight new pieces appearing.
|
from the game board. Similar to tetris you fight new pieces appearing.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n klines-%{version}
|
%setup -q -n klines-%{version}
|
||||||
|
|
||||||
@ -76,6 +81,10 @@ from the game board. Similar to tetris you fight new pieces appearing.
|
|||||||
|
|
||||||
%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.klines Game LogicGame
|
%suse_update_desktop_file -r org.kde.klines Game LogicGame
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -90,4 +99,9 @@ from the game board. Similar to tetris you fight new pieces appearing.
|
|||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%{_kf5_configkcfgdir}/klines.kcfg
|
%{_kf5_configkcfgdir}/klines.kcfg
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user