forked from pool/commandergenius
Accepting request 1101073 from home:mnhauke:games
- Update to version 3.4.0 * New Resolution system. You can configure a relative resolution for the launcher but also for every game. - Update to version 3.3.0 * Added Support for Keen 1 version 1.34 * Added Support for Keen 6 version 1.50 - Drop not longer needed patch: * 0001-build-resolve-compile-error-with-gcc-13.patch OBS-URL: https://build.opensuse.org/request/show/1101073 OBS-URL: https://build.opensuse.org/package/show/games/commandergenius?expand=0&rev=70
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
From f9fb2808acfca598fe6e6963c84fe9afe5bcd89e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: Tue, 28 Mar 2023 10:56:06 +0200
|
|
||||||
Subject: [PATCH] build: resolve compile error with gcc-13
|
|
||||||
|
|
||||||
GsKit/base/utils/Unicode.h:16:9: error: 'uint32_t' does not name a type
|
|
||||||
GsKit/base/utils/Unicode.h:17:27: error: 'UnicodeChar' was not declared in this scope
|
|
||||||
GsKit/base/utils/Unicode.h:17:38: error: template argument 1 is invalid
|
|
||||||
...
|
|
||||||
---
|
|
||||||
GsKit/base/utils/Unicode.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/GsKit/base/utils/Unicode.h b/GsKit/base/utils/Unicode.h
|
|
||||||
index 35516a7d7..cf56b9bff 100644
|
|
||||||
--- a/GsKit/base/utils/Unicode.h
|
|
||||||
+++ b/GsKit/base/utils/Unicode.h
|
|
||||||
@@ -11,6 +11,7 @@
|
|
||||||
#ifndef __UNICODE_H__
|
|
||||||
#define __UNICODE_H__
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
typedef uint32_t UnicodeChar;
|
|
||||||
--
|
|
||||||
2.40.0
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6069f3162be8a0be41202d0adf8eb4a1911fba242250fe992ee3a1af68c92a9
|
|
||||||
size 55501436
|
|
3
Commander-Genius-v3.4.0.tar.bz2
Normal file
3
Commander-Genius-v3.4.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f260d937846e9f747b6eb9b63ee016a0ea4deb1f7edf99392b4f7b8178393ff8
|
||||||
|
size 55512059
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 27 12:44:56 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 3.4.0
|
||||||
|
* New Resolution system. You can configure a relative resolution
|
||||||
|
for the launcher but also for every game.
|
||||||
|
- Update to version 3.3.0
|
||||||
|
* Added Support for Keen 1 version 1.34
|
||||||
|
* Added Support for Keen 6 version 1.50
|
||||||
|
- Drop not longer needed patch:
|
||||||
|
* 0001-build-resolve-compile-error-with-gcc-13.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 28 09:18:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Mar 28 09:18:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: commandergenius
|
Name: commandergenius
|
||||||
Version: 3.2.0
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An open clone of the Commander Keen engines
|
Summary: An open clone of the Commander Keen engines
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -26,7 +26,6 @@ URL: http://clonekeenplus.sf.net/
|
|||||||
#Git-Clone: https://gitlab.com/Dringgstein/Commander-Genius
|
#Git-Clone: https://gitlab.com/Dringgstein/Commander-Genius
|
||||||
Source: https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v%version/Commander-Genius-v%version.tar.bz2
|
Source: https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v%version/Commander-Genius-v%version.tar.bz2
|
||||||
Patch1: fix-icons.patch
|
Patch1: fix-icons.patch
|
||||||
Patch2: 0001-build-resolve-compile-error-with-gcc-13.patch
|
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user