mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-12-03 12:12:15 -05:00
Update ebuild.
This commit is contained in:
parent
2837041311
commit
5b62ccd15a
@ -1 +1 @@
|
||||
EBUILD uinput-mapper-9999.ebuild 671 SHA256 9ea4a39d94170119eaea9396e925ed33a03819365565788e699ff50ea93aa5bd SHA512 a0265bc9fa6cc88840627470b78afcb66ac533fdb5ce08ca57f4c1201eb80d3a7cc0003f116922034513403da52614dcf2e743c4b67fa0eeb21bf12033ef9f6f WHIRLPOOL 604b7480fa37d8c1e8790d8c0e2a109ff144cbcd1547ce119a8fd06aa97f038a0de6bf9b952d848ad6d51c0309f01e0c6e6f5787cd4788451358ddd4c83263ca
|
||||
EBUILD uinput-mapper-9999.ebuild 691 SHA256 8b7bee51ebb7fc9a70ef0cb260832eeb4e272c30a0ce5f041d648a190e29a542 SHA512 aca92304d61ada38a6926a67e133e7148f484c555e879c5750d219c55a3f0ae3fdc9a6cf466c1f689023a0a1cf808c3d82f27634c76610b82200aaca0a3be8d7 WHIRLPOOL 436c16957e1816189b9dd34db66ff52b9d9770cfc51d77c5277bf366f1c84075fe5c90fddf92b19fd63f6080dbf674b36128eabf0589c8acdd0b880a9eee8329
|
||||
|
@ -38,5 +38,6 @@ src_install() {
|
||||
|
||||
doexe input-read
|
||||
doexe input-create
|
||||
doexe input-replay
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import ctypes, fcntl, os, sys
|
||||
import ctypes, sys
|
||||
|
||||
import uinputmapper
|
||||
import uinputmapper.linux_uinput
|
||||
|
Loading…
Reference in New Issue
Block a user