SHA256
1
0
forked from pool/kapman

KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=76
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:44:17 +00:00 committed by Git OBS Bridge
parent 980bb9df76
commit 85be86728a
4 changed files with 30 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15a74129d53133b4b771060875c2c0f2fda92db8361a273dd38553e019e38878
size 2525576

3
kapman-18.11.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd773815b03ac6afa6f76450a7d05421d7f4c2935e3101d912f36182f11d4e90
size 2525544

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:02 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:56:45 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.11.80.php
- Changes since 18.08.3:
* Hide intro label if it's there when starting a new level
* Add donation url to appdata
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 08 20:43:31 UTC 2018 - lbeltrame@kde.org Thu Nov 08 20:43:31 UTC 2018 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kapman # spec file for package kapman
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%bcond_without lang
Name: kapman
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kapman
Version: 18.11.80
Release: 0
Summary: Pac-Man-like game for KDE Summary: Pac-Man-like game for KDE
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org URL: http://www.kde.org
Source0: kapman-%{version}.tar.xz Source0: kapman-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel BuildRequires: kconfig-devel
@ -56,7 +55,6 @@ Provides: %{name}5 = %{version}
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. You win points when eating pills, energizers, and bonus, and you win one life for each 10,000 points. When you have eaten all the pills and energizers of a level, you go to the next level, and the player and ghost speeds increase. The game ends when you have lost all your lives. Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. You win points when eating pills, energizers, and bonus, and you win one life for each 10,000 points. When you have eaten all the pills and energizers of a level, you go to the next level, and the player and ghost speeds increase. The game ends when you have lost all your lives.
@ -76,7 +74,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang} %if %{with lang}
%find_lang %{name} --with-man --all-name %find_lang %{name} --with-man --all-name
%kf5_find_htmldocs %{kf5_find_htmldocs}
%endif %endif
%suse_update_desktop_file -r org.kde.kapman Game ArcadeGame %suse_update_desktop_file -r org.kde.kapman Game ArcadeGame
@ -84,8 +82,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %license COPYING COPYING.DOC
%doc COPYING COPYING.DOC
%{_kf5_sharedir}/sounds/kapman/ %{_kf5_sharedir}/sounds/kapman/
%{_kf5_applicationsdir}/org.kde.kapman.desktop %{_kf5_applicationsdir}/org.kde.kapman.desktop
%{_kf5_appsdir}/kapman/ %{_kf5_appsdir}/kapman/
@ -97,7 +94,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%doc COPYING* %license COPYING*
%endif %endif
%changelog %changelog