xcb-util: add the latest version 0.3.6

startup-notification_0.10 depends on xcb-util, so I add this package.

xcb-util.inc and xcb-util_0.3.6.bb are based on recipes from OpenEmbedded;
The changes I made are: updating HOMEPAGE,BUGTRACKER,LICENSE and
LIC_FILES_CHKSUM, and changing "include xcb-util.inc" to
"require xcb-util.inc", and using the latest version 0.3.6.

add gperf dependency and remove do_staging

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-07-22 11:52:33 +08:00 committed by Richard Purdie
parent 39d8556e04
commit e4f98097bc
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,30 @@
DESCRIPTION = "XCB: an X protocol C binding"
HOMEPAGE = "http://xcb.freedesktop.org/XcbUtil/"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
LICENSE = "MIT"
SECTION = "x11/libs"
DEPENDS = "libxcb"
DEPENDS += "gperf-native"
PARALLEL_MAKE = ""
SRC_URI = "http://xcb.freedesktop.org/dist/xcb-util-${PV}.tar.bz2"
PACKAGES =+ "libxcbatom libxcbaux libxcbevent libxcbicccm \
libxcbimage libxcbkeysyms libxcbproperty \
libxcbreply libxcbwm"
FILES_libxcbatom = "${libdir}/libXCBAtom.so.*"
FILES_libxcbaux = "${libdir}/libXCBAux.so.*"
FILES_libxcbevent = "${libdir}/libXCBEvent.so.*"
FILES_libxcbicccm = "${libdir}/libXCBICCCM.so.*"
FILES_libxcbimage = "${libdir}/libXCBImage.so.*"
FILES_libxcbkeysyms = "${libdir}/libXCBKeysyms.so.*"
FILES_libxcbproperty = "${libdir}/libXCBProperty.so.*"
FILES_libxcbreply = "${libdir}/libXCBReply.so.*"
FILES_libxcbwm = "${libdir}/libXCBWM.so.*"
inherit autotools pkgconfig

View File

@ -0,0 +1,15 @@
require xcb-util.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf387ff7bc53c7 \
file://reply/reply.c;endline=27;md5=f9a1d6b55bba632d349949cbf33cd635 \
file://aux/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
file://event/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9 \
file://property/xcb_property.h;endline=27;md5=f5890866ee0c655c36ef1c6c738fee6b \
file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
file://image/xcb_pixel.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
PR = "r0"