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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Junker <dk <at> junkeria.club>
Subject: bug#77738: closed (Re: [bug#77738] [PATCH] gnu: Add adwaita-qt5.)
Date: Fri, 18 Apr 2025 07:41:12 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77738: [PATCH] gnu: Add adwaita-qt5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77738 <at> debbugs.gnu.org.

-- 
77738: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77738
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




This bug report was last modified 93 days ago.

Previous Next


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