Mudlet 3.4 - various improvements

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Mudlet 3.4 - various improvements

Post by Vadi »

Case-sensitive search and commenting in the editor, font size in userwindows, and more!



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

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Mudlet 3.4 - various improvements

Post by azure_glass »

Can you put it in Software updater in Ubuntu 17.04 ?
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet 3.4 - various improvements

Post by Vadi »

For Ubuntu 17.04 - yes, should be doable.

xabre
Posts: 45
Joined: Thu Mar 08, 2012 7:19 pm

Re: Mudlet 3.4 - various improvements

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet 3.4 - various improvements

Post 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.

xabre
Posts: 45
Joined: Thu Mar 08, 2012 7:19 pm

Re: Mudlet 3.4 - various improvements

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet 3.4 - various improvements

Post 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.

xabre
Posts: 45
Joined: Thu Mar 08, 2012 7:19 pm

Re: Mudlet 3.4 - various improvements

Post by xabre »

Thanks.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet 3.4 - various improvements

Post by Vadi »

Fixed.

xabre
Posts: 45
Joined: Thu Mar 08, 2012 7:19 pm

Re: Mudlet 3.4 - various improvements

Post by xabre »

Thanks again.
P.S.sha256 on download page should be updated, though. ( 67a8fe099d13cfd242edd2df17ff42409541a48e465239e7938739ab0bc791ac )
Yes, I love nitpicking like that. :P

Post Reply