Module submission - gnupg-1.9.x
sofar
sofar at foo-projects.org
Tue Mar 14 01:03:49 UTC 2006
On Tue, 14 Mar 2006 01:51:37 +0100, Zbigniew Luszpinski <zbiggy at o2.pl> wrote:
> module name : gnupg-1.9.x
> suggested section : crypto
> update (y/n) : n
> bugfix (y/n) : n
> security (y/n) : n
>
> This patch will force gnupg-1.9.x module to rebuild gpgme module to
> activate
> gnupg-1.9 extensions in gpgme. There is no conflict with classic gnupg.
> This is required for incoming kdepim3 module update which will enable
> optional
> e-mail cryptography plugins.
>
> greets,
> Zbigniew 'zbiggy' Luszpinski
>
you should replace the forced compile with an integrity check instead:
if module_installed X ; then
lunar fix X
fi
this skips recompiles in case the binary linking isn't broken - and is the most flexible and fast way.
Auke
More information about the Lunar
mailing list