Package Details: l2dbus-git 2015_03_30..7f1ff19-1

Package Base: l2dbus-git
Description: Lua module that provides a *nearly* complete binding to the D-Bus IPC service
Upstream URL: https://github.com/xs-embedded-llc/l2dbus
Category: devel
Licenses: MIT
Conflicts: l2dbus
Provides: l2dbus
Submitter: core-problem
Maintainer: core-problem
Last Packager: core-problem
Votes: 1
First Submitted: 2013-09-10 20:25
Last Updated: 2015-03-30 20:42

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by core-problem

2015-03-30 20:42

Ok, problem is fixed.

Comment by core-problem

2015-03-29 12:50

I just noticed that the configure phase fails with a CMake error. It can be fixed manually by patching the file src/l2dbus/CMakeLists.txt:

-find_package(Lua ${L2DBUS_LUA_VERSION} REQUIRED)
+find_package(Lua REQUIRED)

I.e.:

makepkg -o
# edit CMakeLists.txt
makepkg -e
sudo pacman -U l2dbus-git-*-any.pkg.tar.xz

I am not including the "patch" while looking for better alternatives.

Comment by core-problem

2013-12-08 00:24

Thanks. I changed the dependency to cdbus-git.

Comment by lilydjwg

2013-12-07 07:32

cdbus is no longer available.