Package Details: libratbag-git 0.11.r7.47cc5fc-1

Git Clone URL: https://aur.archlinux.org/libratbag-git.git (read-only, click to copy)
Package Base: libratbag-git
Description: A DBus daemon to configure gaming mice - git version
Upstream URL: https://github.com/libratbag/libratbag
Licenses: MIT
Conflicts: liblur, libratbag, ratbagd
Provides: liblur, libratbag, ratbagd
Submitter: alucryd
Maintainer: harre
Last Packager: openglfreak
Votes: 9
Popularity: 0.072438
First Submitted: 2015-09-16 07:32 (UTC)
Last Updated: 2019-12-06 08:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

1ace commented on 2017-04-22 14:34 (UTC)

Since the current maintainer seems a bit busy right now, here's a patch you can apply on top of the current PKGBUILD to fix it: https://gist.github.com/7f1a2b935d3747b38af901bee149107e

dvdhrm commented on 2016-03-09 10:06 (UTC)

Would you mind using "git describe" as pkgver? Otherwise, dependencies cannot be properly resolved. Your current rev-parse line is basically what "git describe" does, anyway, just in reverse order. But with `git describe`, the usual dependency lines like `libratbag >= 0.2` should still be served.

dvdhrm commented on 2015-09-26 12:41 (UTC)

Nah, apparently the issue is makepkg being unable to detect systemd-git as libsystemd provider, despite the "Provides libsystemd" line. *sigh* Sorry for the noise.

alucryd commented on 2015-09-26 10:20 (UTC)

https://wiki.archlinux.org/index.php/Makepkg#Usage

dvdhrm commented on 2015-09-25 23:15 (UTC)

Ugh? Care to tell me how to make 'makepkg' resolve it? I get 'unresolved dependency'.

alucryd commented on 2015-09-25 15:24 (UTC)

libsystemd provides libudev.so and makepkg can resolve it, there is no need for such a change.

dvdhrm commented on 2015-09-25 10:32 (UTC)

Can you change the "libudev.so" dependency to "libsystemd"?