Skip to content

Commit

Permalink
freeorion: update to 0.5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emru1 authored and cinerea0 committed Apr 11, 2024
1 parent f6e5740 commit 56f37c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/freeorion/patches/musl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- 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>
11 changes: 5 additions & 6 deletions srcpkgs/freeorion/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Template file for 'freeorion'
pkgname=freeorion
version=0.4.10.2
revision=8
_release=${version}_2021-08-01.f663dad
version=0.5.0.1
revision=1
build_style=cmake
hostmakedepends="cppcheck doxygen python3-pycodestyle"
makedepends="boost-devel libvorbis-devel
freetype-devel glew-devel libopenal-devel python3-devel SDL2-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Turn-based space empire and galactic conquest (4X) computer game"
maintainer="Orphaned <[email protected]>"
maintainer="Emil Tomczyk <[email protected]>"
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=f6056ee97edd46dee8076cc1cdb11c711652f1e26f03cec1244a01a3cd5b0d70
distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${version}_Source.tar.gz"
checksum=c6f62c3b400d50b336d62508ac5d5d656e4c0c8e57d0ff2b270f72381e68e1db
replaces="freeorion-data>=0"

post_extract() {
Expand Down

0 comments on commit 56f37c3

Please sign in to comment.