forked from pool/commandergenius
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:
parent
f8e0da6a57
commit
92a7130c7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:374b88b1c3ecbbbe2660dd13706add2043f5e34a02faeacee3893f737b4812f0
|
|
||||||
size 55364736
|
|
3
Commander-Genius-v2.5.5.tar.bz2
Normal file
3
Commander-Genius-v2.5.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f5ff2ef4dc2f64bb10c674dcdb6aa623a18404a30bad186403a92a27b262758
|
||||||
|
size 55362049
|
@ -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()
|
|
||||||
|
|
@ -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>
|
Tue Aug 18 20:38:53 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: commandergenius
|
Name: commandergenius
|
||||||
Version: 2.5.4
|
Version: 2.5.5
|
||||||
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
|
||||||
@ -25,7 +25,6 @@ Group: Amusements/Games/Action/Arcade
|
|||||||
URL: http://clonekeenplus.sf.net/
|
URL: http://clonekeenplus.sf.net/
|
||||||
#Git-Clone: https://gitlab.com/Dringgstein/Commander-Genius.git
|
#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
|
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: boost-devel
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -48,11 +47,11 @@ It has 4-player cooperative mode and six difficulty modes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Commander-Genius-v%version
|
%setup -q -n Commander-Genius-v%version
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS="" \
|
-DBUILD_STATIC_LIBS:BOOL=ON \
|
||||||
|
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||||
-DCMAKE_INSTALL_PREFIX="%_prefix" \
|
-DCMAKE_INSTALL_PREFIX="%_prefix" \
|
||||||
-DAPPDIR="%_bindir"
|
-DAPPDIR="%_bindir"
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user