From patchwork Wed Mar 6 11:22:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julian Flake X-Patchwork-Id: 61405 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3824627BBEA; Wed, 6 Mar 2024 11:23:59 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B1B1E27BBE2 for ; Wed, 6 Mar 2024 11:23:58 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rhpN0-0004Yi-8U; Wed, 06 Mar 2024 06:23:34 -0500 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 1rhpMy-0004Y6-Ep for guix-patches@gnu.org; Wed, 06 Mar 2024 06:23:32 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rhpMy-0005c5-4L for guix-patches@gnu.org; Wed, 06 Mar 2024 06:23:32 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rhpNS-0005fX-SJ for guix-patches@gnu.org; Wed, 06 Mar 2024 06:24:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#65711] [PATCH v3 2/2] package wl-mirror added to gnu/packages/wm.scm Resent-From: Julian Flake Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Mar 2024 11:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65711 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65711@debbugs.gnu.org Cc: Julian Flake Received: via spool by 65711-submit@debbugs.gnu.org id=B65711.170972419521701 (code B ref 65711); Wed, 06 Mar 2024 11:24:02 +0000 Received: (at 65711) by debbugs.gnu.org; 6 Mar 2024 11:23:15 +0000 Received: from localhost ([127.0.0.1]:49866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhpMg-0005dw-UL for submit@debbugs.gnu.org; Wed, 06 Mar 2024 06:23:15 -0500 Received: from nsmtp.uni-koblenz.de ([141.26.64.14]:41695) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhpMf-0005dd-A2 for 65711@debbugs.gnu.org; Wed, 06 Mar 2024 06:23:13 -0500 Received: from localhost (localhost [127.0.0.1]) by nsmtp.uni-koblenz.de (Postfix) with ESMTP id 7E0D51A0034; Wed, 6 Mar 2024 12:22:30 +0100 (CET) Authentication-Results: nsmtp.uni-koblenz.de (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=uni-koblenz.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uni-koblenz.de; h=content-transfer-encoding:mime-version:references:in-reply-to :x-mailer:message-id:date:date:subject:subject:from:from :received:received:received; s=mail; t=1709724150; x=1711538551; bh=9TyMZd/NrS2p1kbIDudieHNjhCiE3K2jWcTZ2kQ/JYA=; b=JVNrrLHO5JMb x0tik6quxHghSfpHigETLI9Gc6HgDg5AZ+mxk4uIVK7JEXsiw0A9jr1KJ4xyhtSj fkxe41yLXWeTu7mhiqciPwTemRQfpRr3yvNYLImcG5ztMzxciOWtcB2oNKzgwG9W OOodxoR0A1ImbpRe7bd/M+rx+HV6OjE= X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de Received: from nsmtp.uni-koblenz.de ([127.0.0.1]) by localhost (nsmtp.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n0Hcs7H_gpcj; Wed, 6 Mar 2024 12:22:30 +0100 (CET) Received: from mailproxy.uni-koblenz.de (mailproxy.uni-koblenz.de [141.26.64.230]) by nsmtp.uni-koblenz.de (Postfix) with ESMTPS; Wed, 6 Mar 2024 12:22:30 +0100 (CET) Received: from nutbook.uni-koblenz.de (unknown [IPv6:2001:4c80:50:16:179a:2a3a:f775:a428]) by mailproxy.uni-koblenz.de (Postfix) with ESMTPSA id 5F613100115; Wed, 6 Mar 2024 12:22:30 +0100 (CET) From: Julian Flake Date: Wed, 6 Mar 2024 12:22:08 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: <7d46b3909d81b1aebceb7afa66ebe68e18a96139.1709724127.git.flake@uni-koblenz.de> References: <7d46b3909d81b1aebceb7afa66ebe68e18a96139.1709724127.git.flake@uni-koblenz.de> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches --- gnu/packages/wm.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8ed3ed1107..d4e5af44d5 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1759,6 +1759,37 @@ (define-public wlroots-0.16 (propagated-inputs (modify-inputs (package-propagated-inputs wlroots) (delete libdisplay-info))))) +(define-public wl-mirror + (package + (name "wl-mirror") + (version "0.16.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Ferdi265/wl-mirror") + (commit "v0.16.1"))) + (sha256 + (base32 + "0464m60xsbpfwvsszrdkjsxfvrbkr71hp7phsz05cqyvjwf6cism")))) + (build-system cmake-build-system) + (arguments + (list + #:tests? #f + #:configure-flags + #~(list "-DFORCE_SYSTEM_WL_PROTOCOLS=ON" + (string-append "-DWL_PROTOCOL_DIR=" + #$(this-package-input "wayland-protocols") "/share/wayland-protocols") + "-DFORCE_SYSTEM_WLR_PROTOCOLS=ON" + (string-append "-DWLR_PROTOCOL_DIR=" + #$(this-package-input "wlr-protocols") "/share/wlr-protocols")))) + (inputs + (list pkg-config egl-wayland mesa wayland wayland-protocols wlr-protocols)) + (home-page "https://github.com/Ferdi265/wl-mirror") + (synopsis "A simple Wayland output mirror client") + (description + "wl-mirror attempts to provide a solution to sway's lack of output mirroring by mirroring an output onto a client surface.") + (license license:gpl3))) + (define-public sway (package (name "sway")