GNU bug report logs -
#77505
[PATCH] gnu: qt: Add hyprland-qt-support.
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Thu, 3 Apr 2025 20:44:02 UTC
Severity: normal
Tags: patch
Done: Daniel Ziltener <dziltener <at> lyrion.ch>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77505 in the body.
You can then email your comments to 77505 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#77505
; Package
guix-patches
.
(Thu, 03 Apr 2025 20:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Ziltener <dziltener <at> lyrion.ch>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 20:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Adds hyprland-qt-support. I hope this is a fitting module. Maybe we should think about adding a hyprland-xyz module at some point?
---
gnu/packages/qt.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 94cc879f4a..17dad66af5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -442,6 +442,48 @@ (define-public materialdecoration
(home-page "https://github.com/lirios/materialdecoration")
(license license:lgpl3+))))
+(define-public hyprland-qt-support
+ (package
+ (name "hyprland-qt-support")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/hyprwm/hyprland-qt-support")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0rxdj8l985bvsg3gca79jb4rf0dy066x5cmxsyyavlcp7yz6irps"))))
+ (build-system qt-build-system)
+ (arguments
+ (list
+ #:tests? #false
+ #:qtbase qtbase
+ #:configure-flags
+ #~(list
+ "-DUSE_QT6=ON"
+ "-DCMAKE_BUILD_TYPE:STRING=Release"
+ "-DINSTALL_QML_PREFIX=/lib/qt6/qml")))
+ (native-inputs
+ (list
+ gcc-14
+ pkg-config
+ vulkan-headers))
+ (inputs
+ (list
+ qtbase
+ qtdeclarative
+ qtsvg
+ qtwayland
+ hyprlang))
+ (home-page "https://github.com/hyprwm/hyprland-qt-support")
+ (synopsis "A qml style provider for hypr* qt apps")
+ (description "A qml style provider for hypr* qt apps. \
+Launch a qt/qmp app with @code{QT_QUICK_CONTROLS_STYLE=org.hyprland.style}.")
+ (license license:bsd-3)))
+
(define-public grantlee
(package
(name "grantlee")
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77505
; Package
guix-patches
.
(Thu, 03 Apr 2025 22:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77505 <at> debbugs.gnu.org (full text, mbox):
Em 3 de abril de 2025 17:41:13 BRT, Daniel Ziltener via Guix-patches via <guix-patches <at> gnu.org> escreveu:
>Adds hyprland-qt-support. I hope this is a fitting module. Maybe we should think about adding a hyprland-xyz module at some point?
>
>---
> gnu/packages/qt.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
>diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
>index 94cc879f4a..17dad66af5 100644
>--- a/gnu/packages/qt.scm
>+++ b/gnu/packages/qt.scm
>@@ -442,6 +442,48 @@ (define-public materialdecoration
> (home-page "https://github.com/lirios/materialdecoration")
> (license license:lgpl3+))))
>
>+(define-public hyprland-qt-support
>+ (package
>+ (name "hyprland-qt-support")
>+ (version "0.1.0")
>+ (source
>+ (origin
>+ (method git-fetch)
>+ (uri
>+ (git-reference
>+ (url "https://github.com/hyprwm/hyprland-qt-support")
>+ (commit (string-append "v" version))))
>+ (sha256
>+ (base32
>+ "0rxdj8l985bvsg3gca79jb4rf0dy066x5cmxsyyavlcp7yz6irps"))))
>+ (build-system qt-build-system)
>+ (arguments
>+ (list
>+ #:tests? #false
>+ #:qtbase qtbase
>+ #:configure-flags
>+ #~(list
>+ "-DUSE_QT6=ON"
>+ "-DCMAKE_BUILD_TYPE:STRING=Release"
>+ "-DINSTALL_QML_PREFIX=/lib/qt6/qml")))
>+ (native-inputs
>+ (list
>+ gcc-14
>+ pkg-config
>+ vulkan-headers))
>+ (inputs
>+ (list
>+ qtbase
>+ qtdeclarative
>+ qtsvg
>+ qtwayland
>+ hyprlang))
>+ (home-page "https://github.com/hyprwm/hyprland-qt-support")
>+ (synopsis "A qml style provider for hypr* qt apps")
>+ (description "A qml style provider for hypr* qt apps. \
>+Launch a qt/qmp app with @code{QT_QUICK_CONTROLS_STYLE=org.hyprland.style}.")
>+ (license license:bsd-3)))
>+
> (define-public grantlee
> (package
> (name "grantlee")
Greetings,
If #76910[1] is merged, a hyprland-xyz wouls definetly be
appropriate.
[1] <https://issues.guix.gnu.org/76910>
Regards,
--
Gabriel Santos
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77505
; Package
guix-patches
.
(Thu, 03 Apr 2025 22:10:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77505
; Package
guix-patches
.
(Tue, 17 Jun 2025 08:42:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 77505 <at> debbugs.gnu.org (full text, mbox):
close 77505.
thanks.
bug closed, send any further explanations to
77505 <at> debbugs.gnu.org and Daniel Ziltener <dziltener <at> lyrion.ch>
Request was from
Daniel Ziltener <dziltener <at> lyrion.ch>
to
control <at> debbugs.gnu.org
.
(Tue, 17 Jun 2025 08:43:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 15 Jul 2025 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.