Package Details: ledger-git latest-7

Git Clone URL: https://aur.archlinux.org/ledger-git.git (read-only, click to copy)
Package Base: ledger-git
Description: A double-entry accounting system with a command-line reporting interface (development version)
Upstream URL: http://ledger-cli.org
Licenses: BSD
Conflicts: ledger
Provides: ledger
Submitter: joni
Maintainer: izenin
Last Packager: izenin
Votes: 25
Popularity: 0.000000
First Submitted: 2009-05-28 01:14 (UTC)
Last Updated: 2024-06-15 07:49 (UTC)

Dependencies (7)

Required by (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

myles commented on 2012-05-18 13:48 (UTC)

This builds the 'next' branch (the alpha version), but I wonder if it would be better to build the 'master' branch (the beta version) by default, as John Wiegley would prefer? 34c34 < git clone $_gitroot $_gitname --- > git clone -b master $_gitroot $_gitname I tried to build the alpha version today but it failed, the beta works fine.

joni commented on 2012-03-06 17:20 (UTC)

See also https://github.com/jwiegley/ledger/issues/55 Until this is fixed you can remove --no-python from the PKGBUILD.

vademecum commented on 2012-02-18 11:12 (UTC)

ledger doesn't build with python support by default anymore. This breaks building this package. Output: Submodule path 'lib/utfcpp': checked out '2233ec933f5661c7050b94d3b14f5f9f51ae3d55' acprep: ERROR: Caught exception Traceback (most recent call last): File "./acprep", line 361, in run exit_code = self.main(*main_args) File "./acprep", line 561, in main self.configure_args.remove('--enable-python') ValueError: list.remove(x): x not in list Corresponding commit: https://github.com/jwiegley/ledger/commit/7e6dbcd64ca1edb3a68b686e1d0a3ecdb71a8816

myles commented on 2011-03-22 12:35 (UTC)

I needed this to compile with boost 1.46.0-4: CPPFLAGS="-DBOOST_IOSTREAMS_USE_DEPRECATED -DBOOST_FILESYSTEM_VERSION=2"

<deleted-account> commented on 2011-03-18 05:41 (UTC)

This compile to a 164 MB package uncompressed. Could you strip all the binaries? Thanks

joni commented on 2010-12-18 15:15 (UTC)

thanks, updated the PKGBUILD.

myles commented on 2010-12-05 15:39 (UTC)

To compile with boost 1.45 (and maybe 1.44 too) I did needed to do this: CPPFLAGS=-DBOOST_IOSTREAMS_USE_DEPRECATED ./acprep update

madalu commented on 2010-10-19 14:14 (UTC)

With the recent python update, I believe this package requires all invocations of python to be changed to: #!/usr/bin/env python2 or #!/usr/bin/python2