diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : libxkbcommon -version : 0.8.2 -release : 8 +version : 0.8.4 +release : 9 source : - - https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.2.tar.gz : fd19874aefbcbc9da751292ba7abee8952405cd7d9042466e41a9c6ed3046322 + - https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.4.tar.gz : 299b47558188017047354995f5882d43c2c8a60367df553319dcecebadb73e1d license : MIT component : desktop.library summary : xkbcommon is a library to handle keyboard description @@ -10,16 +10,18 @@ xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. Despite the name, it isn't actually used by anything X11 (yet). emul32 : yes builddeps : + - pkgconfig32(wayland-client) + - pkgconfig32(xcb-xkb) + - pkgconfig(wayland-protocols) - pkgconfig(xkeyboard-config) - pkgconfig(xorg-macros) - - pkgconfig32(xcb-xkb) rundeps : - xkeyboard-config setup : | - %reconfigure --disable-static + %meson_configure -Denable-docs=false build : | - %make + %ninja_build install : | - %make_install + %ninja_install check : | - %make check + %ninja_check \ No newline at end of file diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libxkbcommon - Bryan T. Meyers - bmeyers@datadrake.com + F. von Gellhorn + flinux@vongellhorn.ch MIT desktop.library @@ -32,7 +32,7 @@ emul32 - libxkbcommon + libxkbcommon /usr/lib32/libxkbcommon-x11.so.0 @@ -48,8 +48,8 @@ programming.devel - libxkbcommon-32bit - libxkbcommon-devel + libxkbcommon-32bit + libxkbcommon-devel /usr/lib32/libxkbcommon-x11.so @@ -65,7 +65,7 @@ programming.devel - libxkbcommon + libxkbcommon /usr/include/xkbcommon/xkbcommon-compat.h @@ -81,12 +81,12 @@ - - 2018-12-22 - 0.8.2 + + 2019-02-25 + 0.8.4 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + F. von Gellhorn + flinux@vongellhorn.ch \ No newline at end of file