Page 1 of 2

Mudlet 3.4 - various improvements

Posted: Mon Aug 07, 2017 1:03 pm
by Vadi
Case-sensitive search and commenting in the editor, font size in userwindows, and more!

Overview

Download

Please provide all feedback and problem reports on 3.4 here! Feature requests can be done in our dedicated thread.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 8:17 am
by azure_glass
Can you put it in Software updater in Ubuntu 17.04 ?

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 8:21 am
by Vadi
For Ubuntu 17.04 - yes, should be doable.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 11:01 am
by xabre
Hi, thanks for the new release.

I have a problem with compiling, seems that edbee-lib was supposed to be bundled in the source archive, but it isn't, it's just an empty dir.

Code: Select all

Cannot read $(mybuilddir)/mudlet-3.4.0/src/3rdparty/edbee-lib/edbee-lib/edbee-lib.pri: No such file or directory
near the start of compiling, it continues but later fails cause lib is not present.

As I see, edbee-lib is supposed to be Qt based editor library, and most likely needed for new editor changes. Could you please confirm that it's supposed to be bundled or not, before I start looking into packaging it myself (seems that noone has put it in AUR yet)? Thank you.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 11:06 am
by Vadi
Hiya - it's a submodule , so use git clone --recursive https://github.com/Mudlet/Mudlet.git mudlet when cloning to get edbee's source as well.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 11:28 am
by xabre
That's what I'm doing right now, building from git as a test, but I was talking about provided source tarball (https://www.mudlet.org/download/Mudlet-3.4.0.tar.xz). I am under impression that when archive was packaged --recursive wasn't used (am not entirely sure how you prepare source tarball).

I can always add another step in PKGBUILD script that will clone edbee from git and put it in the right place, if that's what was intended.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 11:52 am
by Vadi
Oops, yes, it is missing from the tarball (again). I forgot that git archive doesn't package it.

I'll fix the tarball.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 11:57 am
by xabre
Thanks.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 4:28 pm
by Vadi
Fixed.

Re: Mudlet 3.4 - various improvements

Posted: Tue Aug 08, 2017 4:47 pm
by xabre
Thanks again.
P.S.sha256 on download page should be updated, though. ( 67a8fe099d13cfd242edd2df17ff42409541a48e465239e7938739ab0bc791ac )
Yes, I love nitpicking like that. :P