GNU bug report logs - #57308
[PATCH] gnu: Add adwaita-qt.

Previous Next

Package: guix-patches;

Reported by: Andrew Whatson <whatson <at> gmail.com>

Date: Sat, 20 Aug 2022 12:47:02 UTC

Owned by: Steve George <steve <at> futurile.net>

Severity: normal

Tags: patch

To reply to this bug, email your comments to 57308 AT debbugs.gnu.org.

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#57308; Package guix-patches. (Sat, 20 Aug 2022 12:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Whatson <whatson <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 Aug 2022 12:47:02 GMT) Full text and rfc822 format available.

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

From: Andrew Whatson <whatson <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Andrew Whatson <whatson <at> gmail.com>
Subject: [PATCH] gnu: Add adwaita-qt.
Date: Sat, 20 Aug 2022 22:45:56 +1000
* gnu/packages/qt.scm (adwait-qt): New variable.
---
 gnu/packages/qt.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8814f7cfd8..20739eeae8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4060,3 +4060,39 @@ (define-public soqt
 also compatible with SGI and TGS Open Inventor, and the API is based on the API
 of the InventorXt GUI component toolkit.")
     (license license:bsd-3))))
+
+(define-public adwaita-qt
+  (package
+    (name "adwaita-qt")
+    (version "1.4.1")
+    (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 "1i83mkvy2md88fl3fhzvhhz9bvqqg31m8qdrgc80ylhclzafznxp"))))
+    (build-system qt-build-system)
+    (arguments
+     (list
+      #:tests? #f                       ; no target
+      #:configure-flags #~(list
+                           (string-append "-DQT_PLUGINS_DIR="
+                                          #$output
+                                          "/lib/qt5/plugins"))))
+    (inputs
+     (list qtbase-5 qtx11extras))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "QT_PLUGIN_PATH")
+            (files '("lib/qt5/plugins")))))
+    (synopsis "Qt style to blend applications into GNOME Shell")
+    (description "A native style to blend Qt5/Qt6 applications to look like
+they belong into GNOME Shell.
+
+This style provides all four variants of GTK Adwaita theme:
+Adwaita, Adwaita-dark, HighContrast, HighContrastInverse")
+    (home-page "https://github.com/FedoraQt/adwaita-qt")
+    (license license:lgpl2.1)))
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57308; Package guix-patches. (Tue, 02 Apr 2024 10:58:01 GMT) Full text and rfc822 format available.

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

From: Steve George <steve <at> futurile.net>
To: 57308 <at> debbugs.gnu.org
Subject: RE: gnu: Add adwaita-qt
Date: Tue, 2 Apr 2024 11:56:52 +0100
Hi Andrew,

You sent this patch in a while ago, I was just looking at it and adwaita-qt is no longer maintained according to their repository. Is there an alternative that you'd like to update your patch to, or should we close this?

Thanks,

Steve




Information forwarded to guix-patches <at> gnu.org:
bug#57308; Package guix-patches. (Tue, 02 Apr 2024 15:32:02 GMT) Full text and rfc822 format available.

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

From: Steve George <steve <at> futurile.net>
To: 57308 <at> debbugs.gnu.org
Subject: Re: gnu: Add adwaita-qt
Date: Tue, 2 Apr 2024 16:31:19 +0100
Hi Andrew,

You sent this patch in a while ago, I was just looking at it and 
adwaita-qt is no longer maintained according to their repository. Is 
there an alternative that you'd like to update your patch to, or should 
we close this?

Thanks,

Steve




Owner recorded as Steve George <steve <at> futurile.net>. Request was from Steve George <steve <at> futurile.net> to control <at> debbugs.gnu.org. (Tue, 02 Apr 2024 15:33:02 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 73 days ago.

Previous Next


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