From 1e441a5afc29db1385f682b2c19e9487f5ab33d5 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 29 Jan 2019 21:52:45 +0300 Subject: [PATCH] libxkbcommon:ver.bump --- x11/library/libxkbcommon/actions.py | 12 +++++++++++- x11/library/libxkbcommon/pspec.xml | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/x11/library/libxkbcommon/actions.py b/x11/library/libxkbcommon/actions.py index 61c28515e3..d56064b3e5 100644 --- a/x11/library/libxkbcommon/actions.py +++ b/x11/library/libxkbcommon/actions.py @@ -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") diff --git a/x11/library/libxkbcommon/pspec.xml b/x11/library/libxkbcommon/pspec.xml index f5849cc16f..5385205b46 100644 --- a/x11/library/libxkbcommon/pspec.xml +++ b/x11/library/libxkbcommon/pspec.xml @@ -13,10 +13,12 @@ library Library to convert evdev keycodes to keysyms Library to convert evdev keycodes to keysyms - https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.0.tar.gz + https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.2.tar.gz + xorg-proto util-macros libxcb-devel + xkeyboard-config @@ -36,6 +38,7 @@ Development files for libxkbcommon libxkbcommon + libxcb-devel /usr/include @@ -62,6 +65,13 @@ + + 2019-01-29 + 0.8.2 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-05 0.8.0