I no longer have the mouse, so have orphaned this package so that it may be maintained properly.
Search Criteria
Package Details: ratslap 0.4.1-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/ratslap.git (read-only, click to copy) |
---|---|
Package Base: | ratslap |
Description: | Community made Linux drivers for Logitech mice (Currently only G300s) |
Upstream URL: | https://gitlab.com/krayon/ratslap |
Licenses: | GPL2 |
Conflicts: | ratslap |
Provides: | ratslap |
Submitter: | Tbsc |
Maintainer: | VuiMuich |
Last Packager: | VuiMuich |
Votes: | 10 |
Popularity: | 0.066638 |
First Submitted: | 2016-11-19 19:23 (UTC) |
Last Updated: | 2020-10-23 16:31 (UTC) |
PinkCathodeCat commented on 2020-09-19 11:26 (UTC)
VuiMuich commented on 2020-09-08 18:35 (UTC)
is this package supposed to install a man page for ratslap? The version history on the gitlab says there was a man-page added in v0.2.1, but "man ratslap" didn't find any.
krayon commented on 2020-08-31 04:43 (UTC) (edited on 2020-08-31 04:46 (UTC) by krayon)
The base branch was renamed from master
to main
. For an existing clone, you should be able to do something like this to bring it back inline:
git branch -m master main
git fetch origin
git branch -u origin/main main
@PinkCathodeCat / @ggnoredo : Sorry about the branch rename causing hickups :S
krayon commented on 2020-08-24 14:43 (UTC) (edited on 2020-08-31 04:43 (UTC) by krayon)
New release:
or:
RELEASE v0.4.1
- Add automatic code scanning (CodeQL)
- Renamed default branch:
master
tomain
dpishift
fix ( fixes GitHub #23 )
PinkCathodeCat commented on 2020-07-22 05:35 (UTC)
It may be necessary to build this in a clean directory due to the git changes (master->main).
ggnoredo commented on 2020-07-21 17:59 (UTC)
I'm getting error on 0.4.0-2
warning: remote HEAD refers to nonexistent ref, unable to checkout.
fatal: invalid reference: main ==> ERROR: Failure while creating working copy of ratslap git repo Aborting... error making: ratslap
krayon commented on 2020-06-24 15:03 (UTC) (edited on 2020-06-29 16:03 (UTC) by krayon)
New release:
or:
RELEASE v0.4.0
- Documentation bug fixes
- LGTM ( https://lgtm.com ) code recommendations
krayon commented on 2020-02-29 08:04 (UTC) (edited on 2020-03-16 13:22 (UTC) by krayon)
New release:
or:
RELEASE v0.3.2
- QB#113 - Configure DPI #[1-4], DPI Default and * DPI Shift values - Thanks Daniel Dawson ( and sanikk )
- QB#125 - Error assigning Num+
- QB#126 - Doco should generate HTML versions
- QB#128 - Unrecognised keys silently ignored
- QB#129 - Add missing keys
PinkCathodeCat commented on 2018-09-21 06:41 (UTC)
Fixed, sorry it took so long.
krayon commented on 2018-08-13 14:00 (UTC)
FYI: ctags is no longer a build dep, that was a hard requirement by mistake :S
Pinned Comments
PinkCathodeCat commented on 2020-07-22 05:35 (UTC)
It may be necessary to build this in a clean directory due to the git changes (master->main).