[Users] Claws Mail 4.1.0 and 3.19.0 unleashed!!!

John Crisp jcrisp at safeandsoundit.co.uk
Wed Apr 6 11:43:59 UTC 2022


On Mon, 4 Apr 2022 14:33:30 -0400
Lee Underwood <mail at leeunderwood.org> wrote:

> Is Ubuntu working on a version for 18.04 and up?
> 
> Can this be built for 18.04?
> 

Just built on my 18.04 box vaguely like this (might not all be necessary
but for reference)

git clone https://git.claws-mail.org/readonly/claws.git
git fetch --all --tags
tag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo $tag
git checkout $tag -b v$tag
commit=$(git rev-parse --short HEAD)
echo $commit

You might want:

sudo apt build-dep claws-mail

Probably:

./autogen.sh 

And:

sudo checkinstall \
--pkgname=claws-mail \
--pkgversion=$tag \
--pkgrelease=$commit \
--install=no

Should be cooked.

sudo  dpkg -i claws-mail_4.1.0-d973a3e1d_amd64.deb

dpkg -l |grep claws

ii  claws-mail 
4.1.0-d973a3e1d
amd64
Package created with checkinstall 1.6.2

And running!!

> 3rd April 2022  Claws Mail 4.1.0
>
> System Information
> GTK 3.22.30 / GLib 2.56.4
> Locale: en_GB.UTF-8 (charset: UTF-8)
> Operating System: Linux 5.3.0-7648-generic (x86_64)

Thanks team.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20220406/85eed0a6/attachment.sig>


More information about the Users mailing list