When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
As far as I can tell nothing links to them.
README.licical gives: The directory libkcal/libical contains version 0.24 of libical with KDE local modifications to fix some bugs and let it compile in the kdepim module. You may obtain the original distribution from http://sourceforge.net/projects/freeassociation/
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
As far as I can tell nothing links to them.
README.licical gives: The directory libkcal/libical contains version 0.24 of libical with KDE local modifications to fix some bugs and let it compile in the kdepim module. You may obtain the original distribution from http://sourceforge.net/projects/freeassociation/
I am not sure about the others, but libical is definitely required by the calendar kresources.
Tim
On 03/15/2011 07:34 PM, Timothy Pearson wrote:
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
As far as I can tell nothing links to them.
README.licical gives: The directory libkcal/libical contains version 0.24 of libical with KDE local modifications to fix some bugs and let it compile in the kdepim module. You may obtain the original distribution from http://sourceforge.net/projects/freeassociation/
I am not sure about the others, but libical is definitely required by the calendar kresources.
Tim
Should it not use the supplied version then if it is not installed on the system as the README.libical states that is in the kdepim source code directory?
On 03/15/2011 07:34 PM, Timothy Pearson wrote:
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
As far as I can tell nothing links to them.
README.licical gives: The directory libkcal/libical contains version 0.24 of libical with KDE local modifications to fix some bugs and let it compile in the kdepim module. You may obtain the original distribution from http://sourceforge.net/projects/freeassociation/
I am not sure about the others, but libical is definitely required by the calendar kresources.
Tim
Should it not use the supplied version then if it is not installed on the system as the README.libical states that is in the kdepim source code directory?
README.libical is old and has just been removed from SVN. The upstream libical library is now always used, as it contains significant enhancements and bugfixes.
Tim
On Wednesday 16 March 2011 01:40:19 Baho Utot wrote:
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
sasl is needed for authentication (in kioslaves).
[...]
On Tue, Mar 15, 2011 at 7:37 PM, Serghei Amelian serghei@thel.ro wrote:
On Wednesday 16 March 2011 01:40:19 Baho Utot wrote:
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
sasl is needed for authentication (in kioslaves).
[...]
It (and gpg) are needed for email and protoco encryption in Kmail/Korganizer.
On 03/15/2011 08:11 PM, Kristopher Gamrat wrote:
On Tue, Mar 15, 2011 at 7:37 PM, Serghei Amelianserghei@thel.ro wrote:
On Wednesday 16 March 2011 01:40:19 Baho Utot wrote:
When packaging kdepim I cmake configuration requires the following packages be installed Are the really needed?
trinity-kdepim W: Dependency included and not needed ('cyrus-sasl') trinity-kdepim W: Dependency included and not needed ('gpgme') trinity-kdepim W: Dependency included and not needed ('libical') trinity-kdepim W: Dependency included and not needed ('trinity-arts')
sasl is needed for authentication (in kioslaves).
[...]
It (and gpg) are needed for email and protoco encryption in Kmail/Korganizer.
Ok thanks