GNU bug report logs - #64208
[PATCH] gnu: Add river Wayland compositor and tigerbeetle database

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Felix Lechner <felix.lechner@HIDDEN>; Keywords: patch; dated Wed, 21 Jun 2023 14:33:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.
Added blocking bug(s) 60889 Request was from Felix Lechner <felix.lechner@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 64208 <at> debbugs.gnu.org:


Received: (at 64208) by debbugs.gnu.org; 21 Jun 2023 14:35:15 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 21 10:35:15 2023
Received: from localhost ([127.0.0.1]:33905 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qByvT-0005vP-73
	for submit <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:35:15 -0400
Received: from sail-ipv4.us-core.com ([208.82.101.137]:54444)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <felix.lechner@HIDDEN>) id 1qByvR-0005vF-BW
 for 64208 <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:35:13 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=S9JuZ/8MMkC8tK9
 1wKFuC8Lw1goM7TR0v4aQRRGP03Y=;
 h=references:in-reply-to:date:subject:
 cc:to:from; d=lease-up.com; b=NJTytGviNMDhIXgq9hekOofY4FXbBfi9fqP2UTYM
 bCAzecB7vb/YfzUrqVSfKZOXW0GQegV5zfLLUJnNY/CWKX/Yi7FTsjhiD846SnOg26XPZk
 yJ7XAvl1abMyteFpCzhtquWZ35AZEQfz4vx1yhCxa+VGHQQ200vtx75fiJt+c=
Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 104e340a
 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); 
 Wed, 21 Jun 2023 14:35:12 +0000 (UTC)
Received: from localhost (localhost [local])
 by localhost (OpenSMTPD) with ESMTPA id cf5a73b2;
 Wed, 21 Jun 2023 14:35:11 +0000 (UTC)
From: Felix Lechner <felix.lechner@HIDDEN>
To: 64208 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add river.
Date: Wed, 21 Jun 2023 07:33:37 -0700
Message-Id: <1d058b087fd119cc44ce6fb5c34cd5283fd3f94a.1687357813.git.felix.lechner@HIDDEN>
X-Mailer: git-send-email 2.40.1
In-Reply-To: <cover.1687357813.git.felix.lechner@HIDDEN>
References: <cover.1687357813.git.felix.lechner@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 0.2 (/)
X-Debbugs-Envelope-To: 64208
Cc: Felix Lechner <felix.lechner@HIDDEN>,
 Ekaitz Zarraga <ekaitz@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.8 (/)

* gnu/packages/zig-xyz.scm (river): New variable.
---
 gnu/packages/zig-xyz.scm | 46 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 44 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index ebb5250a03..424a267e9f 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2022 Maya Tomasek <maya.tomasek@HIDDEN>
 ;;; Copyright © 2023 Ekaitz Zarraga <ekaitz@HIDDEN>
