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 »

csllbr commented on 2015-05-12 18:08 (UTC)

install: cannot stat ‘../doc/LICENSE’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Any updates?

joni commented on 2015-05-11 15:09 (UTC)

Fixed upstream.

kjk commented on 2015-05-06 19:23 (UTC)

check the ledger package maintained by korjjj. There is a patch available, it worked for me when I applied it ad-hoc, and the aforementioned PKGBUILD applies it and that works too. It ought to work for this package. The patch just wraps small sections of the code in five of the .h files to handle Boost changes.

csllbr commented on 2015-04-28 18:27 (UTC)

The latest update of boost and boost-libs to 1.58 broke the build process. I guess we have to wait for the upstream fix. As always, downgrading solved the problem for me: sudo pacman -U /var/cache/pacman/pkg/boost-libs-1.57.0-4-x86_64.pkg.tar.xz /var/cache/pacman/pkg/boost-1.57.0-4-x86_64.pkg.tar.xz

joni commented on 2015-02-03 12:47 (UTC)

Thanks! updated.

neven commented on 2015-02-02 21:10 (UTC)

namcap reports some wrong dependencies: * boost instead of boost-libs * PCRE, GMP, expat are redundant; deps of an outdated branch Thanks for maintaining :)

atweiden commented on 2015-01-05 16:59 (UTC)

Please add texlive-plainextra to makedepends. It is needed to build the docs.

joni commented on 2015-01-03 14:04 (UTC)

Thanks!

rwcarlsen commented on 2015-01-02 15:24 (UTC)

The following patch fixes the /usr/lib64 conflict: --- ledger-git/PKGBUILD 2015-01-01 15:57:48.951870161 -0600 +++ ledger-git.patched/PKGBUILD 2015-01-01 22:31:24.786140238 -0600 @@ -11,7 +11,7 @@ ## Uncomment this line if you want a debug build: # _build=debug -_defines=(BUILD_DOCS=ON) +_defines=(BUILD_DOCS=ON CMAKE_INSTALL_LIBDIR=lib/) ## Uncomment this line if you want to include the ledger-mode: # _defines+=BUILD_EMACSLISP=ON