1*4882a593SmuzhiyunSUMMARY = "GObject-based XIM protocol library" 2*4882a593SmuzhiyunDESCRIPTION = "libgxim is a X Input Method protocol library that is implemented by GObject.\ 3*4882a593Smuzhiyunthis library helps you to implement XIM servers or client applications to\ 4*4882a593Smuzhiyuncommunicate through XIM protocol without using Xlib API directly, particularly\ 5*4882a593Smuzhiyunif your application uses GObject-based main loop.\ 6*4882a593Smuzhiyun\ 7*4882a593SmuzhiyunThis package contains the shared library." 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunHOMEPAGE = "http://code.google.com/p/libgxim/" 10*4882a593SmuzhiyunSECTION = "System Environment/Libraries" 11*4882a593Smuzhiyun 12*4882a593SmuzhiyunSRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \ 13*4882a593Smuzhiyun file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch \ 14*4882a593Smuzhiyun file://0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch \ 15*4882a593Smuzhiyun file://0002-Update-autotools-macro.patch \ 16*4882a593Smuzhiyun file://0003-Add-format-string-qualifier-to-fix-potential-securit.patch \ 17*4882a593Smuzhiyun " 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunSRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a" 20*4882a593SmuzhiyunSRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79" 21*4882a593Smuzhiyun 22*4882a593SmuzhiyunLICENSE = "LGPL-2.0-or-later" 23*4882a593SmuzhiyunLIC_FILES_CHKSUM = "\ 24*4882a593Smuzhiyunfile://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 25*4882a593Smuzhiyun 26*4882a593SmuzhiyunEXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" 27*4882a593SmuzhiyunDEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" 28*4882a593Smuzhiyun 29*4882a593Smuzhiyuninherit features_check autotools pkgconfig gettext 30*4882a593Smuzhiyun 31*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "x11" 32