From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 74223@debbugs.gnu.org
Cc: John Kehayias <john.kehayias@protonmail.com>,
Hilton Chain <hako@ultrarare.space>
Subject: [bug#74223] [PATCH 07/11] gnu: Add aquamarine.
Date: Wed, 6 Nov 2024 15:36:23 +0800 [thread overview]
Message-ID: <6e5cb1686455c6aa58636e8c5fd5d943d05134e3.1730877074.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1730877074.git.hako@ultrarare.space>
From: John Kehayias <john.kehayias@protonmail.com>
* gnu/packages/wm.scm (aquamarine): New variable.
Modified-by: Hilton Chain <hako@ultrarare.space>
Change-Id: Ibf62dd86d8dd336a4552d767dc0c235db5e57106
---
gnu/packages/xdisorg.scm | 43 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 033b86231e..34ddad9123 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -105,6 +105,7 @@ (define-module (gnu packages xdisorg)
#:use-module (gnu packages bison)
#:use-module (gnu packages build-tools)
#:use-module (gnu packages check)
+ #:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
#:use-module (gnu packages crypto)
@@ -138,6 +139,7 @@ (define-module (gnu packages xdisorg)
#:use-module (gnu packages man)
#:use-module (gnu packages maths)
#:use-module (gnu packages ncurses)
+ #:use-module (gnu packages pciutils)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages polkit)
@@ -232,6 +234,47 @@ (define-public xvkbd
command line, without displaying a keyboard at all.")
(license license:gpl2+)))
+(define-public aquamarine
+ (package
+ (name "aquamarine")
+ (version "0.4.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hyprwm/aquamarine")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0x1zz1ywchs0awkjkvdgskgqnp6pz5lqwmgr8g0zc0i7inhyg1p3"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list #:cmake cmake-3.30
+ ;; TODO: Figure out what's expected in the test environment.
+ #:tests? #f))
+ (native-inputs
+ (list gcc-13 hyprwayland-scanner pkg-config))
+ (inputs
+ (list eudev
+ hwdata
+ hyprutils
+ libdisplay-info
+ libglvnd
+ libinput-minimal
+ libseat
+ mesa
+ pixman
+ wayland
+ wayland-protocols))
+ (home-page "https://github.com/hyprwm/aquamarine")
+ (synopsis "Linux rendering backend library")
+ (description
+ "Aquamarine is a C++-only Linux rendering backend library. It provides
+basic abstractions for an application to render on a Wayland session (in a
+window) or a native DRM session. It is agnostic of the rendering API (Vulkan
+/ OpenGL).")
+ (license license:bsd-3)))
+
(define-public arandr
(package
(name "arandr")
--
2.46.0
next prev parent reply other threads:[~2024-11-06 7:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-06 7:30 [bug#74223] [PATCH 00/11] gnu: Add hyprland Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 01/11] gnu: Add udis86 Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 02/11] gnu: Add hyprutils Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 03/11] gnu: Add hyprwayland-scanner Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 04/11] gnu: Add hyprland-protocols Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 05/11] gnu: Add hyprlang Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 06/11] gnu: Add hyprcursor Hilton Chain via Guix-patches via
2024-11-06 7:36 ` Hilton Chain via Guix-patches via [this message]
2024-11-06 7:36 ` [bug#74223] [PATCH 08/11] gnu: Add hyprland Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 09/11] gnu: Add xdg-desktop-portal-hyprland Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 10/11] gnu: Add hyprpicker Hilton Chain via Guix-patches via
2024-11-06 7:36 ` [bug#74223] [PATCH 11/11] gnu: Add grimblast Hilton Chain via Guix-patches via
2024-11-06 18:07 ` [bug#74223] [PATCH 00/11] gnu: Add hyprland Noé Lopez via Guix-patches via
2024-11-08 8:55 ` Hilton Chain via Guix-patches via
2024-11-23 13:51 ` Noé Lopez via Guix-patches via
2024-11-30 16:53 ` Hilton Chain via Guix-patches via
2024-11-06 20:24 ` Noé Lopez via Guix-patches via
2024-11-08 9:16 ` Hilton Chain via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6e5cb1686455c6aa58636e8c5fd5d943d05134e3.1730877074.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=74223@debbugs.gnu.org \
--cc=hako@ultrarare.space \
--cc=john.kehayias@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).