From d0929dd9e4083064c93aacf68b299a5f82d44a3f Mon Sep 17 00:00:00 2001 From: RustemB Date: Mon, 10 Feb 2020 22:36:45 +0500 Subject: [PATCH] freeorion: update to 0.4.9 --- ...3f31210b597045b24e8d08f4740a4426fc09.patch | 52 ------------------- srcpkgs/freeorion/template | 12 ++--- 2 files changed, 6 insertions(+), 58 deletions(-) delete mode 100644 srcpkgs/freeorion/patches/35863f31210b597045b24e8d08f4740a4426fc09.patch diff --git a/srcpkgs/freeorion/patches/35863f31210b597045b24e8d08f4740a4426fc09.patch b/srcpkgs/freeorion/patches/35863f31210b597045b24e8d08f4740a4426fc09.patch deleted file mode 100644 index fb047d3e80..0000000000 --- a/srcpkgs/freeorion/patches/35863f31210b597045b24e8d08f4740a4426fc09.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 35863f31210b597045b24e8d08f4740a4426fc09 Mon Sep 17 00:00:00 2001 -From: geoffthemedio -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}" "$/../SharedSupport" - COMMAND - ${CMAKE_COMMAND} -E copy_if_different "${Boost_SERIALIZATION_LIBRARY}" "$/../SharedSupport" -- COMMAND -- ${CMAKE_COMMAND} -E copy_if_different "${Boost_SIGNALS_LIBRARY}" "$/../SharedSupport" - COMMAND - ${CMAKE_COMMAND} -E copy_if_different "${Boost_SYSTEM_LIBRARY}" "$/../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) diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template index 1715199bd6..3078bee0d7 100644 --- a/srcpkgs/freeorion/template +++ b/srcpkgs/freeorion/template @@ -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 " @@ -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/*_/}