1
0

Accepting request 830596 from home:mnhauke:games

- Drop patch (fixed by upstream):
  * commandergenius-set-gskit-linker-language.patch

- Update to release 2.5.5
  * Improved controller configuration for multiplayer

OBS-URL: https://build.opensuse.org/request/show/830596
OBS-URL: https://build.opensuse.org/package/show/games/commandergenius?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2020-08-30 12:49:04 +00:00 committed by Git OBS Bridge
parent f8e0da6a57
commit 92a7130c7d
5 changed files with 18 additions and 19 deletions

View File

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

View File

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

View File

@ -1,12 +0,0 @@
diff --git a/GsKit/CMakeLists.txt b/GsKit/CMakeLists.txt
index 9a5013a..0b8ebf1 100644
--- a/GsKit/CMakeLists.txt
+++ b/GsKit/CMakeLists.txt
@@ -190,5 +190,7 @@ IF(USE_OPENGL)
target_link_libraries(${PROJECT_NAME} ${OPENGL_LIBRARIES})
ENDIF(USE_OPENGL)
+SET_TARGET_PROPERTIES(GsKit PROPERTIES LINKER_LANGUAGE CXX)
+
endif()

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 30 12:03:13 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Drop patch (fixed by upstream):
* commandergenius-set-gskit-linker-language.patch
-------------------------------------------------------------------
Sun Aug 30 08:55:19 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to release 2.5.5
* Improved controller configuration for multiplayer
-------------------------------------------------------------------
Tue Aug 18 20:38:53 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: commandergenius
Version: 2.5.4
Version: 2.5.5
Release: 0
Summary: An open clone of the Commander Keen engines
License: GPL-2.0-only
@ -25,7 +25,6 @@ Group: Amusements/Games/Action/Arcade
URL: http://clonekeenplus.sf.net/
#Git-Clone: https://gitlab.com/Dringgstein/Commander-Genius.git
Source: https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v%version/Commander-Genius-v%version.tar.bz2
Patch0: commandergenius-set-gskit-linker-language.patch
BuildRequires: boost-devel
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
@ -48,11 +47,11 @@ It has 4-player cooperative mode and six difficulty modes.
%prep
%setup -q -n Commander-Genius-v%version
%patch0 -p1
%build
%cmake \
-DCMAKE_SHARED_LINKER_FLAGS="" \
-DBUILD_STATIC_LIBS:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=OFF \
-DCMAKE_INSTALL_PREFIX="%_prefix" \
-DAPPDIR="%_bindir"
%make_jobs