libxkbcommon:ver.bump

This commit is contained in:
Rmys
2019-01-29 21:52:45 +03:00
parent c96bab4d2a
commit 1e441a5afc
2 changed files with 22 additions and 2 deletions
+11 -1
View File
@@ -11,12 +11,22 @@ from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
options = " --disable-static \
"
if get.buildTYPE() == "emul32":
options += " --libdir=/usr/lib32 \
"
autotools.configure(options)
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if not get.buildTYPE() == "emul32":
return
pisitools.dodoc("NEWS", "README.md", "LICENSE")
+11 -1
View File
@@ -13,10 +13,12 @@
<IsA>library</IsA>
<Summary>Library to convert evdev keycodes to keysyms</Summary>
<Description>Library to convert evdev keycodes to keysyms</Description>
<Archive sha1sum="f6674cd9924a0be693ce2a1e862ebdd4f26ed0cb" type="targz">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.0.tar.gz</Archive>
<Archive sha1sum="3e7abe7ea1cd3eabaee6235f74bbe75130008f6b" type="targz">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>xorg-proto</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>xkeyboard-config</Dependency>
</BuildDependencies>
</Source>
@@ -36,6 +38,7 @@
<Summary>Development files for libxkbcommon</Summary>
<RuntimeDependencies>
<Dependency release="current">libxkbcommon</Dependency>
<Dependency>libxcb-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -62,6 +65,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-01-29</Date>
<Version>0.8.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-11-05</Date>
<Version>0.8.0</Version>