From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albin Subject: [PATCH] gnu: openttd: Update to 1.6.1. Date: Sun, 31 Jul 2016 20:41:01 +0200 Message-ID: <3b69daec-e463-246c-ce64-9a375f0c9aad@fripost.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VAAcdqS8ct6mVS9QT6dDPfK36eaIEbCX3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTvfq-0007yP-S8 for guix-devel@gnu.org; Sun, 31 Jul 2016 14:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTvfl-0001UP-AQ for guix-devel@gnu.org; Sun, 31 Jul 2016 14:41:17 -0400 Received: from giraff.fripost.org ([178.16.208.44]:51075 helo=outgoing.fripost.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTvfk-0001UL-QM for guix-devel@gnu.org; Sun, 31 Jul 2016 14:41:13 -0400 Received: from localhost (localhost [127.0.0.1]) by outgoing.fripost.org (Postfix) with ESMTP id AB7427083F1 for ; Sun, 31 Jul 2016 20:41:11 +0200 (CEST) Received: from outgoing.fripost.org ([127.0.0.1]) by localhost (giraff.fripost.org [127.0.0.1]) (amavisd-new, port 10040) with LMTP id 0I6ok6xk17oj for ; Sun, 31 Jul 2016 20:41:11 +0200 (CEST) Received: from smtp.fripost.org (unknown [172.16.0.6]) by outgoing.fripost.org (Postfix) with ESMTP id 76BFE7083E9 for ; Sun, 31 Jul 2016 20:41:08 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) by smtp.fripost.org (Postfix) with ESMTPSA id 68D5821F12B3 for ; Sun, 31 Jul 2016 20:41:02 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VAAcdqS8ct6mVS9QT6dDPfK36eaIEbCX3 Content-Type: multipart/mixed; boundary="hp8Kr3WVC7MDTEXqbnOcp4PC97f2lJKso" From: Albin To: guix-devel@gnu.org Message-ID: <3b69daec-e463-246c-ce64-9a375f0c9aad@fripost.org> Subject: [PATCH] gnu: openttd: Update to 1.6.1. --hp8Kr3WVC7MDTEXqbnOcp4PC97f2lJKso Content-Type: multipart/mixed; boundary="------------07440E289E91341C34EFDB7C" This is a multi-part message in MIME format. --------------07440E289E91341C34EFDB7C Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi! Here is an update to the latest version of OpenTTD. I've also added the following sentence to the package description: "This package only includes the game engine. When you start it you will be prompted to download a graphics set." All the best, Albin --------------07440E289E91341C34EFDB7C Content-Type: text/x-patch; name="0001-gnu-openttd-Update-to-1.6.1.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-openttd-Update-to-1.6.1.patch" =46rom ee8cc850a3f60b1a7d94545b2dc333c8dd113579 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Albin=3D20S=3DC3=3DB6derqvist?=3D Date: Sun, 31 Jul 2016 20:29:20 +0200 Subject: [PATCH] gnu: openttd: Update to 1.6.1. * gnu/packages/games.scm (openttd): Update to 1.6.1. * gnu/packages/games.scm (openttd): Improve package description. --- gnu/packages/games.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 919b018..9245742 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1872,14 +1872,14 @@ and a game metadata scraper.") (define openttd-engine (package (name "openttd-engine") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (string-append "http://binaries.openttd.org/releases/"= version "/openttd-" version "-source.ta= r.xz")) (sha256 (base32 - "1cjf9gz7d0sn7893wv9d00q724sxv3d81bgb0c5f5ppz2ssyc4jc")) + "1ak32fj5xkk2fvmm3g8i7wzmk4bh2ijsp8fzvvw5wj6365p9j24v")) (modules '((guix build utils))) (snippet ;; The DOS port contains proprietary software. @@ -1919,7 +1919,8 @@ and a game metadata scraper.") passengers by land, water and air. It is a re-implementation of Transpo= rt Tycoon Deluxe with many enhancements including multiplayer mode, internationalization support, conditional orders and the ability to clon= e, -autoreplace and autoupdate vehicles.") +autoreplace and autoupdate vehicles. This package only includes the gam= e engine. When you start +it you will be prompted to download a graphics set.") (home-page "http://openttd.org/") ;; This package is GPLv2, except for a few files located in ;; "src/3rdparty/" which are under the 3-clause BSD, LGPLv2.1+ and Z= lib --=20 2.6.3 --------------07440E289E91341C34EFDB7C-- --hp8Kr3WVC7MDTEXqbnOcp4PC97f2lJKso-- --VAAcdqS8ct6mVS9QT6dDPfK36eaIEbCX3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXnkY9AAoJEJ9oLhm3wRsiIwMH/iDT5M8WZAwJ0sAtyqyt9Hva ti9+pVd8d6uMMM8CRTE/EQuGa42UsmCnE/CrlgzSilOWE5zjtpvDsEUvVSHyPOHO ylz+uS7mpyAkU28B2VA1CTIUltm4MLbzkNomWkqock7PMDzOW5JfIxvdMAx6NZ2L ypf9Cjts9PGtXot0AEBlQ8/RxRpxQ0PaEHtMc2ltkG7L+Bwlvdg8G4mJ2Pa7qmwS mR15vSvB2FFKiYBkCwK7VWyI9lNGTtZFyMUZnElzYfG/K5PwYNT1YJwG5aTPgkJl TtJD2yswX3GUP2Py+3A9ULwkdOrNK53qx0K4RKb4RgVMxIDmg2YaFzDubqhaP1w= =5yzz -----END PGP SIGNATURE----- --VAAcdqS8ct6mVS9QT6dDPfK36eaIEbCX3--