Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GObject-based XIM protocol library" |
| 2 | DESCRIPTION = "libgxim is a X Input Method protocol library that is implemented by GObject.\ |
| 3 | this library helps you to implement XIM servers or client applications to\ |
| 4 | communicate through XIM protocol without using Xlib API directly, particularly\ |
| 5 | if your application uses GObject-based main loop.\ |
| 6 | \ |
| 7 | This package contains the shared library." |
| 8 | |
| 9 | HOMEPAGE = "http://code.google.com/p/libgxim/" |
| 10 | SECTION = "System Environment/Libraries" |
| 11 | |
| 12 | SRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch \ |
| 14 | file://0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch \ |
| 15 | file://0002-Update-autotools-macro.patch \ |
| 16 | file://0003-Add-format-string-qualifier-to-fix-potential-securit.patch \ |
| 17 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | |
| 19 | SRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a" |
| 20 | SRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79" |
| 21 | |
| 22 | LICENSE = "LGPLv2+" |
| 23 | LIC_FILES_CHKSUM = "\ |
| 24 | file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 25 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 26 | EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" |
| 27 | DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 28 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 29 | inherit distro_features_check autotools pkgconfig gettext |
| 30 | |
| 31 | REQUIRED_DISTRO_FEATURES = "x11" |