# HG changeset patch # User Christophe Lincoln # Date 1396208638 -7200 # Node ID c358d2c8fa302920edba958c6eea17944b02a438 # Parent 6cf7c4365e6d35580091172bcd2a8b8413407012 Add libxkbcommon and up libxcb with xkb support diff -r 6cf7c4365e6d -r c358d2c8fa30 libxcb-dev/receipt --- a/libxcb-dev/receipt Sun Mar 30 19:59:41 2014 +0200 +++ b/libxcb-dev/receipt Sun Mar 30 21:43:58 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxcb-dev" -VERSION="1.9.1" +VERSION="1.10" CATEGORY="development" SHORT_DESC="Development files for libxcb" MAINTAINER="mallory@sweetpeople.org" @@ -10,7 +10,7 @@ HOST_ARCH="i486 arm" WANTED="libxcb" -DEPENDS="libxcb xorg-libXau-dev xorg-libXdmcp-dev pkg-config" +DEPENDS="xorg-libXau-dev xorg-libXdmcp-dev pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 6cf7c4365e6d -r c358d2c8fa30 libxcb/receipt --- a/libxcb/receipt Sun Mar 30 19:59:41 2014 +0200 +++ b/libxcb/receipt Sun Mar 30 21:43:58 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxcb" -VERSION="1.9.1" +VERSION="1.10" CATEGORY="x-window" SHORT_DESC="A C binding to the X11 protocol" MAINTAINER="pankso@slitaz.org" @@ -29,6 +29,7 @@ autoreconf -fi && ./configure \ --enable-xinput \ + --enable-xkb \ --disable-build-docs \ --disable-static \ $CONFIGURE_ARGS && diff -r 6cf7c4365e6d -r c358d2c8fa30 libxkbcommon-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxkbcommon-dev/receipt Sun Mar 30 21:43:58 2014 +0200 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libxkbcommon-dev" +VERSION="0.4.1" +CATEGORY="development" +SHORT_DESC="libxkbcommon include files." +MAINTAINER="pankso@slitaz.org" +LICENSE="custom" +WANTED="libxkbcommon" +WEB_SITE="http://xkbcommon.org" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr +} diff -r 6cf7c4365e6d -r c358d2c8fa30 libxkbcommon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxkbcommon/receipt Sun Mar 30 21:43:58 2014 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="libxkbcommon" +VERSION="0.4.1" +CATEGORY="x-window" +SHORT_DESC="Keyboard handling library using XKB data." +MAINTAINER="pankso@slitaz.org" +LICENSE="custom" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://xkbcommon.org" +WGET_URL="http://xkbcommon.org/download/$TARBALL" + +DEPENDS="xorg-xkeyboard-config libxcb" +BUILD_DEPENDS="libxcb-dev xorg-util-macros xorg-xkeyboard-config-dev bison" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --with-xkb-config-root=/usr/share/X11/xkb \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r 6cf7c4365e6d -r c358d2c8fa30 xcb-proto/receipt --- a/xcb-proto/receipt Sun Mar 30 19:59:41 2014 +0200 +++ b/xcb-proto/receipt Sun Mar 30 21:43:58 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xcb-proto" -VERSION="1.8" +VERSION="1.10" CATEGORY="development" SHORT_DESC="X protocol descriptions for XCB" MAINTAINER="mallory@sweetpeople.org"