all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Whatson <whatson@gmail.com>
To: 57308@debbugs.gnu.org
Cc: Andrew Whatson <whatson@gmail.com>
Subject: [bug#57308] [PATCH] gnu: Add adwaita-qt.
Date: Sat, 20 Aug 2022 22:45:56 +1000	[thread overview]
Message-ID: <20220820124556.32596-1-whatson@gmail.com> (raw)

* 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





             reply	other threads:[~2022-08-20 12:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-20 12:45 Andrew Whatson [this message]
2024-04-02 10:56 ` [bug#57308] gnu: Add adwaita-qt Steve George
2024-04-02 15:31 ` Steve George

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220820124556.32596-1-whatson@gmail.com \
    --to=whatson@gmail.com \
    --cc=57308@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.