+;;; Copyright © 2023 Felix Lechner <felix.lechner@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,8 +26,49 @@ (define-module (gnu packages zig-xyz)
   #:use-module (guix build-system zig)
   #:use-module (guix gexp)
   #:use-module (gnu packages)
-  #:use-module (gnu packages zig)
-  #:use-module (gnu packages python))
+  #:use-module (gnu packages freedesktop)
+  #:use-module (gnu packages man)
+  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages wm)
+  #:use-module (gnu packages xdisorg)
+  #:use-module (gnu packages xorg)
+  #:use-module (gnu packages zig))
+
+(define-public river
+  (package
+    (name "river")
+    (version "0.2.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/riverwm/river")
+                    (commit (string-append "v" version))
+                    (recursive? #t)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1nvhqs6wwisf8ama7y1y3q3nf2jm9sh5bn46z8kyds8cikm0x1vh"))))
+    (build-system zig-build-system)
+    (arguments
+     (list
+      #:zig-build-flags #~(list "-Dxwayland")  ;experimental xwayland support
+      #:zig-release-type "safe"))
+    (native-inputs (list
+                    libevdev
+                    libxkbcommon
+                    pkg-config
+                    pixman
+                    scdoc
+                    wayland
+                    wayland-protocols
+                    wlroots))
+    (home-page "https://github.com/riverwm/river")
+    (synopsis "Dynamic tiling Wayland compositor")
+    (description "River is a dynamic tiling Wayland compositor with flexible
+runtime configuration.  It can run nested in an X11/Wayland session or also
+directly from a tty using KMS/DRM.")
+    (license license:gpl3)))
 
 (define-public tigerbeetle
   (package
-- 
2.40.1





Information forwarded to guix-patches@HIDDEN:
bug#64208; Package guix-patches. Full text available.

Message received at 64208 <at> debbugs.gnu.org:


Received: (at 64208) by debbugs.gnu.org; 21 Jun 2023 14:34:38 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 21 10:34:38 2023
Received: from localhost ([127.0.0.1]:33892 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qByus-0005sw-De
	for submit <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:34:38 -0400
Received: from sail-ipv4.us-core.com ([208.82.101.137]:40336)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <felix.lechner@HIDDEN>) id 1qByup-0005sl-QO
 for 64208 <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:34:36 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=xPZzNqQrf+wTfMy
 0V5w0MnkT/9KtaV8iIqe5h/Q4Z08=;
 h=references:in-reply-to:date:subject:
 cc:to:from; d=lease-up.com; b=KIYT8QW+m6Hj+mMP7dGIMqJMy1Hm10eY0FR7t/0T
 2t5G6ksAj26N04HXP4fk3OwFiB90Q8b6WxSKxsEOp/12wSH4rOMcYK+qZl0Pm/1K/s/tcS
 kM95GJyX+4EXxXNXIDqYqyesuR9sG82Zo8szE0C7RPjZPxWP3kRDdiAw19iB8=
Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id c2845b9e
 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); 
 Wed, 21 Jun 2023 14:34:34 +0000 (UTC)
Received: from localhost (localhost [local])
 by localhost (OpenSMTPD) with ESMTPA id 1f115541;
 Wed, 21 Jun 2023 14:34:34 +0000 (UTC)
From: Felix Lechner <felix.lechner@HIDDEN>
To: 64208 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add tigerbeetle.
Date: Wed, 21 Jun 2023 07:33:35 -0700
Message-Id: <71b05d9239c1a19e8c54c5c1f31155b02ca73823.1687357813.git.felix.lechner@HIDDEN>
X-Mailer: git-send-email 2.40.1
In-Reply-To: <cover.1687357813.git.felix.lechner@HIDDEN>
References: <cover.1687357813.git.felix.lechner@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 0.2 (/)
X-Debbugs-Envelope-To: 64208
Cc: Ekaitz Zarraga <ekaitz@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.8 (/)

From: Ekaitz Zarraga <ekaitz@HIDDEN>

* gnu/packages/zig-xyz.scm (tigerbeetle): New variable.
---
 gnu/packages/zig-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index fd42c21638..ebb5250a03 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2022 Maya Tomasek <maya.tomasek@HIDDEN>
+;;; Copyright © 2023 Ekaitz Zarraga <ekaitz@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21,11 +22,36 @@ (define-module (gnu packages zig-xyz)
   #:use-module (guix git-download)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system zig)
   #:use-module (guix gexp)
   #:use-module (gnu packages)
   #:use-module (gnu packages zig)
   #:use-module (gnu packages python))
 
+(define-public tigerbeetle
+  (package
+    (name "tigerbeetle")
+    (version "0.13.35")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tigerbeetledb/tigerbeetle")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0x8msknvq8s6vnlczq5fxmaiqvig2sbcv60c3x8zbgr28dsqpmll"))))
+    (build-system zig-build-system)
+    (arguments
+     (list
+      #:zig zig-0.9
+      #:zig-release-type "safe"))
+    (synopsis "Distributed financial accounting database")
+    (description "Financial accounting database designed for mission critical
+safety and performance to power the future of financial services.")
+    (home-page "https://github.com/tigerbeetledb/tigerbeetle")
+    (license license:asl2.0)))
+
 (define-public zig-zls
   (package
     (name "zig-zls")
-- 
2.40.1





Information forwarded to guix-patches@HIDDEN:
bug#64208; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 21 Jun 2023 14:32:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 21 10:32:56 2023
Received: from localhost ([127.0.0.1]:33884 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qBytE-0005or-IJ
	for submit <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:32:56 -0400
Received: from lists.gnu.org ([209.51.188.17]:53146)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <felix.lechner@HIDDEN>) id 1qBytC-0005oj-Q2
 for submit <at> debbugs.gnu.org; Wed, 21 Jun 2023 10:32:55 -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 <felix.lechner@HIDDEN>)
 id 1qByt4-0002Ks-IP
 for guix-patches@HIDDEN; Wed, 21 Jun 2023 10:32:46 -0400
Received: from sail-ipv4.us-core.com ([208.82.101.137])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <felix.lechner@HIDDEN>)
 id 1qByt2-0004VD-Bx
 for guix-patches@HIDDEN; Wed, 21 Jun 2023 10:32:46 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=joE/wxNrhG7eCFV
 59AloKnp61asCrKsNbt8DIaAzrUE=; h=date:subject:cc:to:from;
 d=lease-up.com; b=OO3ZyV8sIKW6KoyTWJplYSkog2KGYaEHcOLt/WhiKwNtEBJY4nth
 crLthCVjJDrIFqnd0ZcQuKX2Zwkp2vD9sr4LWkUhh6n92mkym04pLqtXgL6Kd3YXOwuI3A
 zIrC0oNd8XyiRzPiH+roCLEoEoq4s6pjLLnBsxl0EHbkq+hzg=
Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id e8b0ebfd
 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); 
 Wed, 21 Jun 2023 14:32:37 +0000 (UTC)
Received: from localhost (localhost [local])
 by localhost (OpenSMTPD) with ESMTPA id e6e4d506;
 Wed, 21 Jun 2023 14:32:37 +0000 (UTC)
From: Felix Lechner <felix.lechner@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add river Wayland compositor and tigerbeetle database
Date: Wed, 21 Jun 2023 07:32:23 -0700
Message-Id: <cover.1687357813.git.felix.lechner@HIDDEN>
X-Mailer: git-send-email 2.40.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=208.82.101.137;
 envelope-from=felix.lechner@HIDDEN; helo=sail-ipv4.us-core.com
X-Spam_score_int: -17
X-Spam_score: -1.8
X-Spam_bar: -
X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01,
 UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.1 (-)
X-Debbugs-Envelope-To: submit
Cc: Felix Lechner <felix.lechner@HIDDEN>,
 Ekaitz Zarraga <ekaitz@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.1 (--)

Hi,

The tigerbeetle definition was originally part of Bug#60889 and was
split out here. The purpose was to make rebases easier.

The Zig build system in the bug above is a prerequisite for these patches.

Kind regards
Felix

Ekaitz Zarraga (1):
  gnu: Add tigerbeetle.

Felix Lechner (1):
  gnu: Add river.

 gnu/packages/zig-xyz.scm | 72 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 70 insertions(+), 2 deletions(-)


base-commit: 1a0ff5cd83d3257efcab64740a1322de51fbc4a1
-- 
2.40.1





Acknowledgement sent to Felix Lechner <felix.lechner@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#64208; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Wed, 21 Jun 2023 15:15:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.