emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25948: closed ([PATCH] gnu: stellarium: Use modula


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25948: closed ([PATCH] gnu: stellarium: Use modular Qt.)
Date: Sat, 04 Mar 2017 10:35:02 +0000

Your message dated Sat, 4 Mar 2017 11:34:01 +0100
with message-id <address@hidden>
and subject line Pushed as 5bbf31ccba8c86730fac1dbe081032b1995ce31b to master
has caused the debbugs.gnu.org bug report #25948,
regarding [PATCH] gnu: stellarium: Use modular Qt.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25948: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25948
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: stellarium: Use modular Qt. Date: Fri, 3 Mar 2017 12:35:17 +0100
* gnu/packages/astronomy.scm (stellarium)[inputs]: Remove qt.
Add qtbase, qtmultimedia, qtscript, qtserialport.
[native-inputs]: Add qtbase, qttools.
---
 gnu/packages/astronomy.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 43506a7bc..2695530fe 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -128,11 +128,16 @@ programs for the manipulation and analysis of 
astronomical data.")
                "04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
     (build-system cmake-build-system)
     (inputs
-     `(("qt"   ,qt)
+     `(("qtbase" ,qtbase)
+       ("qtmultimedia" ,qtmultimedia)
+       ("qtscript" ,qtscript)
+       ("qtserialport" ,qtserialport)
        ("zlib" ,zlib)))
     (native-inputs
      `(("gettext" ,gettext-minimal) ; xgettext is used at compile time
-       ("perl" ,perl))) ; For pod2man
+       ("perl" ,perl) ; For pod2man
+       ("qtbase" ,qtbase) ; Qt MOC is needed at compile time
+       ("qttools" ,qttools)))
     (arguments
       `(#:test-target "tests"
         #:phases (modify-phases %standard-phases



--- End Message ---
--- Begin Message --- Subject: Pushed as 5bbf31ccba8c86730fac1dbe081032b1995ce31b to master Date: Sat, 4 Mar 2017 11:34:01 +0100

--- End Message ---

reply via email to

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