Package Details: lbdb 0.54-3

Git Clone URL: https://aur.archlinux.org/lbdb.git (read-only, click to copy)
Package Base: lbdb
Description: The little brother's database for the mutt mail reader
Upstream URL: http://www.spinnaker.de/lbdb/
Licenses: GPL-2.0-only
Submitter: Snowman
Maintainer: jasonwryan
Last Packager: jasonwryan
Votes: 40
Popularity: 0.63
First Submitted: 2007-04-05 03:54 (UTC)
Last Updated: 2024-10-30 05:08 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

awagner commented on 2011-12-01 07:46 (UTC)

and I've made a release with inetutils as optdepends, since that provides the hostname binary.

awagner commented on 2011-12-01 07:35 (UTC)

new upstream release.

petelewis commented on 2011-03-12 14:58 (UTC)

cool, thanks!

awagner commented on 2011-03-12 14:42 (UTC)

(I'd rather force user to re-compile the package than to install something that they don't want.)

awagner commented on 2011-03-12 14:42 (UTC)

Now it's: optdepends=('libvformat: for reading vcard files (needed at compile time)')

petelewis commented on 2011-03-12 14:27 (UTC)

Hi, Absolutely. The lbdb configure script will ensure that m_vcf is built if it finds libvformat on the system already. Otherwise, the plugin isn't built. There's no manual intervention required. An optdepends would be good - though that could be a little misleading - really, it's an "optbuilddepends", since installing libvformat after compiling lbdb isn't enough. I think that usually in this circumstance in the binary repos it would be added as a required build dependency though, then an optdepdends for runtime. But, it's up to you :-)

awagner commented on 2011-03-12 13:29 (UTC)

Hi Pete, thanks for the heads up. Just to make sure - lbdb's PKGBUILD does not need to be changed (except for an optdepends) since the configure script automatically recognizes when libvformat is installed, right?

petelewis commented on 2011-03-12 12:15 (UTC)

Hi, I managed to get a mostly working PKGBUILD for libvformat up, here: http://aur.archlinux.org/packages.php?ID=47335 It's not pretty, but it works (suggestions welcome!) If you build lbdb with libvformat installed, then it will enable the m_vcf plugin, which reads from vcard files.

awagner commented on 2011-02-27 21:48 (UTC)

Thanks dolby, I've changed the lines according to your suggestion, but didn't increase the release number right now...

<deleted-account> commented on 2011-02-23 17:11 (UTC)

For future reference, make prefix=$startdir/pkg/usr sysconfdir=$startdir/pkg/etc \ mandir=$startdir/pkg/usr/share/man install can be replaced by: make install_prefix=$pkgdir install