From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 19 04:55:30 2020 Received: (at submit) by debbugs.gnu.org; 19 Jul 2020 08:55:30 +0000 Received: from localhost ([127.0.0.1]:59939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jx56X-0005ww-M2 for submit@debbugs.gnu.org; Sun, 19 Jul 2020 04:55:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:43160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jx56S-0005wf-TV for submit@debbugs.gnu.org; Sun, 19 Jul 2020 04:55:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jx56S-000510-LA for guix-patches@gnu.org; Sun, 19 Jul 2020 04:55:24 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jx56P-000248-2f for guix-patches@gnu.org; Sun, 19 Jul 2020 04:55:24 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jx56J-0002Qv-Tp; Sun, 19 Jul 2020 10:55:15 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jx56I-0004df-Tv for guix-patches@gnu.org; Sun, 19 Jul 2020 10:55:15 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: widelands: Update to 21. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sun, 19 Jul 2020 10:55:02 +0200 Message-ID: <87ft9ndgux.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595148918;f3d68316; X-HE-SMSGID: 1jx56J-0002Qv-Tp Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/19 04:55:16 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-widelands-Update-to-21.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: widelands: Update to 21. From=2059abde49df0248f8b1a770d59f62a7d8b6cf1495 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 19 Jul 2020 10:49:29 +0200 Subject: [PATCH] gnu: widelands: Update to 21. * gnu/packages/games.scm (widelands): Update to 21. [arguments]: remove uneeded 'install-desktop-file-and-icons. =2D-- gnu/packages/games.scm | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e037ff649c..f4d75eedd4 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -51,6 +51,7 @@ ;;; Copyright =C2=A9 2020 Vitaliy Shatrov ;;; Copyright =C2=A9 2020 Jack Hill ;;; Copyright =C2=A9 2020 Vincent Legoll +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -4651,15 +4652,15 @@ tactics.") (define-public widelands (package (name "widelands") =2D (version "20") + (version "21") (source (origin (method url-fetch) (uri (string-append "https://launchpad.net/widelands/" "build" version "/build" version "/+download/" =2D "widelands-build" version ".tar.bz2")) + "widelands-build" version "-source.tar.gz")) (sha256 =2D (base32 "1cmwfwk7j6yi2pwmm4rm57s23sdzasqf53nx6567sdagqyc4sn9q")) + (base32 "0mz3jily0w1zxxqbnkqrp6hl88xhrwzbil9crq7gpcwidx60w7k0")) (modules '((guix build utils))) (snippet '(begin @@ -4683,25 +4684,6 @@ tactics.") "-DCMAKE_BUILD_TYPE=3DRelease")) #:phases (modify-phases %standard-phases =2D (add-after 'unpack 'install-desktop-file-and-icons =2D (lambda* (#:key inputs outputs #:allow-other-keys) =2D (let* ((share (string-append (assoc-ref outputs "out") "/sh= are")) =2D (applications (string-append share "/applications")) =2D (icons (string-append share "/icons/hicolor"))) =2D ;; Move desktop entry. =2D (mkdir-p applications) =2D (copy-file "debian/org.widelands.widelands.desktop" =2D (string-append applications "/widelands.deskto= p")) =2D ;; Install icons. =2D (for-each (lambda (size) =2D (let* ((dim (string-append size "x" size)) =2D (apps (string-append icons "/" dim "/a= pps"))) =2D (mkdir-p apps) =2D (copy-file (string-append "data/images/logo= s" =2D "/wl-ico-" size "= .png") =2D (string-append apps "/widelands.= png")))) =2D '("16" "32" "48" "64" "128")) =2D #t))) (add-after 'unpack 'unbundle-fonts ;; Unbundle fonts already packaged in Guix. XXX: missing fonts= are ;; amiri, Culmus, mmrCensus, Nakula, and Sinhala. =2D-=20 2.27.0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =2D-=20 Kunst ist Magie, befreit von der L=C3=BCge, Wahrheit zu sein. Adorno --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8UCmcACgkQfHr/vv7y yyVA1gf9Hc4WyMdjPDyPSwRg6ddk4wK/idXvJKGvtdehqcife1G5c3FFvPDaZ6Ir 09SDAbbaogYafcqsTS/TgjPthuuDzXC3pkC4rAeM5MFxRIjOTJhONx1DzWE1mkuh cI8HI4StdgYDorQYqm6eCSfwqyrBRbjvmFxe0sKerjjLz9WDkIcngMLQ0TejkJbB xClOGkH+gBr4YaVz+4BS00MDjRFPxi6zsb1zzthApz0JzeH40jnem8z/mfZYnbcm /1lrqV/2bwarAf5+wEw9MZnkTEXVj9kjeR7FI41M+JQot+eOrCD/VyxykxV238oW aiOyq1r5UQhGOn2D36EgW74SPoDNyw== =k9Z6 -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 20 06:45:04 2020 Received: (at 42426-done) by debbugs.gnu.org; 20 Jul 2020 10:45:04 +0000 Received: from localhost ([127.0.0.1]:33965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxTI8-0007Cb-9N for submit@debbugs.gnu.org; Mon, 20 Jul 2020 06:45:04 -0400 Received: from flashner.co.il ([178.62.234.194]:47696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxTI6-00079O-IH for 42426-done@debbugs.gnu.org; Mon, 20 Jul 2020 06:45:03 -0400 Received: from localhost (unknown [141.226.9.208]) by flashner.co.il (Postfix) with ESMTPSA id 1BF6040045; Mon, 20 Jul 2020 10:44:56 +0000 (UTC) Date: Mon, 20 Jul 2020 13:44:18 +0300 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#42426] [PATCH] gnu: widelands: Update to 21. Message-ID: <20200720104418.GG7307@E5400> References: <87ft9ndgux.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3VRmKSg17yJg2MZg" Content-Disposition: inline In-Reply-To: <87ft9ndgux.fsf@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42426-done Cc: 42426-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --3VRmKSg17yJg2MZg Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --3VRmKSg17yJg2MZg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8VdX8ACgkQQarn3Mo9 g1GdDw//SYkngGxXzgF7lXseiN30cNQThtkp94eUnfnWWxjE9QEaCxQwAMFytcrf VgKQWmatMaaL7tLwzt6Rhtmds6ls/RgfNCXLFPEzyv4W9Z4BBRsy/1WPWS5P/LFf GKKbMQZ+tN2f79skhmikRTh3mwZUYpQz5THMc3kkBk2AbzDoNlxvQ5di4ncSD7lY Zj77ivp8AAeMAMt3B8Z6IGL9NVOv+EYyKgd7ntS7uoqpioA6SIJP8+l57SFmgvUa JbYs4GO+5bexnqnQVphC+qGySf8kpkWBwAtu/SwOjobffe+BXU8zx85ZP3gRO6g6 j3HllEdD4LG6IpBORAMstwtsXBGX3gEixFFWJFqBV6YL//W0g+tDM9iOZKI4Tb0u Ujq6OIuNUpyyQyUXDqMoN314krD1OljEMrPmeoPxNwfTtrIiGzyBlPZMcumtXveh stSGz1WAcvZ5Nv8rXCcexGwjz+evA3n8SkF+wtWgibxmx0UJBWTHvPAG6WDnJioX Rgi6rm2YDPtCBXUi2EwK4zbEATrLr73nOaINLF0qqfKEMMqOkiSA9mYEO4mv1LWP 9+gTwGzTV+KsxVC+2bvjUslJPdE2dHKqCknkufqWC8jOJECZ0RW+N6QmqNgAW7f5 fXc38tqZMkMP5mvlpikvq9UyP4AJednrD8F1+jlMZG6RSVPWwpI= =zNhh -----END PGP SIGNATURE----- --3VRmKSg17yJg2MZg-- From unknown Sat Jun 21 05:18:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 17 Aug 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator