From: Kei Kebreau <kei@openmailbox.org>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add qscintilla.
Date: Thu, 15 Sep 2016 10:25:58 -0400 [thread overview]
Message-ID: <8760pxgryh.fsf@openmailbox.org> (raw)
In-Reply-To: <87a8f9gs8f.fsf@openmailbox.org> (Kei Kebreau's message of "Thu, 15 Sep 2016 10:20:00 -0400")
[-- Attachment #1.1: Type: text/plain, Size: 1652 bytes --]
Kei Kebreau <kei@openmailbox.org> writes:
> Efraim Flashner <efraim@flashner.co.il> writes:
>
>> On September 14, 2016 11:37:46 PM GMT+03:00, Kei Kebreau
>> <kei@openmailbox.org> wrote:
>>>Leo Famulari <leo@famulari.name> writes:
>>>
>>>> On Wed, Sep 14, 2016 at 02:11:44PM -0400, Kei Kebreau wrote:
>>>>> Leo Famulari <leo@famulari.name> writes:
>>>>>
>>>>> > On Tue, Sep 13, 2016 at 08:48:43PM +0000, Efraim Flashner wrote:
>>>>> >> On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau
>>>>> >> <kei@openmailbox.org> wrote:
>>>>> >> >In this case, should I leave qtscintilla-qt4 as a public package
>>>in
>>>>> >> >qt.scm
>>>>> >> >instead of maths.scm as Leo suggested?
>>>>> >>
>>>>> >> That's where I would leave it. You could also leave a note,
>>>saying
>>>>> >> that it was for octave, and if they switch to qt5 then we can get
>>>rid
>>>>> >> of it. We still have an old vte package I added for a terminal
>>>since
>>>>> >> all the bug reports around it haven't been cleared yet, and
>>>that's
>>>>> >> with the other versions of vte. --
>>>>> >
>>>>> > Sounds like a plan!
>>>>>
>>>>> Alright then! I have all three patches here. Tell me if I did
>>>anything
>>>>> funny. The order of application is "Add qscintilla, Add
>>>qscintilla-qt4,
>>>>> Enable Octave's Qt 4 GUI." :)
>>>>
>>>> The patches "Add qscintilla" and "Add qscintilla-qt4" both add both
>>>> packages.
>>>
>>>Fixed it.
>>
>> If you switch ("qtbase" ,qtbase) to ("qt" ,qtbase) can you remove the
>> whole argument block from qscintilla?
>
> I can! Nice catch.
Forgot to use the qt module in the GNU Octave patch...
[-- Attachment #1.2: 0001-gnu-octave-Enable-Octave-s-Qt-4-GUI.patch --]
[-- Type: text/plain, Size: 1084 bytes --]
From f00730e07e56b3095f921ea1ab3f8b2b1d46a9ab Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Thu, 15 Sep 2016 10:23:59 -0400
Subject: [PATCH] gnu: octave: Enable Octave's Qt 4 GUI.
* gnu/packages/maths.scm (octave)[inputs]: Add qscintilla-qt4 and qt-4.
---
gnu/packages/maths.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 44a24ef..ccb43b1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -77,6 +77,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages tbb)
#:use-module (gnu packages shells)
@@ -717,6 +718,8 @@ can solve two kinds of problems:
("libxft" ,libxft)
("mesa" ,mesa)
("glu" ,glu)
+ ("qscintilla" ,qscintilla-qt4)
+ ("qt" ,qt-4)
("zlib" ,zlib)))
(native-inputs
`(("gfortran" ,gfortran)
--
2.10.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
next prev parent reply other threads:[~2016-09-15 14:26 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 17:31 [PATCH] gnu: Add qscintilla Kei Kebreau
2016-09-13 14:37 ` Kei Kebreau
2016-09-13 17:05 ` Leo Famulari
2016-09-13 18:01 ` Kei Kebreau
2016-09-13 18:14 ` Leo Famulari
2016-09-13 18:59 ` Kei Kebreau
2016-09-13 19:04 ` Leo Famulari
2016-09-13 19:40 ` Kei Kebreau
2016-09-13 19:39 ` Efraim Flashner
2016-09-13 20:37 ` Kei Kebreau
2016-09-13 20:48 ` Efraim Flashner
2016-09-14 17:08 ` Leo Famulari
2016-09-14 18:11 ` Kei Kebreau
2016-09-14 18:56 ` Leo Famulari
2016-09-14 20:37 ` Kei Kebreau
2016-09-14 20:42 ` Efraim Flashner
2016-09-15 14:20 ` Kei Kebreau
2016-09-15 14:25 ` Kei Kebreau [this message]
2016-09-18 8:36 ` Andreas Enge
2016-09-18 20:10 ` Kei Kebreau
2016-09-18 20:56 ` Leo Famulari
2016-09-18 21:02 ` Efraim Flashner
2016-09-19 13:18 ` Kei Kebreau
2016-09-19 13:25 ` Ricardo Wurmus
2016-09-19 14:47 ` Kei Kebreau
2016-09-19 21:32 ` Leo Famulari
2016-09-19 21:45 ` Kei Kebreau
2016-09-19 23:52 ` Leo Famulari
2016-09-22 19:02 ` Ricardo Wurmus
2016-09-24 3:30 ` Leo Famulari
2016-09-24 5:13 ` Kei Kebreau
2016-09-25 17:05 ` Leo Famulari
2016-09-25 19:25 ` Kei Kebreau
2016-10-03 16:17 ` Ludovic Courtès
2016-09-19 13:30 ` Andreas Enge
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8760pxgryh.fsf@openmailbox.org \
--to=kei@openmailbox.org \
--cc=efraim@flashner.co.il \
--cc=guix-devel@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 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).