Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=46
This commit is contained in:
parent
4a9d49b0f8
commit
aa33aed293
@ -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: kfourinline
|
Name: kfourinline
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -49,6 +50,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Four wins is a two-player board game where you have to align four
|
Four wins is a two-player board game where you have to align four
|
||||||
(gravity-affected) pieces of the same colour to win.
|
(gravity-affected) pieces of the same colour to win.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kfourinline-%{version}
|
%setup -q -n kfourinline-%{version}
|
||||||
|
|
||||||
@ -58,6 +63,10 @@ Four wins is a two-player board game where you have to align four
|
|||||||
|
|
||||||
%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.kfourinline Game BoardGame
|
%suse_update_desktop_file -r org.kde.kfourinline Game BoardGame
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -73,4 +82,9 @@ Four wins is a two-player board game where you have to align four
|
|||||||
%{_kf5_configkcfgdir}/kwin4.kcfg
|
%{_kf5_configkcfgdir}/kwin4.kcfg
|
||||||
%{_kf5_kxmlguidir}/kfourinline/
|
%{_kf5_kxmlguidir}/kfourinline/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user