guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: quassel: Fix icons in Qt interface.


From: guix-commits
Subject: branch master updated: gnu: quassel: Fix icons in Qt interface.
Date: Sat, 25 Jul 2020 19:38:50 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74dc65b  gnu: quassel: Fix icons in Qt interface.
74dc65b is described below

commit 74dc65b834cb21ba623046ce800d915375b81fc9
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Sun Jul 26 01:33:18 2020 +0200

    gnu: quassel: Fix icons in Qt interface.
    
    * gnu/packages/irc.scm (quassel)[inputs]: Add qtsvg.
    [build-system]: Switch to qt-build-system.
---
 gnu/packages/irc.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 332204a..8514334 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,6 +34,7 @@
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system qt)
   #:use-module (gnu packages)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages aspell)
@@ -91,7 +93,7 @@
          '(begin
             (delete-file "data/scripts/inxi")
             #t))))
-    (build-system cmake-build-system)
+    (build-system qt-build-system)
     (arguments
       ;; The three binaries are not mutually exlusive, and are all built
       ;; by default.
@@ -121,6 +123,7 @@
        ("qtbase" ,qtbase)
        ("qtmultimedia" ,qtmultimedia)
        ("qtscript" ,qtscript)
+       ("qtsvg" ,qtsvg)
        ("snorenotify" ,snorenotify)
        ("zlib" ,zlib)))
     (home-page "https://quassel-irc.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]