libxkbcommon:ver.bump
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user