[Users] [Bug 4048] "--offline" command line switch has no effect
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri Jul 13 13:03:14 CEST 2018
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4048
--- Comment #9 from Ralf Mardorf <info.mardorf at rocketmail.com> ---
I'm not using Suse, but building a non-split package should work using
checkinstall. Suse might split software from upstream into several packages, so
first you need to get all build dependencies, IOW the tools to build Claws as
well as packages containing header files of the run time dependencies. Then
deinstall all Claws packages, just keep the dependencies and after that run
git clone git://git.claws-mail.org/claws.git
cd claws/
Either run
git checkout foo_bar
to get a specific commit or to get the master branch run
git pull --all
make clean
./autogen.sh
./configure is one line
./configure --build=$(uname -m)-suse-linux-gnu --prefix=/usr --disable-jpilot
--disable-maintainer-mode --disable-manual --disable-static
--enable-bogofilter-plugin --enable-crash-dialog --enable-enchant
--enable-gnutls --enable-ldap --enable-pgpmime-plugin --enable-silent-rules
--enable-spamassassin-plugin
sh version
make
sudo checkinstall
Follow checkinstall and edit:
0 - Maintainer: [ Me <myself.and at i.com> ]
1 - Summary: [ A GTK+ based e-mail client - git checkout ]
2 - Name: [ claws-mail-git ]
3 - Version: [ output of sh version ]
4 - Release: [ 1 ]
5 - License: [ GPL3 ]
6 - Group: [ checkinstall ]
7 - Architecture: [ amd64 or what ever architecture you are using ]
8 - Source location: [ claws ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ claws-mail ]
12 - Conflicts: [ ]
13 - Replaces: [ ]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list