unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57308] [PATCH] gnu: Add adwaita-qt.
@ 2022-08-20 12:45 Andrew Whatson
  2024-04-02 10:56 ` [bug#57308] " Steve George
  2024-04-02 15:31 ` Steve George
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Whatson @ 2022-08-20 12:45 UTC (permalink / raw)
  To: 57308; +Cc: Andrew Whatson

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57308] gnu: Add adwaita-qt
  2022-08-20 12:45 [bug#57308] [PATCH] gnu: Add adwaita-qt Andrew Whatson
@ 2024-04-02 10:56 ` Steve George
  2024-04-02 15:31 ` Steve George
  1 sibling, 0 replies; 3+ messages in thread
From: Steve George @ 2024-04-02 10:56 UTC (permalink / raw)
  To: 57308

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#57308] gnu: Add adwaita-qt
  2022-08-20 12:45 [bug#57308] [PATCH] gnu: Add adwaita-qt Andrew Whatson
  2024-04-02 10:56 ` [bug#57308] " Steve George
@ 2024-04-02 15:31 ` Steve George
  1 sibling, 0 replies; 3+ messages in thread
From: Steve George @ 2024-04-02 15:31 UTC (permalink / raw)
  To: 57308

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-02 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20 12:45 [bug#57308] [PATCH] gnu: Add adwaita-qt Andrew Whatson
2024-04-02 10:56 ` [bug#57308] " Steve George
2024-04-02 15:31 ` Steve George

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).