libinput:edit
This commit is contained in:
@@ -13,9 +13,14 @@ def setup():
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def build():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dosym("libinput.so.5.0.0","/usr/lib/libinput.so.0")
|
||||
|
||||
pisitools.remove("/usr/lib/udev/80-libinput-device-groups-litest.rules")
|
||||
pisitools.remove("/usr/lib/udev/90-libinput-model-quirks-litest.rules")
|
||||
#pisitools.dodoc("COPYING", "README")
|
||||
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-01-27</Date>
|
||||
<Version>0.20.0</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2015-07-21</Date>
|
||||
<Version>0.20.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user