blob: 2d93936f376b1acbd50010b9a95bfdcb2ca0d45e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "GObject-based XIM protocol library"
2DESCRIPTION = "libgxim is a X Input Method protocol library that is implemented by GObject.\
3this library helps you to implement XIM servers or client applications to\
4communicate through XIM protocol without using Xlib API directly, particularly\
5if your application uses GObject-based main loop.\
6\
7This package contains the shared library."
8
9HOMEPAGE = "http://code.google.com/p/libgxim/"
10SECTION = "System Environment/Libraries"
11
12SRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013 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 Williamsb48b7b42016-08-17 15:04:38 -050018
19SRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a"
20SRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79"
21
Andrew Geissler9aee5002022-03-30 16:27:02 +000022LICENSE = "LGPL-2.0-or-later"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023LIC_FILES_CHKSUM = "\
24file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
25
Andrew Geissler87f5cff2022-09-30 13:13:31 -050026EXTRA_OECONF = "--enable-debug --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050027DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050028
Brad Bishop8410d612019-11-25 09:40:59 -050029inherit features_check autotools pkgconfig gettext
Brad Bishop316dfdd2018-06-25 12:45:53 -040030
31REQUIRED_DISTRO_FEATURES = "x11"