Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eabf057d2c | |||
| 3f41af4ce5 | |||
| e05f465adf | |||
| 5a6207c056 | |||
| 36af522358 | |||
| 8d5747ee4a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c8cd9707ff2181457ffd53216e472bac024ce0ce144490c44d68ffbabd00be1
|
||||
size 4162278
|
||||
3
lbreakouthd-1.2.tar.gz
Normal file
3
lbreakouthd-1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:644cbf6f6656019bc335b02efc59e9b0fa3c5acbd21800db75a49753f8297419
|
||||
size 5506688
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 17:15:34 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.2
|
||||
* Use high resolution counter to reduce jittering.
|
||||
* Added pseudoset RANDOM20 with 20 random levels.
|
||||
* Separate submenu for mouse options.
|
||||
* Added default retro theme Classic.
|
||||
* Added classic layout for old themes.
|
||||
* Switch font colors for classic themes.
|
||||
* Tooltips fade in.
|
||||
* Added fade out effect.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 14:57:50 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.1.11
|
||||
Bugfix release
|
||||
* The last release was no good: I've disabled the custom cursor
|
||||
for now, since it broke stuff like the editor.
|
||||
* Also a compile issue with newer C versions should be fixed now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 19:06:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.1.10:
|
||||
* Added custom cursor.
|
||||
* Added menu option to enable/disable gamepad.
|
||||
* Added new levelset Picky by Michael Uplawski.
|
||||
* Updated levelset JustGoForIt by anonymous.
|
||||
- Drop use of deprecated %suse_update_desktop_file macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 15:30:40 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package lbreakouthd
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2019-2024, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2019-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +18,18 @@
|
||||
|
||||
|
||||
Name: lbreakouthd
|
||||
Version: 1.1.9
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: Classic Breakout-Style Game
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Action/Breakout
|
||||
URL: https://lgames.sourceforge.net/LBreakoutHD/
|
||||
Source: https://downloads.sourceforge.net/project/lgames/%{name}/%{name}-%{version}.tar.gz
|
||||
Source: https://sourceforge.net/projects/lgames/files/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: https://sourceforge.net/projects/lgames/files/add-ons/lbreakout2/lbreakout2-levelsets-20160512.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(SDL2_image)
|
||||
BuildRequires: pkgconfig(SDL2_mixer)
|
||||
BuildRequires: pkgconfig(SDL2_ttf)
|
||||
@@ -53,12 +52,11 @@ and must destroy bricks at the top by bouncing balls against them.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file -r -G "Breakout-like Game" %{name} Game ArcadeGame
|
||||
|
||||
## install levels
|
||||
tar -xf %{SOURCE1} -C %{buildroot}%{_datadir}/%{name}/levels
|
||||
|
||||
# Remove global hiscores files, not needed after Patch0
|
||||
# Remove global hiscores files, not needed since version 1.1.2
|
||||
rm %{buildroot}%{_localstatedir}/games/*
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
Reference in New Issue
Block a user