[Pkg-gambas-devel] 3.8

Ian Haywood ihaywood3 at gmail.com
Sat Dec 5 21:17:14 UTC 2015


On Fri, Dec 4, 2015 at 9:44 AM, Ian Haywood <ihaywood3 at gmail.com> wrote:
> Ok, the IDE now works using qt5 only
>
> I have had to change various dependencies to allow gambas3 to be
> installable without qt4, hence here is the patch on debian/control
> I have also added a Conflicts on gambas3-ide to block gb.qt4.
There is an alternative which is to make gambas prefer qt5 when both
are installed, I've discovered it is a trivial change

diff --git a/main/lib/gui.qt/main.c b/main/lib/gui.qt/main.c
index 4bf6ba4..7420018 100644
--- a/main/lib/gui.qt/main.c
+++ b/main/lib/gui.qt/main.c
@@ -58,7 +58,7 @@ int EXPORT GB_INIT(void)

     if (use == USE_NOTHING)
     {
-        use = USE_GB_QT4;
+        use = USE_GB_QT5;

         env = getenv("KDE_FULL_SESSION");


what I now don't understand is that the directory debian/patches
(which had several patches in it) is now gone completely from the git
tree (in the experimental branch, its still there in old versions)
Is there a different patch system now? where should patchfiles go?

Ian



More information about the Pkg-gambas-devel mailing list