From unknown Sat Jun 14 18:36:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77505 <77505@debbugs.gnu.org> To: bug#77505 <77505@debbugs.gnu.org> Subject: Status: [PATCH] gnu: qt: Add hyprland-qt-support. Reply-To: bug#77505 <77505@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:36:10 +0000 retitle 77505 [PATCH] gnu: qt: Add hyprland-qt-support. reassign 77505 guix-patches submitter 77505 Daniel Ziltener severity 77505 normal tag 77505 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 16:43:04 2025 Received: (at submit) by debbugs.gnu.org; 3 Apr 2025 20:43:04 +0000 Received: from localhost ([127.0.0.1]:35908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0ROy-0003b2-9K for submit@debbugs.gnu.org; Thu, 03 Apr 2025 16:43:04 -0400 Received: from lists.gnu.org ([2001:470:142::17]:41808) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0ROw-0003Zk-8n for submit@debbugs.gnu.org; Thu, 03 Apr 2025 16:43:02 -0400 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 1u0ROV-00020r-Hg for guix-patches@gnu.org; Thu, 03 Apr 2025 16:42:39 -0400 Received: from 195-15-241-199.dc3-a.pub1.etik-cloud.com ([195.15.241.199] helo=lyrion.ch) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0ROS-0005HB-Ax for guix-patches@gnu.org; Thu, 03 Apr 2025 16:42:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyrion.ch; s=20230702; t=1743712946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OcONZmuY9Rh92N4JZ80wkOtTOD4IQLU3ZDOMF8aZUAw=; b=lP5VDjcl13orvHjzYRYhyyUbdjTfqV6/SI0+Yy7f2PA3hZZAUMgOfGKwtOkTuUYHACa0sw pRzxUwrpjCpZRug/v8YHMihcgwMDYXwQ6+fmH6MB4FqmDz08Zf3ngYvLfmPrjCLVvZSr3L Cj3wdd/aaRKOzOm6+CVGt3NlN+O36waosfSPisDqAXoKZrYIp7aQSlB32DwHrmZLyVzUir bC/QBPTt2GexvJBkj0Ylka1QZeu1HmbJuhrG6fWjUvQbz/qdy06ZuBZQ+Y8wz9ihG2Z94q P1TndINCdjpJ59WNTE8FLBtj7DWUxO1GJ1e1mSn/Kdx3Ah07pjwUtFBjISd4YA== Received: from lyrion.ch (cf59784b.dynamic.tele-ag.de [207.89.120.75]) by lyrion.ch (OpenSMTPD) with ESMTPSA id 804109e1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 3 Apr 2025 20:42:26 +0000 (UTC) From: Daniel Ziltener To: guix-patches@gnu.org Subject: [PATCH] gnu: qt: Add hyprland-qt-support. Date: Thu, 3 Apr 2025 22:41:13 +0200 Message-ID: <20250403204208.8918-1-dziltener@lyrion.ch> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=195.15.241.199; envelope-from=dziltener@lyrion.ch; helo=lyrion.ch X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Daniel Ziltener X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 18:08:41 2025 Received: (at 77505) by debbugs.gnu.org; 3 Apr 2025 22:08:41 +0000 Received: from localhost ([127.0.0.1]:36042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0Sjp-0007WQ-AF for submit@debbugs.gnu.org; Thu, 03 Apr 2025 18:08:41 -0400 Received: from layka.disroot.org ([178.21.23.139]:56750) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u0Sjm-0007WG-Bn for 77505@debbugs.gnu.org; Thu, 03 Apr 2025 18:08:39 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9C1B525E76; Fri, 4 Apr 2025 00:08:36 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id hlw6T89EpoMJ; Fri, 4 Apr 2025 00:08:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1743718115; bh=wCkdxEiAp0SF8f4v5LfolIYkCJSZAbDFb9zOCUa/T0w=; h=Date:From:To:Subject:In-Reply-To:References; b=UB1aiHrjyOUtBRUKi9DFgPgYTCzW+en9/uT1/wc1KzFhL7ljK1Pst5E63nfL5J01M nvyVRQfXvrCCI5zJA/MvwqOhY74rMbVjwKyRCPRjYlWF8VtVNDS779jELPqe58r8T6 ULAdnTYEEQmKs81bXu5I0MXXpidgod6FeEpIoqH6q2gVFwzSBEZwPBR78og+nEhCEa +caxxsoZifWwgJVuixIvLM2gZypFhWjB+Ounqu6GEr3+J2yQvuEqxfnL4BBOm6dVhT tP3Ilc7zxuA0fAUShzNBJ7MUMRxgCdhLwuFN7Clp8ryxw8Yg3Hi9Dt+lmkCYP/eGs0 bhZIpMEOS978g== Date: Thu, 03 Apr 2025 17:52:29 -0300 From: Gabriel Santos To: Daniel Ziltener , Daniel Ziltener via Guix-patches via , 77505@debbugs.gnu.org Subject: Re: [bug#77505] [PATCH] gnu: qt: Add hyprland-qt-support. User-Agent: Thunderbird for Android In-Reply-To: <20250403204208.8918-1-dziltener@lyrion.ch> References: <20250403204208.8918-1-dziltener@lyrion.ch> Message-ID: <46DA1CFC-1133-4E6A-8689-4BB952A6E155@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77505 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Em 3 de abril de 2025 17:41:13 BRT, Daniel Ziltener via Guix-patches via escreveu: >Adds hyprland-qt-support=2E I hope this is a fitting module=2E Maybe we s= hould think about adding a hyprland-xyz module at some point? > >--- > gnu/packages/qt=2Escm | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > >diff --git a/gnu/packages/qt=2Escm b/gnu/packages/qt=2Escm >index 94cc879f4a=2E=2E17dad66af5 100644 >--- a/gnu/packages/qt=2Escm >+++ b/gnu/packages/qt=2Escm >@@ -442,6 +442,48 @@ (define-public materialdecoration > (home-page "https://github=2Ecom/lirios/materialdecoration") > (license license:lgpl3+)))) >=20 >+(define-public hyprland-qt-support >+ (package >+ (name "hyprland-qt-support") >+ (version "0=2E1=2E0") >+ (source >+ (origin >+ (method git-fetch) >+ (uri >+ (git-reference >+ (url "https://github=2Ecom/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=3DON" >+ "-DCMAKE_BUILD_TYPE:STRING=3DRelease" >+ "-DINSTALL_QML_PREFIX=3D/lib/qt6/qml"))) >+ (native-inputs >+ (list >+ gcc-14 >+ pkg-config >+ vulkan-headers)) >+ (inputs >+ (list >+ qtbase >+ qtdeclarative >+ qtsvg >+ qtwayland >+ hyprlang)) >+ (home-page "https://github=2Ecom/hyprwm/hyprland-qt-support") >+ (synopsis "A qml style provider for hypr* qt apps") >+ (description "A qml style provider for hypr* qt apps=2E \ >+Launch a qt/qmp app with @code{QT_QUICK_CONTROLS_STYLE=3Dorg=2Ehyprland= =2Estyle}=2E") >+ (license license:bsd-3))) >+ > (define-public grantlee > (package > (name "grantlee") Greetings, If #76910[1] is merged, a hyprland-xyz wouls definetly be appropriate=2E [1] Regards, --=20 Gabriel Santos