Search Criteria
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: | |
Conflicts: | |
Provides: | |
Submitter: | alucryd |
Maintainer: | openglfreak |
Last Packager: | openglfreak |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-16 07:32 |
Last Updated: | 2019-12-06 08:24 |
Dependencies (17)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- json-glib (json-glib-git)
- libevdev (libevdev-git)
- libudev.so (systemd-light-libs, systemd-cdown-libs-git, libeudev, lib32-eudev, systemd-libs-git, libeudev-git, systemd-libs-selinux, systemd-libs)
- libunistring (libunistring-git)
- python (python-dbg)
- python-evdev
- check (check-git) (check)
- python-gobject (python-gobject-git) (check)
- python-lxml (check)
- valgrind (valgrind-git) (check)
- git (git-git) (make)
- meson (meson-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-sphinx_rtd_theme (make)
- swig (swig-git) (make)
- linux (linux-surfacepro3-git, linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-lts49-kallsyms, linux-bootsplash, linux-odroid, linux-phicomm-n1) (optional) – Linux 5.2 is required for Logitech wireless devices
Required by (1)
- piper-git (requires libratbag)
Latest Comments
« First ‹ Previous 1 2
alucryd commented on 2017-05-28 09:47
Apologies for the delay and thx for the patch. Had to disable tests because we don't have check in our repos.
1ace commented on 2017-04-22 14:34
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
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
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
https://wiki.archlinux.org/index.php/Makepkg#Usage
dvdhrm commented on 2015-09-25 23:15
Ugh? Care to tell me how to make 'makepkg' resolve it? I get 'unresolved dependency'.
alucryd commented on 2015-09-25 15:24
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
Can you change the "libudev.so" dependency to "libsystemd"?