GNU bug report logs - #77738
[PATCH] gnu: Add adwaita-qt5.

Previous Next

Package: guix-patches;

Reported by: Junker <dk <at> junkeria.club>

Date: Fri, 11 Apr 2025 13:18:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 77738 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77738; Package guix-patches. (Fri, 11 Apr 2025 13:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Junker <dk <at> junkeria.club>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Apr 2025 13:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Junker <dk <at> junkeria.club>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add adwaita-qt5.
Date: Fri, 11 Apr 2025 20:16:21 +0700
* gnu/packages/qt.scm (adwaita-qt5): New variable.

Change-Id: I4554f9f77d14f63e2e3c14fec9ef882677df97f5
---
 gnu/packages/qt.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 94cc879f4a..886f82712e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -142,6 +142,38 @@ (define-module (gnu packages qt)
   #:use-module (ice-9 match)
   #:use-module (srfi srfi-1))
 
+(define-public adwaita-qt5
+  (package
+    (name "adwaita-qt5")
+    (home-page "https://github.com/FedoraQt/adwaita-qt")
+    (version "1.4.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/FedoraQt/adwaita-qt")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0hy2jh5kzrl0319x6a7l043zsvwy85lgljw31f7cvy42klpr5zrb"))))
+    (build-system qt-build-system)
+    (arguments
+     '(#:tests? #f ;no check target
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'patch-source
+           (lambda _
+             (substitute* '("src/style/CMakeLists.txt")
+               (("DESTINATION \"\\$\\{QT_PLUGINS_DIR\\}")
+                "DESTINATION \"lib/qt5/plugins"))
+             #t)))))
+    (inputs (list qtbase-5
+                  qtx11extras))
+    (synopsis "Qt5 Adwaita theme")
+    (description "A style to bend Qt5 applications to look like they belong into
+GNOME Shell")
+    (license license:gpl2+)))
+
 (define-public qcoro-qt5
   (package
     (name "qcoro-qt5")

base-commit: 2934de1447f87b361608ef3a2a756b8a5d2f42e6
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77738; Package guix-patches. (Fri, 18 Apr 2025 07:41:06 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Junker via Guix-patches <guix-patches <at> gnu.org>
Cc: 77738-done <at> debbugs.gnu.org, Junker <dk <at> junkeria.club>
Subject: Re: [bug#77738] [PATCH] gnu: Add adwaita-qt5.
Date: Fri, 18 Apr 2025 15:40:08 +0800
[Message part 1 (text/plain, inline)]
Junker via Guix-patches <guix-patches <at> gnu.org> writes:

> * gnu/packages/qt.scm (adwaita-qt5): New variable.
>
> Change-Id: I4554f9f77d14f63e2e3c14fec9ef882677df97f5
> ---
>  gnu/packages/qt.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
> index 94cc879f4a..886f82712e 100644
> --- a/gnu/packages/qt.scm
> +++ b/gnu/packages/qt.scm
> @@ -142,6 +142,38 @@ (define-module (gnu packages qt)
>    #:use-module (ice-9 match)
>    #:use-module (srfi srfi-1))
>  
> +(define-public adwaita-qt5
> +  (package
> +    (name "adwaita-qt5")
> +    (home-page "https://github.com/FedoraQt/adwaita-qt")

Adwaita-qt project is unmaintained a no longer actively developed.

I don't think this package should be added to guix unless it is
maintained or use another active fork.

so closed.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Fri, 18 Apr 2025 07:41:11 GMT) Full text and rfc822 format available.

Notification sent to Junker <dk <at> junkeria.club>:
bug acknowledged by developer. (Fri, 18 Apr 2025 07:41:12 GMT) Full text and rfc822 format available.

This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.