freeorion: update to 0.4.9

This commit is contained in:
RustemB 2020-02-10 22:36:45 +05:00 committed by John Zimmermann
parent 8f5af348fa
commit d0929dd9e4
2 changed files with 6 additions and 58 deletions

View file

@ -1,52 +0,0 @@
From 35863f31210b597045b24e8d08f4740a4426fc09 Mon Sep 17 00:00:00 2001
From: geoffthemedio <geoffthemedio@gmail.com>
Date: Fri, 26 Oct 2018 09:06:46 +0200
Subject: [PATCH] Remove all references to signals library from CMakeLists.txt
---
CMakeLists.txt | 5 -----
GG/CMakeLists.txt | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d61970734a..5b5bc42623 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -204,7 +204,6 @@ find_package(Boost ${MINIMUM_BOOST_VERSION}
log_setup
regex
serialization
- signals
system
thread
REQUIRED)
@@ -356,7 +355,6 @@ target_link_libraries(freeorioncommon
${Boost_LOG_SETUP_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_SERIALIZATION_LIBRARY}
- ${Boost_SIGNALS_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${ZLIB_LIBRARIES}
@@ -667,8 +665,6 @@ if(APPLE)
${CMAKE_COMMAND} -E copy_if_different "${Boost_PYTHON_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
${CMAKE_COMMAND} -E copy_if_different "${Boost_SERIALIZATION_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
- COMMAND
- ${CMAKE_COMMAND} -E copy_if_different "${Boost_SIGNALS_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
${CMAKE_COMMAND} -E copy_if_different "${Boost_SYSTEM_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
diff --git a/GG/CMakeLists.txt b/GG/CMakeLists.txt
index 1e5f29d93a..238cc44d00 100644
--- GG/CMakeLists.txt
+++ GG/CMakeLists.txt
@@ -91,7 +91,7 @@ if(NOT USE_STATIC_LIBS)
endif()
set(Boost_USE_STATIC_LIBS ${USE_STATIC_LIBS})
-find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS date_time filesystem regex signals system thread log REQUIRED)
+find_package(Boost ${MINIMUM_BOOST_VERSION} COMPONENTS date_time filesystem regex system thread log REQUIRED)
find_package(OpenGL REQUIRED)
find_package(GLEW REQUIRED)

View file

@ -1,13 +1,13 @@
# Template file for 'freeorion'
pkgname=freeorion
version=0.4.8
revision=4
_release=${version}_2018-08-23.26f16b0
version=0.4.9
revision=1
_release=${version}_2020-02-02.db53471
wrksrc=src-tarball
build_style=cmake
hostmakedepends="cppcheck doxygen python-pycodestyle"
makedepends="boost1.69-devel freetype-devel glew-devel
libopenal-devel python-devel SDL2-devel"
makedepends="boost-devel libvorbis-devel
freetype-devel glew-devel libopenal-devel python-devel SDL2-devel"
depends="${pkgname}-data desktop-file-utils hicolor-icon-theme"
short_desc="Turn-based space empire and galactic conquest (4X) computer game"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="https://freeorion.org/index.php/Main_Page"
changelog="https://raw.githubusercontent.com/freeorion/freeorion/master/ChangeLog.md"
distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${_release}_Source.tar.gz"
checksum=d405dbeb43afb7fa76937cf15cdb10b15e818da171ec1eb03e4a1c3ecbba46f7
checksum=5689b3a6cab9e6cfbc83d8e82ef325bb9e00711262d26b046f083ea5fdc4d6e1
post_extract() {
_build_no=${_release/*_/}