libinput:rebuild
This commit is contained in:
@@ -13,7 +13,7 @@ from pisi.actionsapi import shelltools
|
|||||||
def setup():
|
def setup():
|
||||||
shelltools.makedirs("build")
|
shelltools.makedirs("build")
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
shelltools.system("meson .. --prefix=/usr -Ddocumentation=false")
|
shelltools.system("meson .. --prefix=/usr -Dudev-dir=/lib/udev -Ddocumentation=false")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="executable">/usr/libexec/libinput</Path>
|
<Path fileType="executable">/usr/libexec/libinput</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="executable">/lib/udev</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="data">/usr/share/man/man1</Path>
|
<Path fileType="data">/usr/share/man/man1</Path>
|
||||||
</Files>
|
</Files>
|
||||||
@@ -60,6 +61,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2018-05-06</Date>
|
||||||
|
<Version>1.10.4</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2018-04-12</Date>
|
<Date>2018-04-12</Date>
|
||||||
<Version>1.10.4</Version>
|
<Version>1.10.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user