From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37589) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCFTv-0007ub-Ns for guix-patches@gnu.org; Thu, 12 Mar 2020 00:30:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCFTu-0001bO-CG for guix-patches@gnu.org; Thu, 12 Mar 2020 00:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49834) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCFTu-0001ar-7U for guix-patches@gnu.org; Thu, 12 Mar 2020 00:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCFTu-0000Bz-3Q for guix-patches@gnu.org; Thu, 12 Mar 2020 00:30:02 -0400 Subject: [bug#40035] Add widelands game Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37563) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCFTb-0007r1-Gp for guix-patches@gnu.org; Thu, 12 Mar 2020 00:29:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCFTZ-0001F7-VT for guix-patches@gnu.org; Thu, 12 Mar 2020 00:29:43 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51400) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jCFTZ-0001AH-Ah for guix-patches@gnu.org; Thu, 12 Mar 2020 00:29:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C5C2916005C for ; Thu, 12 Mar 2020 05:29:38 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48dG7j3f9pz6tn8 for ; Thu, 12 Mar 2020 05:29:36 +0100 (CET) From: Alberto EFG Date: Wed, 11 Mar 2020 22:29:26 -0600 Message-ID: <87o8t2gpqx.fsf@posteo.mx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40035@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello. This is my first patch. I hope everything is correct, but I know there might be some mistakes. Pleaste let me know. guix lint - I ran it and I think I have no errors now. guix size - Around 1.4 gb. I am not sure what to do guix refresh --list-dependent - Nothing is dependent Building in my platform (x86_64) works Building with qemu - armhf - not working aarch64 - working i68 - working x86_64 - working --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-widelands.patch Content-Transfer-Encoding: quoted-printable >From a58ad8525f0293abbc7fd0b93214c40940b7870b Mon Sep 17 00:00:00 2001 From: Alberto Eleuterio Flores Guerrero Date: Wed, 11 Mar 2020 21:50:14 -0600 Subject: [PATCH] gnu: Add widelands. * gnu/packages/games.scm (widelands): New variable. --- gnu/packages/games.scm | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 322e309591..020d31bb70 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -46,6 +46,7 @@ ;;; Copyright =C2=A9 2019, 2020 Timotej Lazar ;;; Copyright =C2=A9 2019 Josh Holland ;;; Copyright =C2=A9 2017, 2019 Hartmut Goebel +;;; Copyright =C2=A9 2020 Alberto Eleuterio Flores Guerrero ;;; ;;; This file is part of GNU Guix. ;;; @@ -10157,3 +10158,48 @@ best human chess grandmasters. It can be used wit= h UCI-compatible GUIs like ChessX.") (home-page "https://stockfishchess.org/") (license license:gpl3+))) + +(define-public widelands + (let ((commit "d9513d413f2558f9ef6f033a7685bf9881fbdbb3") + (revision "1")) + (package + (name "widelands") + (version (git-version "20" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/widelands/widelands.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rsm25kb60xfvib8xk2hcqbppcyjgaiax1rpxxn6vlwrx68nndqp")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f + #:configure-flags + (let* ((out (assoc-ref %outputs "out")) + (share (string-append out "/share"))) + (list "-DCMAKE_BUILD_TYPE=3DRelease" + (string-append "-DCMAKE_INSTALL_PREFIX=3D" out "/bin") + (string-append "-DWL_INSTALL_BASEDIR=3D" share "/widelands") + (string-append "-DWL_INSTALL_DATADIR=3D" share "/widelands") + "-DOPTION_BUILD_WEBSITE_TOOLS=3DOFF")))) + (inputs + `(("sdl" ,(sdl-union (list sdl2 + sdl2-image + sdl2-mixer + sdl2-ttf))) + ("gettext" ,gettext-minimal) + ("icu4c" ,icu4c) + ("libpng" ,libpng) + ("zlib" ,zlib) + ("boost" ,boost) + ("python" ,python) + ("glew" ,glew))) + (synopsis "Real-time strategy game") + (description + "Widelands is a free, open source real-time strategy game with + singleplayer campaigns and a multiplayer mode. The game was inspired + by Settlers II but has significantly more variety and depth to it. ") + (home-page "https://www.widelands.org/") + (license license:gpl2+)))) --=20 2.25.1 --=-=-=--