Package Details: lbdb 0.56-1

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.044430
First Submitted: 2007-04-05 03:54 (UTC)
Last Updated: 2025-01-24 21:21 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

awagner commented on 2012-04-10 09:53 (UTC)

@popsch: True. I've looked into the files and sometimes 'awk' is called, at other times '/usr/bin/gawk'. On the other hand, gawk is part of the base packagegroup and no other package seems to provide an awk command (nawk provides nawk). I have googled and found an interesting discussion on tur-users from 2007 (http://archlinux.2023198.n4.nabble.com/Proposals-For-PKGBUILD-Issues-td2042648.html), but on the wiki pages (Arch_Build_System and Makepkg) it still says 'base' is assumed to be installed on every Arch system. But actually the same holds for glibc... To make a long story short, I am undecided. I suppose I will leave it as is, at least for now. Unless you can point me to some more or less official statement of the policy on that issue.

popsch commented on 2012-04-09 00:14 (UTC)

namcap reports that the build file is missing a dependency to gawk.

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.