From unknown Sun Jun 22 07:48:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39381] [PATCH 0/3] Update Godot to 3.2. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Feb 2020 12:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39381 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39381@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158056173819298 (code B ref -1); Sat, 01 Feb 2020 12:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Feb 2020 12:55:38 +0000 Received: from localhost ([127.0.0.1]:38398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsJG-00051C-95 for submit@debbugs.gnu.org; Sat, 01 Feb 2020 07:55:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:51220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsJE-000514-PE for submit@debbugs.gnu.org; Sat, 01 Feb 2020 07:55:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57458) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixsJD-0000l5-7T for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixsJC-0005nQ-3W for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:35 -0500 Received: from araneo.si ([90.157.193.204]:59104) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixsJB-0005hd-Fs for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:34 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 80086feb for ; Sat, 1 Feb 2020 12:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to :subject:date:message-id:mime-version:content-type; s=20180623; bh=WivN293FX+X/qRyZ8iW/U+AdgIY=; b=kFnFcZdwX4oPEA6ITw0cp04ViX5a V9gWLGHoz0/Z6BOr2WO1JTcBub9htbS3FEqaNFLl/UkAPs5t+6kDJYrXUeeX3e1J NUkPA64LygiDSTav1EYOA8G0M5meZ6nFZT6gp1BqIYGopztxBrumEi+ySAShXPXD mOnSRKxYkv7wTdUJ36lEO2KO+Gfd59zhtp2ZO/8phHEdturDxZyrsAUI+ltfyZZx np/CrobiQRY68Q1YlBmPczYAGJfqSx2+RVquebpctNwoNNVwbRZV78fTTfvGeBS3 cSZfbsHE0DskM0kpX2TeHRIsJMonWo0Dws33ARgid+oc58cHTlY6ks/JMg== Received: by araneo.si (OpenSMTPD) with ESMTPSA id a49b98ac (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 1 Feb 2020 12:55:29 +0000 (UTC) From: Timotej Lazar Date: Sat, 01 Feb 2020 13:55:28 +0100 Message-ID: <87wo96a2m7.fsf@araneo.si> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 90.157.193.204 X-Spam-Score: 0.3 (/) 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: -0.7 (/) Hi, these patches update Godot to the just-released version 3.2, unbundle wslay (tested with websocket chat example project) and add zenity (used by the OS.alert() function). Thanks! Timotej Lazar (3): gnu: Add wslay. gnu: godot: Update to 3.2. gnu: godot: Add zenity for showing alerts. gnu/packages/game-development.scm | 17 ++++++++++++----- gnu/packages/web.scm | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 5 deletions(-) -- 2.25.0 From unknown Sun Jun 22 07:48:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39381] [PATCH 1/3] gnu: Add wslay. References: <87wo96a2m7.fsf@araneo.si> In-Reply-To: <87wo96a2m7.fsf@araneo.si> Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Feb 2020 13:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39381 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39381@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 39381-submit@debbugs.gnu.org id=B39381.158056205419869 (code B ref 39381); Sat, 01 Feb 2020 13:01:01 +0000 Received: (at 39381) by debbugs.gnu.org; 1 Feb 2020 13:00:54 +0000 Received: from localhost ([127.0.0.1]:38404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsOL-0005AP-UF for submit@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:54 -0500 Received: from araneo.si ([90.157.193.204]:57524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsOJ-0005AH-Pz for 39381@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:52 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 99b88488 for <39381@debbugs.gnu.org>; Sat, 1 Feb 2020 13:00:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20180623; bh=exrkOL18HpVu3CExkF8Iy prBEp8=; b=wcEDL7PV9Fo35Opq8qJ/UdkF/qhrKfj4YgvGjIJNJxH82zfLsm9cL LImf6wFDwpDAFN2JLATMNVudFEx+XRRu7KQ4vz7UtT60gxngzp1ZZE0gSGXyYnal VkV16BnN1lzYApH0EtoqQVHk3jxjwHXS4xYpKTqwphMABNB1GC8LMxZtmALhwNUx 4cdU7YXj9oXCcphJ6Ml1AFG5gFMkKTG15vA+YBYEdjf0rK9/9Vf8BtEUQIpf/yXD nVIMpt55iQKIG7eYUxtWVBIWJNsmG6zdiqCeY0zEtVGQC/zpZGK31H6gYYRBE2Ig SXApmOO2oyRh1tltndQOBkY85IeDIKDlw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id f812aa25 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 1 Feb 2020 13:00:50 +0000 (UTC) From: Timotej Lazar Date: Sat, 1 Feb 2020 14:00:37 +0100 Message-Id: <20200201130039.9300-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/web.scm (wslay): New variable. --- gnu/packages/web.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d3ab28bcfc..f6ae958ae3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -36,6 +36,7 @@ ;;; Copyright © 2019 Hartmut Goebel ;;; Copyright © 2019 Jakob L. Kreuze ;;; Copyright © 2019 Florian Pelz +;;; Copyright © 2020 Timotej Lazar ;;; ;;; This file is part of GNU Guix. ;;; @@ -1095,6 +1096,36 @@ implementation that is simple, portable, flexible, lightweight, low level, and high performance.") (license license:bsd-3))) +(define-public wslay + (package + (name "wslay") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tatsuhiro-t/wslay.git") + (commit (string-append "release-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ak9a6hsanhys40yhv7c2gqkfghpm6jx36j1pnml8ajvgaky5q98")))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("cunit" ,cunit) ; For tests. + ("libtool" ,libtool) + ("pkg-config" ,pkg-config) + ("python-sphinx" ,python-sphinx))) + (home-page "https://tatsuhiro-t.github.io/wslay/") + (synopsis "C WebSocket library") + (description "@code{Wslay} is an event-based C library for the WebSocket +protocol version 13, described in RFC 6455. Besides a high-level API it +provides callbacks for sending and receiving frames directly. @code{Wslay} +only supports the data transfer part of WebSocket protocol and does not +perform the opening handshake in HTTP.") + (license license:expat))) + (define-public libpsl (package (name "libpsl") -- 2.25.0 From unknown Sun Jun 22 07:48:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39381] [PATCH 2/3] gnu: godot: Update to 3.2. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Feb 2020 13:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39381 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39381@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 39381-submit@debbugs.gnu.org id=B39381.158056205619888 (code B ref 39381); Sat, 01 Feb 2020 13:01:01 +0000 Received: (at 39381) by debbugs.gnu.org; 1 Feb 2020 13:00:56 +0000 Received: from localhost ([127.0.0.1]:38410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsOO-0005Ad-8A for submit@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:56 -0500 Received: from araneo.si ([90.157.193.204]:57524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsOL-0005AH-TQ for 39381@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:54 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 23617335 for <39381@debbugs.gnu.org>; Sat, 1 Feb 2020 13:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20180623; bh=vM8UmRx/aZhmvFbIuk9sM cYrx30=; b=VrOU+mplAA4MS0I4KTNJfogMGCy1jHZkNYPDTKlrYE9YrkxTtYz64 5FhmUbv4olztkmiXLCspzGw0gB+QVWwrgfQJFwkF7uKKDN4v/k07wyDswc/hWXb7 CZCW2zAMOPwO9Ok0ZUqRB+Ej23x/VRXrzWICQvGYW5af4KOQxNzm78CNuigGU1EL SdO6Gi3AqA8U6QOZvR3YgsFYvzxUVIvBGSsKSv8t4m22DN8x5Zhvf1iQ+CDEcLNX ssNBffj0aT4NWpUNRFubHmxRpdFOCLHGHBIxj+jWXq5utsB3Axtz/ZSHI4unB+xW VKWiPvAXYzOEQYTlOOriaWewUDzHAzjlw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 88442af3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 1 Feb 2020 13:00:51 +0000 (UTC) From: Timotej Lazar Date: Sat, 1 Feb 2020 14:00:38 +0100 Message-Id: <20200201130039.9300-2-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200201130039.9300-1-timotej.lazar@araneo.si> References: <20200201130039.9300-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/game-development.scm (godot): Update to 3.2. [source](snippet): Remove obsolete and unbundled (wslay) thirdparty files, and add new ones. [arguments](scons-flags): Disable the builtin wslay. [inputs]: Add wslay. --- gnu/packages/game-development.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index ceec993d04..c9a8b922b4 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -90,6 +90,7 @@ #:use-module (gnu packages texinfo) #:use-module (gnu packages tls) #:use-module (gnu packages video) + #:use-module (gnu packages web) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xiph) #:use-module (gnu packages xml) @@ -1505,7 +1506,7 @@ games.") (define-public godot (package (name "godot") - (version "3.1.2") + (version "3.2") (source (origin (method git-fetch) (uri (git-reference @@ -1514,7 +1515,7 @@ games.") (file-name (git-file-name name version)) (sha256 (base32 - "12305wj2i4067jc50l8r0wmb7zjcna24fli8vb8kiaild0jrlip6")) + "0f15izjl4i2xlz1xj5pcslzl9gm3rmr3c21gh256ynpi2zhhkcdd")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-1))) @@ -1526,7 +1527,7 @@ games.") (with-directory-excursion "thirdparty" (let* ((preserved-files '("README.md" - "b2d_convexdecomp" + "assimp" "certs" "cvtt" "enet" @@ -1535,7 +1536,6 @@ games.") "glad" "jpeg-compressor" "libsimplewebm" - "libwebsockets" "miniupnpc" "minizip" "misc" @@ -1543,8 +1543,8 @@ games.") "pvrtccompressor" "recastnavigation" "squish" - "thekla_atlas" "tinyexr" + "vhacd" "xatlas"))) (for-each delete-file-recursively (lset-difference string=? @@ -1574,6 +1574,7 @@ games.") "builtin_mbedtls=no" "builtin_opus=no" "builtin_pcre2=no" + "builtin_wslay=no" "builtin_zlib=no" "builtin_zstd=no") #:tests? #f ; There are no tests @@ -1640,6 +1641,7 @@ games.") ("opusfile" ,opusfile) ("pcre2" ,pcre2) ("pulseaudio" ,pulseaudio) + ("wslay" ,wslay) ("zstd" ,zstd "lib"))) (home-page "https://godotengine.org/") (synopsis "Advanced 2D and 3D game engine") -- 2.25.0 From unknown Sun Jun 22 07:48:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39381] [PATCH 3/3] gnu: godot: Add zenity for showing alerts. Resent-From: Timotej Lazar Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Feb 2020 13:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39381 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39381@debbugs.gnu.org Cc: Timotej Lazar Received: via spool by 39381-submit@debbugs.gnu.org id=B39381.158056205719897 (code B ref 39381); Sat, 01 Feb 2020 13:01:02 +0000 Received: (at 39381) by debbugs.gnu.org; 1 Feb 2020 13:00:57 +0000 Received: from localhost ([127.0.0.1]:38412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsOP-0005Aq-Gt for submit@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:57 -0500 Received: from araneo.si ([90.157.193.204]:57524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsON-0005AH-Uy for 39381@debbugs.gnu.org; Sat, 01 Feb 2020 08:00:56 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 93ba88a7 for <39381@debbugs.gnu.org>; Sat, 1 Feb 2020 13:00:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20180623; bh=tmpg5neK1FEVU3/CNAEWO FpKLfE=; b=Mbs/IvIs/JSwYKsaJ5uN2k9KQZzxsyt3xA9dTRLB+SyRUiX3hu6DR PQ5w06ONNGYjNbi2l9y3ZbxeQsSqr4q7c535BEpYg/U9wmXqbYm54hiBIOgwtYTm TTneoPJjHBaQ178ZcbHeBJ0NdMjDVU73V6TYHvxpQUbjH7pcWcmgfpz4xO29ChAR vtiC5jhWwmDID7bZwLBzpxs2CNZ3FrQMnAORmfDCF0WRdavLqakyGWn739mgNVbk DcVFohZmUs/FnsklRCPIEOrTEQNt+xZ254+MDQsrtXA2lUNFffrTp1kSon0sxJ1U pdsylfhVx4s6n1lCW2mT9lJMm5bwGAddg== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 0ebae98e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 1 Feb 2020 13:00:53 +0000 (UTC) From: Timotej Lazar Date: Sat, 1 Feb 2020 14:00:39 +0100 Message-Id: <20200201130039.9300-3-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200201130039.9300-1-timotej.lazar@araneo.si> References: <20200201130039.9300-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/game-development.scm (godot)[inputs]: Add zenity. [arguments]: Wrap godot to look for it in the store. --- gnu/packages/game-development.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index c9a8b922b4..6fa4fed74f 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1599,6 +1599,10 @@ games.") (rename-file "godot.x11.tools.64" "godot") (rename-file "godot.x11.tools.32" "godot")) (install-file "godot" bin)) + ;; Tell Godot where to find zenity for OS.alert(). + (wrap-program (string-append bin "/godot") + `("PATH" ":" prefix + (,(string-append (assoc-ref %build-inputs "zenity") "/bin")))) #t))) (add-after 'install 'install-godot-desktop (lambda* (#:key outputs #:allow-other-keys) @@ -1642,6 +1646,7 @@ games.") ("pcre2" ,pcre2) ("pulseaudio" ,pulseaudio) ("wslay" ,wslay) + ("zenity" ,zenity) ("zstd" ,zstd "lib"))) (home-page "https://godotengine.org/") (synopsis "Advanced 2D and 3D game engine") -- 2.25.0 From unknown Sun Jun 22 07:48:35 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Timotej Lazar Subject: bug#39381: closed (Re: [bug#39381] [PATCH 0/3] Update Godot to 3.2.) Message-ID: References: <20200202211204.GA16906@jasmine.lan> <87wo96a2m7.fsf@araneo.si> X-Gnu-PR-Message: they-closed 39381 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39381@debbugs.gnu.org Date: Sun, 02 Feb 2020 21:13:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1580677981-11053-1" This is a multi-part message in MIME format... ------------=_1580677981-11053-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39381: [PATCH 0/3] Update Godot to 3.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39381@debbugs.gnu.org. --=20 39381: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39381 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1580677981-11053-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39381-done) by debbugs.gnu.org; 2 Feb 2020 21:12:24 +0000 Received: from localhost ([127.0.0.1]:40630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iyMXX-0002rM-Tn for submit@debbugs.gnu.org; Sun, 02 Feb 2020 16:12:24 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iyMXV-0002r7-5J for 39381-done@debbugs.gnu.org; Sun, 02 Feb 2020 16:12:22 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C52CA21583; Sun, 2 Feb 2020 16:12:15 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 02 Feb 2020 16:12:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=j9HoPNvzw6k6+HUxmu5UDQcj FYkxM1vVQjh0VrYemVk=; b=GXVBlNjud1NWE4CILVgsPt4tmBNPS2YKsGvTqTFd t7x45JMCeCo19rUCOaAq5ib1h9RKlMaBfJv08nznWKRjNimTzjRhaMkm+9/Ojgb2 3+If1aTTX5tOEQw+waRjeM/O2ntPVqn2hUcZ+vtjeHWjvfZoU/Y/fH/+/XNtfCY+ Eys= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=j9HoPN vzw6k6+HUxmu5UDQcjFYkxM1vVQjh0VrYemVk=; b=vKvVB4XomAWd4liKDc54FV bCmpscPv2e7mwoKl/8mVmEUrNPJoEO71ooo5V6BpRhF20QWVx90IoPpHjnstO1fm Sv1/RssGha08scVUOxq7TFLR4SDeFD8hs80BTB7Tu7qR6I3etijlaqFkgQRkZAMJ cDjvKHS7sLf5vM41ePCZkQvYAFUzshQAu6LwxgiDt9xTvIJjujDtUs1WrQeF/PCi QiXwmyQ7vPdOgySCUikBxoLfRHvWTgef/mHcwcZ9GlBgdS9Oh8xkBq97lTZ90jnt yaeQvdNUTweeN4wpTkB8fkzSfZhVen4g6z2RL0HGBOgDq3J1YLmvlj0W+CNnUpOA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrgeehgddugeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucfkphepieelrd duvddurdehtddrvdehvdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgr ihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (ool-457932fc.dyn.optonline.net [69.121.50.252]) by mail.messagingengine.com (Postfix) with ESMTPA id 1CDC7328005E; Sun, 2 Feb 2020 16:12:15 -0500 (EST) Date: Sun, 2 Feb 2020 16:12:04 -0500 From: Leo Famulari To: Timotej Lazar Subject: Re: [bug#39381] [PATCH 0/3] Update Godot to 3.2. Message-ID: <20200202211204.GA16906@jasmine.lan> References: <87wo96a2m7.fsf@araneo.si> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <87wo96a2m7.fsf@araneo.si> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39381-done Cc: 39381-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.7 (-) --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 01, 2020 at 01:55:28PM +0100, Timotej Lazar wrote: > Hi, >=20 > these patches update Godot to the just-released version 3.2, unbundle > wslay (tested with websocket chat example project) and add zenity (used > by the OS.alert() function). Thanks! Pushed as 7b2ba609c3663b77ede10199c9d49855ee1ab0b4 --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl43OyQACgkQJkb6MLrK fwi/mQ/9EUooHPRFG8Td9f/bMn3Dz0iO7uUmTuW2pdFhfFC9ZtigM9lrvvQOAjuo B7IAz5fLJAjPd8o7quU9lMdKGkX1oSD3fxoc9XA7yBD89N3MQDkaHt9eAvqp0aW9 Rb9l0wwfVnXKXMJo9lZN4Ls4TRcWQI/j0P4aCtypc73itfdyl/Z0zRgD8I5qZIW9 CsNHPPriihFkWq9k5e0JqqmvHTiOiv8N0Z8KG1RZitkvE9C0RclNybWPfDXguke7 YE6PzeKs5nnjOoxT38Y6zfFkie/xKOu3VErcSu4eqC/31amjj18oQnYwIdhPPX+E YIZV3LtCRoFi5sh6XJKY35nMCNWJb+1eU4qt91jWjKBprfRGSoy9ZG0O7oNgZNFy Ej+uVZZZe/Dybp877MsL+7FsAmfm3rNWsWDSiViZBrd05ivY48qf/17uFc3UYw9W YiZwTClo7RFzyn5sRAfJykqWkuO2cKztAei8k5Rlj6lEpezqjHvpOQR7cbL/VxyE TjJ/CdmoeqEh/olj+CeiJlYHviOmV2r3T887BVI0MbFFOKc0XTqwZIZrgeveARJG OIpGqbfcFmVx92sze7nFpaWo1xM5GyLAOEuxAzsJGiELmdAv7v6Iry4i+fki9qDF HmJxH758xBoQOAP31EcgrnHfgU53BUL3RWOnWFnoDvBsSrjdznY= =BRA9 -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- ------------=_1580677981-11053-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Feb 2020 12:55:38 +0000 Received: from localhost ([127.0.0.1]:38398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsJG-00051C-95 for submit@debbugs.gnu.org; Sat, 01 Feb 2020 07:55:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:51220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixsJE-000514-PE for submit@debbugs.gnu.org; Sat, 01 Feb 2020 07:55:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57458) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixsJD-0000l5-7T for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixsJC-0005nQ-3W for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:35 -0500 Received: from araneo.si ([90.157.193.204]:59104) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixsJB-0005hd-Fs for guix-patches@gnu.org; Sat, 01 Feb 2020 07:55:34 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 80086feb for ; Sat, 1 Feb 2020 12:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to :subject:date:message-id:mime-version:content-type; s=20180623; bh=WivN293FX+X/qRyZ8iW/U+AdgIY=; b=kFnFcZdwX4oPEA6ITw0cp04ViX5a V9gWLGHoz0/Z6BOr2WO1JTcBub9htbS3FEqaNFLl/UkAPs5t+6kDJYrXUeeX3e1J NUkPA64LygiDSTav1EYOA8G0M5meZ6nFZT6gp1BqIYGopztxBrumEi+ySAShXPXD mOnSRKxYkv7wTdUJ36lEO2KO+Gfd59zhtp2ZO/8phHEdturDxZyrsAUI+ltfyZZx np/CrobiQRY68Q1YlBmPczYAGJfqSx2+RVquebpctNwoNNVwbRZV78fTTfvGeBS3 cSZfbsHE0DskM0kpX2TeHRIsJMonWo0Dws33ARgid+oc58cHTlY6ks/JMg== Received: by araneo.si (OpenSMTPD) with ESMTPSA id a49b98ac (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 1 Feb 2020 12:55:29 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH 0/3] Update Godot to 3.2. Date: Sat, 01 Feb 2020 13:55:28 +0100 Message-ID: <87wo96a2m7.fsf@araneo.si> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 90.157.193.204 X-Spam-Score: 0.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: -0.7 (/) Hi, these patches update Godot to the just-released version 3.2, unbundle wslay (tested with websocket chat example project) and add zenity (used by the OS.alert() function). Thanks! Timotej Lazar (3): gnu: Add wslay. gnu: godot: Update to 3.2. gnu: godot: Add zenity for showing alerts. gnu/packages/game-development.scm | 17 ++++++++++++----- gnu/packages/web.scm | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 5 deletions(-) -- 2.25.0 ------------=_1580677981-11053-1--