GNU bug report logs -
#75435
[PATCH] add hyprpaper
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75435 in the body.
You can then email your comments to 75435 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75435
; Package
guix-patches
.
(Wed, 08 Jan 2025 15:50:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
squishypinkelephant <squishypinkelephant <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 08 Jan 2025 15:50:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75435
; Package
guix-patches
.
(Sat, 01 Feb 2025 10:23:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
squishypinkelephant, is this upstreamed from saayix? if so, I've just
sent in a patch (bug#75990) that should enable the latest update to
0.7.4 to be upstreamed.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75435
; Package
guix-patches
.
(Tue, 25 Feb 2025 13:25:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 75435 <at> debbugs.gnu.org (full text, mbox):
Hi,
Thanks for working on this!
On Sat Feb 1, 2025 at 11:22 AM CET, Andrew Wong via Guix-patches via wrote:
> squishypinkelephant, is this upstreamed from saayix? if so, I've just
> sent in a patch (bug#75990) that should enable the latest update to
> 0.7.4 to be upstreamed.
For what it is worth, it works with the latest version:
``
(version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hyprwm/hyprpaper")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"151r6s04yy3digl3g6gs49xx41yv4xldmbnqr87gp5nz705hjsd6"))))
```
--
Tanguy
Reply sent
to
Danny Milosavljevic <dannym <at> friendly-machines.com>
:
You have taken responsibility.
(Sun, 30 Mar 2025 21:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
squishypinkelephant <squishypinkelephant <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 30 Mar 2025 21:42:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 75435-done <at> debbugs.gnu.org (full text, mbox):
Pushed hyprpaper 0.7.4 to guix master.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 28 Apr 2025 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.