Sophie

Sophie

distrib > Mageia > 9 > i586 > by-pkgid > 83c11f22489a3640daf282c1981092ba > files > 3

freetumble-1.1-6.mga9.src.rpm

Name:           freetumble
Version:        1.1
Release:        %mkrel 6
Summary:        Colourful puzzle game with three game modes
Group:          Games/Arcade
License:        GPLv3+ and CC-BY-SA and CC-BY
URL:            https://github.com/akien-mga/freetumble
Source0:        https://github.com/akien-mga/freetumble/archive/%{version}/%{name}-%{version}.tar.gz
Patch0:		0001-Fix-build-with-SFML-2.5.0.patch
BuildRequires:  cmake
BuildRequires:  pkgconfig(sfml-audio)
BuildRequires:  pkgconfig(sfml-graphics)
BuildRequires:  pkgconfig(sfml-system)
BuildRequires:  pkgconfig(sfml-window)

%description
FreeTumble is a free colourful puzzle game for Windows and Linux.
It features three game modes, with simple rules but different gameplay.

NORMAL: Click groups of 3 or more stones to make them disappear.
Each time you click a group, a new row will be added. Don't let the
stones reach the top of the grid or you're done, and make a good use
of the various bonus stones available!

MOTION: Pretty much the same as the 'Normal' game, but real time:
the new row will be added after an amount of time (decreasing as the
player level increases).

CLASSIC: Click groups of two or more stones to make them disappear.
Try to clear the entire grid to get the best score.

%prep
%setup -q
%autopatch -p1

%build
%cmake -DFOR_INSTALL:BOOL=ON
%cmake_build

%install
%cmake_install

%files
%doc CHANGELOG.md LICENSE.txt README.md
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/64x64/apps/%{name}.png


%changelog
* Sun Mar 27 2022 umeabot <umeabot> 1.1-6.mga9
+ Revision: 1829225
- Mageia 9 Mass Rebuild

* Thu Feb 13 2020 umeabot <umeabot> 1.1-5.mga8
+ Revision: 1512332
- Mageia 8 Mass Rebuild
+ wally <wally>
- build with new cmake macros

* Sun Sep 23 2018 umeabot <umeabot> 1.1-4.mga7
+ Revision: 1297780
- Mageia 7 Mass Rebuild

* Tue Jun 19 2018 wally <wally> 1.1-3.mga7
+ Revision: 1238138
- add patch to fix build with SFML >= 2.5.0
+ akien <akien>
- Rebuild for SFML 2.5.0

* Sun Nov 13 2016 akien <akien> 1.1-2.mga6
+ Revision: 1067065
- Rebuild for SFML 2.4.1

* Tue Mar 29 2016 akien <akien> 1.1-1.mga6
+ Revision: 996358
- imported package freetumble