mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
freeorion: update to 0.5.1.
This commit is contained in:
parent
6afba75b92
commit
837d4ee5b5
2 changed files with 3 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- a/Empire/Diplomacy.h
|
|
||||||
+++ b/Empire/Diplomacy.h
|
|
||||||
@@ -1,6 +1,7 @@
|
|
||||||
#ifndef _Diplomacy_h_
|
|
||||||
#define _Diplomacy_h_
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <string>
|
|
||||||
#include <boost/serialization/access.hpp>
|
|
||||||
#include "../util/Enum.h"
|
|
||||||
--- a/universe/Enums.h
|
|
||||||
+++ b/universe/Enums.h
|
|
||||||
@@ -2,6 +2,7 @@
|
|
||||||
#define _Enums_h_
|
|
||||||
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <iostream>
|
|
||||||
#include <map>
|
|
||||||
#include <string>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freeorion'
|
# Template file for 'freeorion'
|
||||||
pkgname=freeorion
|
pkgname=freeorion
|
||||||
version=0.5.0.1
|
version=0.5.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cppcheck doxygen python3-pycodestyle"
|
hostmakedepends="cppcheck doxygen python3-pycodestyle"
|
||||||
makedepends="boost-devel boost-python3 libvorbis-devel
|
makedepends="boost-devel boost-python3 libvorbis-devel
|
||||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://freeorion.org/index.php/Main_Page"
|
homepage="https://freeorion.org/index.php/Main_Page"
|
||||||
changelog="https://raw.githubusercontent.com/freeorion/freeorion/master/ChangeLog.md"
|
changelog="https://raw.githubusercontent.com/freeorion/freeorion/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${version}_Source.tar.gz"
|
distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${version}_Source.tar.gz"
|
||||||
checksum=c6f62c3b400d50b336d62508ac5d5d656e4c0c8e57d0ff2b270f72381e68e1db
|
checksum=75cca4aa0895b8988e800f7c75e0f4fbffd302dfd5fb64f0a7f509123c43cbbb
|
||||||
replaces="freeorion-data>=0"
|
replaces="freeorion-data>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue