libxkbcommon:ver.bump
This commit is contained in:
@@ -11,12 +11,22 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static")
|
|
||||||
|
options = " --disable-static \
|
||||||
|
"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32 \
|
||||||
|
"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if not get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("NEWS", "README.md", "LICENSE")
|
pisitools.dodoc("NEWS", "README.md", "LICENSE")
|
||||||
|
|||||||
@@ -13,10 +13,12 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Library to convert evdev keycodes to keysyms</Summary>
|
<Summary>Library to convert evdev keycodes to keysyms</Summary>
|
||||||
<Description>Library to convert evdev keycodes to keysyms</Description>
|
<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>
|
<BuildDependencies>
|
||||||
|
<Dependency>xorg-proto</Dependency>
|
||||||
<Dependency>util-macros</Dependency>
|
<Dependency>util-macros</Dependency>
|
||||||
<Dependency>libxcb-devel</Dependency>
|
<Dependency>libxcb-devel</Dependency>
|
||||||
|
<Dependency>xkeyboard-config</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -36,6 +38,7 @@
|
|||||||
<Summary>Development files for libxkbcommon</Summary>
|
<Summary>Development files for libxkbcommon</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libxkbcommon</Dependency>
|
<Dependency release="current">libxkbcommon</Dependency>
|
||||||
|
<Dependency>libxcb-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
@@ -62,6 +65,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.8.0</Version>
|
<Version>0.8.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user