all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: squishypinkelephant <squishypinkelephant@gmail.com>
To: 75435@debbugs.gnu.org
Cc: squishypinkelephant <squishypinkelephant@gmail.com>
Subject: [bug#75435] [PATCH] add hyprpaper
Date: Wed,  8 Jan 2025 09:48:42 -0600	[thread overview]
Message-ID: <15154ede5d768949fa4622c715d6ae7cff108211.1736349777.git.squishypinkelephant@gmail.com> (raw)

Change-Id: I014a9bace20d0ebbf7ccb01458355e8d51b2d930
---
 gnu/packages/xdisorg.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 46d1b714b3..7f211b6370 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -113,6 +113,7 @@ (define-module (gnu packages xdisorg)
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages file)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
@@ -3706,6 +3707,45 @@ (define-public hyprcursor
      "This package provides Hyprland cursor format, library and utilities.")
     (license license:bsd-3)))
 
+(define-public hyprpaper
+  (package
+    (name "hyprpaper")
+    (version "0.7.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/hyprwm/hyprpaper")
+                    ;(commit (string-append "v" version))
+                    (commit "251e8e2593cdd2ef0a015f4f6e211a7bab3a63ed")))
+              (file-name (git-file-name name version))
+              (sha256
+              (base32
+                "02szlhmgxffh0mq67l3da9cn13rnk42c0ans3ail5m4sk08pvrcq"))))
+    (build-system cmake-build-system)
+    (arguments
+      `(#:tests? #f ;; no test
+        #:cmake ,cmake-3.30))
+    (native-inputs (list gcc-14 pkg-config))
+    (inputs
+        (list cairo
+        file
+        hyprgraphics
+        hyprlang
+        hyprutils
+        hyprwayland-scanner
+        libglvnd
+        mesa
+        pango
+        wayland
+        wayland-protocols))
+    (home-page "https://hyprland.org/")
+    (synopsis "Wallpaper utility for Hyprland")
+    (description
+    "Hyprpaper is a blazing fast wallpaper utility for Hyprland with the ability to
+dynamically change wallpapers through sockets.  It will work on all wlroots-based
+compositors, though.")
+    (license license:bsd-3)))
+
 (define-public hyprpicker
   (package
     (name "hyprpicker")

base-commit: 3fbeb1cda7ec2ca48b3aa9091ae72efc6f7ee70c
-- 
2.47.1





                 reply	other threads:[~2025-01-08 15:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15154ede5d768949fa4622c715d6ae7cff108211.1736349777.git.squishypinkelephant@gmail.com \
    --to=squishypinkelephant@gmail.com \
    --cc=75435@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.