From unknown Sat Aug 16 18:46:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46311 <46311@debbugs.gnu.org> To: bug#46311 <46311@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cockatrice. Reply-To: bug#46311 <46311@debbugs.gnu.org> Date: Sun, 17 Aug 2025 01:46:09 +0000 retitle 46311 [PATCH] gnu: Add cockatrice. reassign 46311 guix-patches submitter 46311 Leo Prikler severity 46311 normal tag 46311 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 04 18:35:03 2021 Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 23:35:03 +0000 Received: from localhost ([127.0.0.1]:42492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7o9O-0008Do-Jg for submit@debbugs.gnu.org; Thu, 04 Feb 2021 18:35:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:42336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7o9L-0008DQ-GF for submit@debbugs.gnu.org; Thu, 04 Feb 2021 18:35:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7o9L-0006yL-9v for guix-patches@gnu.org; Thu, 04 Feb 2021 18:34:59 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:46818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7o9G-0000w8-UY for guix-patches@gnu.org; Thu, 04 Feb 2021 18:34:58 -0500 Received: from localhost.localdomain (217-149-173-242.nat.highway.telekom.at [217.149.173.242]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4DWvzB67Fyz3wL9 for ; Fri, 5 Feb 2021 00:34:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1612481686; bh=hG55vn5Do6te3/C9QfOEd5v1VFTM43Smswrrv6m1G9A=; h=From:To:Subject:Date; b=huz//iuRMfDJJxVDyjNwhZfAshccLM+Op7N2KBC1A2a2RGhlhvR6DApS0d2TxHJw1 U4xV6lCAEFOyVua4jbQPqyS9wEUkQDeexceUSlekrdlRw8si43rJDeKAoc7uRvk08M idyS88l1qK3Wfs0slOi2OzOER5cXR7Cw4DYZYsMs= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cockatrice. Date: Fri, 5 Feb 2021 00:33:53 +0100 Message-Id: <20210204233352.24166-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) * gnu/packages/games.scm (cockatrice): 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 e3e18bf09e..953fd317ed 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -857,6 +857,52 @@ things far stranger and deadlier, and against the others like yourself, that want what you have.") (license license:cc-by-sa3.0))) +(define-public cockatrice + (let ((release-date "2021-01-26")) + (package + (name "cockatrice") + (version "2.8.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Cockatrice/Cockatrice") + (commit (string-append release-date "-Release-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9")) + (modules '((guix build utils))) + (snippet + ;; Strip image URLs as they point towards non-free web services + '(substitute* "cockatrice/src/settings/downloadsettings.cpp" + (("downloadURLs.append\\(\".*\"\\);") ""))))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags '("-DWITH_SERVER=1" + "-DWITH_CLIENT=1" + "-DWITH_ORACLE=1" + "-DTEST=1"))) + (native-inputs + `(("googletest" ,googletest) + ("pkg-config" ,pkg-config))) + (inputs + `(("protobuf" ,protobuf) + ("qtbase" ,qtbase) + ("qtmultimedia" ,qtmultimedia) + ("qtsvg" ,qtsvg) + ("qttools" ,qttools) + ("qtwebsockets" ,qtwebsockets) + ("xz" ,xz) + ("zlib" ,zlib))) + (home-page "https://cockatrice.github.io") + (synopsis "Tabletop card game simulator") + (description "Cockatrice is an open-source, multiplatform program for +playing tabletop card games over a network. The program's server design +prevents users from manipulating the game for unfair advantage. The client +also provides a single-player mode, which allows users to brew while offline.") + (license license:gpl2)))) + (define-public corsix-th (package (name "corsix-th") -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 05 10:31:54 2021 Received: (at 46311) by debbugs.gnu.org; 5 Feb 2021 15:31:54 +0000 Received: from localhost ([127.0.0.1]:44515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l835O-00055A-41 for submit@debbugs.gnu.org; Fri, 05 Feb 2021 10:31:54 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:44009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l835L-00054w-7n for 46311@debbugs.gnu.org; Fri, 05 Feb 2021 10:31:53 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id A4402100019; Fri, 5 Feb 2021 15:31:43 +0000 (UTC) From: Nicolas Goaziou To: Leo Prikler Subject: Re: [bug#46311] [PATCH] gnu: Add cockatrice. References: <20210204233352.24166-1-leo.prikler@student.tugraz.at> Date: Fri, 05 Feb 2021 16:31:39 +0100 In-Reply-To: <20210204233352.24166-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Fri, 5 Feb 2021 00:33:53 +0100") Message-ID: <87r1luedk4.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46311 Cc: 46311@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 (-) Hello, Leo Prikler writes: > + (description "Cockatrice is an open-source, multiplatform program for > +playing tabletop card games over a network. I suggest to remove "open-source" and "multiplatform" from the description. Otherwise, LGTM! Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 05 11:39:08 2021 Received: (at 46311-done) by debbugs.gnu.org; 5 Feb 2021 16:39:08 +0000 Received: from localhost ([127.0.0.1]:44581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l848R-0006hy-RK for submit@debbugs.gnu.org; Fri, 05 Feb 2021 11:39:07 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:31123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l848Q-0006hp-EH for 46311-done@debbugs.gnu.org; Fri, 05 Feb 2021 11:39:07 -0500 Received: from nijino.local (217-149-173-242.nat.highway.telekom.at [217.149.173.242]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4DXLj23GXwz3wWF; Fri, 5 Feb 2021 17:39:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1612543142; bh=D31vVa11yW8seyDgCXL3wOhQ9rcR8RYc6pFHKrk2dHY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=Atwbn9TZb2rqSOYughOU4cy8RjwvZRC/95ABXaz+PMlU+NhkvYpHD84wG8M14A3cU 0ObLmP5vp5c+lmPf9HNtSr+3IsUv01gSuMZQx4n97a85jw5tkouE0e0EZLIGsHTx1F VyFcfRBoMMfNOQ8oBfrsWKIK2HnSvUxRXKcIvRbI= Message-ID: Subject: Re: [bug#46311] [PATCH] gnu: Add cockatrice. From: Leo Prikler To: Nicolas Goaziou Date: Fri, 05 Feb 2021 17:39:01 +0100 In-Reply-To: <87r1luedk4.fsf@nicolasgoaziou.fr> References: <20210204233352.24166-1-leo.prikler@student.tugraz.at> <87r1luedk4.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46311-done Cc: 46311-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: -3.3 (---) Hello, Am Freitag, den 05.02.2021, 16:31 +0100 schrieb Nicolas Goaziou: > I suggest to remove "open-source" and "multiplatform" from the > description. > > Otherwise, LGTM! Changed and pushed. Thanks! From unknown Sat Aug 16 18:46:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Mar 2021 12: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