[Users] unable to change keyboard shortcut and limited message download
Ralf Mardorf
silver.bullet at zoho.com
Tue Aug 16 08:53:52 CEST 2016
On Tue, 16 Aug 2016 12:43:39 +0700, M Sulchan Darmawan wrote:
>Please enlighten me.
Get the source from git, perhaps by running
git clone git://git.claws-mail.org/claws.git
cd claws/
git checkout 1234567
but most likely by just changing the directory and running
git pull --all
Prepare to build
make clean
./autogen.sh
Configure with those options
./configure --build=$(uname -m)-ubuntufoobar-linux-gnu --disable-maintainer-mode --prefix=/usr --disable-static --enable-silent-rules --disable-jpilot --enable-enchant --enable-gnutls --enable-ldap --enable-crash-dialog --enable-pgpmime-plugin --enable-spamassassin-plugin --enable-bogofilter-plugin
You could drop "--build=$(uname -m)-ubuntufoobar-linux-gnu" or name it
as you like, by keeping "--build=$(uname -m)-*-linux-gnu" and replacing
the * with the name you like.
Get the version for checkinstall
cat version
Build the package
make
sudo checkinstall
Since it shouldn't become a package for an official repository
checkinstall is ok, even if you leave it incomplete like this:
0 - Maintainer: [ Foobar <foo at bar.com> ]
1 - Summary: [ A GTK+ based e-mail client - git checkout ]
2 - Name: [ claws-mail-git ]
3 - Version: [ insert the output of cat version ]
4 - Release: [ 1 ]
5 - License: [ GPL3 ]
6 - Group: [ checkinstall ]
7 - Architecture: [ amd64 ]
8 - Source location: [ claws ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ claws-mail ]
12 - Conflicts: [ ]
13 - Replaces: [ ]
Regards,
Ralf
More information about the Users
mailing list