From unknown Sun Jun 22 11:48:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71155] Update vcmi to 1.5.1 Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 May 2024 22:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71155 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 71155@debbugs.gnu.org Cc: iyzsong@envs.net, liliana.prikler@gmail.com, adam.faiz@disroot.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171650411032174 (code B ref -1); Thu, 23 May 2024 22:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 May 2024 22:41:50 +0000 Received: from localhost ([127.0.0.1]:33154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAH89-0008Ms-Ue for submit@debbugs.gnu.org; Thu, 23 May 2024 18:41:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:37732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAH88-0008Mm-5o for submit@debbugs.gnu.org; Thu, 23 May 2024 18:41:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAH81-0004QB-3S for guix-patches@gnu.org; Thu, 23 May 2024 18:41:41 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAH7t-00012p-Cj for guix-patches@gnu.org; Thu, 23 May 2024 18:41:40 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5A3F31AE60; Thu, 23 May 2024 15:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1716504084; bh=Pmfpdvmw1DvyXpA2DESeHZ10FPMXfVCL5ZiP3iDZWhw=; h=From:To:Cc:Subject:Date:From; b=brqMmvUb1748ipHtbL2lyDLwPqnAdDbwQvVGztGdO9T/B66WGkh+f4jEOGcf2PXvD 209rPnSaDdpTUsQvhcI2Fvq1+lHIt7Cjf6fohU16g/GqRXWkYVqGPcSn7QbHi9Y/Ht swXg2hqM4C89UxZ5JenY4bx/qeNtkI+e+6XZwltDUeMtSXCAePNJciyO75lcigjDlM hsePWUjFnzaIY/ez7fovPZLt3OIFMyyDM3AZ3zwj23hGzOVhDHMlqQycIMUX72cjxh SMPgmtowSaOTcoKu8ThAcyvDtNapnoKhIDh31yc1z4CbHO7AVVwK3ijyeP/qjcATwa Lah12ehE/F2gQ== From: Vagrant Cascadian Date: Thu, 23 May 2024 15:41:21 -0700 Message-ID: <87fru8p2we.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Updated vcmi. Needed to disable a feature that requires an embedded copy of innoextract via git submodules. Would require significant reworking to use the guix-shipped innoextract. Have not actually play-tested yet, but will get to that... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-vcmi-Update-to-1.5.1.patch Content-Transfer-Encoding: quoted-printable From=20b202245d60130728b861df08a79e2450cd778ad3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 23 May 2024 14:23:47 -0700 Subject: [PATCH] gnu: vcmi: Update to 1.5.1. * gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract. =2D-- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 03a36a8a6d..73d1ffc008 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11467,7 +11467,7 @@ (define-public fheroes2 (define-public vcmi (package (name "vcmi") =2D (version "1.4.5") + (version "1.5.1") (source (origin (method git-fetch) (uri (git-reference @@ -11476,11 +11476,11 @@ (define-public vcmi (file-name (git-file-name name version)) (sha256 (base32 =2D "1z4vy3drj6dra8rb243pyryr61jnlw3l7yxsxwl9rddv8cdk69lz")) + "1s3a23p9k081ccbkhvifx2rhg6rv82fkrsbjh6allmmsa1lhq6fd")) (patches (search-patches "vcmi-disable-privacy-breach.patch"= )))) (build-system cmake-build-system) (arguments =2D (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=3DOFF") + (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=3DOFF" "-DENABLE_= INNOEXTRACT=3DOFF") ;; Test suites do not seem well supported upstream and are disa= bled by default. ;; Pass -DENABLE_TEST to configure to enable. #:tests? #f)) base-commit: 9901416233867233192b63fde7f616751127b189 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZk/GEQAKCRDcUY/If5cW qoOJAPwKjpnS7VyjUj/avdI7PJ4asdS4g4b5PWBZNqr1q9aZ2QEAl1CUyKWIef+6 Oh/Cj3LC0un3GiQVEIccpFMYK/fgfQ0= =Nd5d -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Jun 22 11:48:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71155] Update vcmi to 1.5.1 Resent-From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 May 2024 08:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71155 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Vagrant Cascadian Cc: adam.faiz@disroot.org, 71155@debbugs.gnu.org, liliana.prikler@gmail.com X-Debbugs-Original-Cc: adam.faiz@disroot.org, guix-patches@gnu.org, liliana.prikler@gmail.com Received: via spool by submit@debbugs.gnu.org id=B.171654012421573 (code B ref -1); Fri, 24 May 2024 08:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 May 2024 08:42:04 +0000 Received: from localhost ([127.0.0.1]:35872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAQV2-0005bt-4s for submit@debbugs.gnu.org; Fri, 24 May 2024 04:42:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:54726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAQUz-0005bW-0D for submit@debbugs.gnu.org; Fri, 24 May 2024 04:42:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAQUr-0004Gn-DQ for guix-patches@gnu.org; Fri, 24 May 2024 04:41:53 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAQUo-0006he-Cg for guix-patches@gnu.org; Fri, 24 May 2024 04:41:53 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id EEA0038A36A1; Fri, 24 May 2024 08:41:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1716540106; bh=OjdbwPY9xc5CQuRXjOqxpNuHxieA7qAoDXs24C8nPk0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=JhXNRpSWm41SkRmtoMXRclCzQnMBu1eOBCSUe0ZROnjFBaJTK8ESxj3xmo9AFnSnU /a+hUELxRSyO0gmZelbNJ5ZB23w6itLMuNCVzRd9+8ECniZDFqpuB26hVlWPgRK1Nx 4uQCjY2qwayJd3cm9f1+hDVEURtWZljjpdGDAz2Cu5vfBQGmjn2Ab+fGGJcfq0IT+W CFjFykZglxykYbAKM1lEDBFYAdFhl44pnST2J3prZMDHKguQDegjx7mGXO3cOAOjLz YAUvmnYJoaBgC2D4gG41PySMbQN608DvNzYL56WxQnRwW1ADsaa55lNwxnBCPncuiP 38R2Uq/PkUt0a8VpMOlzK1cg5w/xc9WDCgQhKYCUFUwo0j4Sb3VeNb4H9PoaLKoo45 VlJIeL7kB/0Axgcgpx7YDm+NV0LZ7lzP/Sj4lfSZ7uctx1G9/Py+/cYPT75ivK1gmb 8hDGqLCAAJcJeuSsB8XuR5e+0semgE11sG3fbHPMwI4EXpOf92e6WMbLXzq9mOZFA5 ssxCqeq4BpIQVd4+TLfGVFvKYyZQzJej1ADKuH4VluTRheQAp9+bC2mbnO4e5D7Q/P 6uZQJ0KX8lZaXHJojHDGu/cWX3DhuT7jKtXo3P39bouIHaPHL5TOGnv1aBesjxeZWA G39wtdyKRIiK3hzQlC/YPpLk= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dwVRqRDSAhj0; Fri, 24 May 2024 08:41:39 +0000 (UTC) Received: from localhost (unknown [36.170.58.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 24 May 2024 08:41:39 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 4a520520; Fri, 24 May 2024 08:41:40 +0000 (UTC) From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= In-Reply-To: <87fru8p2we.fsf@wireframe> (Vagrant Cascadian's message of "Thu, 23 May 2024 15:41:21 -0700") References: <87fru8p2we.fsf@wireframe> Date: Fri, 24 May 2024 16:41:40 +0800 Message-ID: <87v833ha9n.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) Vagrant Cascadian writes: > Updated vcmi. Needed to disable a feature that requires an embedded copy > of innoextract via git submodules. Would require significant reworking > to use the guix-shipped innoextract. Look good to me, please push, thank you! From unknown Sun Jun 22 11:48:45 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: Vagrant Cascadian Subject: bug#71155: closed (Re: Update vcmi to 1.5.1) Message-ID: References: <874jalproq.fsf@wireframe> <87fru8p2we.fsf@wireframe> X-Gnu-PR-Message: they-closed 71155 X-Gnu-PR-Package: guix-patches Reply-To: 71155@debbugs.gnu.org Date: Sat, 25 May 2024 20:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1716668642-27807-1" This is a multi-part message in MIME format... ------------=_1716668642-27807-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71155: Update vcmi to 1.5.1 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 71155@debbugs.gnu.org. --=20 71155: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71155 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1716668642-27807-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71155-done) by debbugs.gnu.org; 25 May 2024 20:23:39 +0000 Received: from localhost ([127.0.0.1]:45459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAxvX-0007EF-1L for submit@debbugs.gnu.org; Sat, 25 May 2024 16:23:39 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:41306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAxvU-0007E9-6q for 71155-done@debbugs.gnu.org; Sat, 25 May 2024 16:23:37 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 7138F1AE7E; Sat, 25 May 2024 13:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1716668569; bh=S6kcM0aR0EFkUvhsiRjJGx+L0NKRbiwoks36rmyjrdI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=o5pN0vOzgOQelJHINszpyx0y82vZ7JcZo44fMVt/oLFko1qr1HR1uzlim2iRZ8fwc MgTY0SQAgOlG8ZQ+WQvHUcEnRnCp7+CyYg09H9qNF3uiv4QRrDnH5gwXCh+uEV0Ay6 fVuWN0y2ykTdSxsU85kOa4gW0dtgriTw40JWOvgg12zwErYh0B8p1328KX/BMwdmL7 v15Lz4xr2CdfZBQb3OvCBmm35k0XNnJxWYpaduaEWvf6twRzcOMN6HoYwarVkVG6rd yuXckhTfDyOwqLqu05jQHAe+ZvzD6lTrsycXIc5P3H1kQSgc2MwKxOm9OB8wRPKXep +DOCr3p1jDRhw== From: Vagrant Cascadian To: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: Update vcmi to 1.5.1 In-Reply-To: <87v833ha9n.fsf@envs.net> References: <87fru8p2we.fsf@wireframe> <87v833ha9n.fsf@envs.net> Date: Sat, 25 May 2024 13:22:45 -0700 Message-ID: <874jalproq.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71155-done Cc: 71155-done@debbugs.gnu.org, liliana.prikler@gmail.com, adam.faiz@disroot.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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2024-05-24, =E5=AE=8B=E6=96=87=E6=AD=A6 wrote: > Vagrant Cascadian writes: > >> Updated vcmi. Needed to disable a feature that requires an embedded copy >> of innoextract via git submodules. Would require significant reworking >> to use the guix-shipped innoextract. > > Look good to me, please push, thank you! Thanks for the review! Pushed as 94c8cec99969fe9f65777637fde1f05e1c576a3f. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZlJIlQAKCRDcUY/If5cW qsi7AQDInnuRSsUYpJsiFhwnV3GPGKrIAi5IS1vZBI60uUP/mwEA5BlGttn/Rjf1 TIWkwBugP2mHqR3wQg8c9bTTTob6oAM= =n/rg -----END PGP SIGNATURE----- --=-=-=-- ------------=_1716668642-27807-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 May 2024 22:41:50 +0000 Received: from localhost ([127.0.0.1]:33154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAH89-0008Ms-Ue for submit@debbugs.gnu.org; Thu, 23 May 2024 18:41:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:37732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAH88-0008Mm-5o for submit@debbugs.gnu.org; Thu, 23 May 2024 18:41:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAH81-0004QB-3S for guix-patches@gnu.org; Thu, 23 May 2024 18:41:41 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAH7t-00012p-Cj for guix-patches@gnu.org; Thu, 23 May 2024 18:41:40 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5A3F31AE60; Thu, 23 May 2024 15:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1716504084; bh=Pmfpdvmw1DvyXpA2DESeHZ10FPMXfVCL5ZiP3iDZWhw=; h=From:To:Cc:Subject:Date:From; b=brqMmvUb1748ipHtbL2lyDLwPqnAdDbwQvVGztGdO9T/B66WGkh+f4jEOGcf2PXvD 209rPnSaDdpTUsQvhcI2Fvq1+lHIt7Cjf6fohU16g/GqRXWkYVqGPcSn7QbHi9Y/Ht swXg2hqM4C89UxZ5JenY4bx/qeNtkI+e+6XZwltDUeMtSXCAePNJciyO75lcigjDlM hsePWUjFnzaIY/ez7fovPZLt3OIFMyyDM3AZ3zwj23hGzOVhDHMlqQycIMUX72cjxh SMPgmtowSaOTcoKu8ThAcyvDtNapnoKhIDh31yc1z4CbHO7AVVwK3ijyeP/qjcATwa Lah12ehE/F2gQ== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update vcmi to 1.5.1 Date: Thu, 23 May 2024 15:41:21 -0700 Message-ID: <87fru8p2we.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: iyzsong@envs.net, liliana.prikler@gmail.com, adam.faiz@disroot.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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Updated vcmi. Needed to disable a feature that requires an embedded copy of innoextract via git submodules. Would require significant reworking to use the guix-shipped innoextract. Have not actually play-tested yet, but will get to that... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-vcmi-Update-to-1.5.1.patch Content-Transfer-Encoding: quoted-printable From=20b202245d60130728b861df08a79e2450cd778ad3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 23 May 2024 14:23:47 -0700 Subject: [PATCH] gnu: vcmi: Update to 1.5.1. * gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract. =2D-- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 03a36a8a6d..73d1ffc008 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11467,7 +11467,7 @@ (define-public fheroes2 (define-public vcmi (package (name "vcmi") =2D (version "1.4.5") + (version "1.5.1") (source (origin (method git-fetch) (uri (git-reference @@ -11476,11 +11476,11 @@ (define-public vcmi (file-name (git-file-name name version)) (sha256 (base32 =2D "1z4vy3drj6dra8rb243pyryr61jnlw3l7yxsxwl9rddv8cdk69lz")) + "1s3a23p9k081ccbkhvifx2rhg6rv82fkrsbjh6allmmsa1lhq6fd")) (patches (search-patches "vcmi-disable-privacy-breach.patch"= )))) (build-system cmake-build-system) (arguments =2D (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=3DOFF") + (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=3DOFF" "-DENABLE_= INNOEXTRACT=3DOFF") ;; Test suites do not seem well supported upstream and are disa= bled by default. ;; Pass -DENABLE_TEST to configure to enable. #:tests? #f)) base-commit: 9901416233867233192b63fde7f616751127b189 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZk/GEQAKCRDcUY/If5cW qoOJAPwKjpnS7VyjUj/avdI7PJ4asdS4g4b5PWBZNqr1q9aZ2QEAl1CUyKWIef+6 Oh/Cj3LC0un3GiQVEIccpFMYK/fgfQ0= =Nd5d -----END PGP SIGNATURE----- --==-=-=-- ------------=_1716668642-27807-1--