Import m17n-im-config version 0.9.0.
The m17n-im-config package provides a C library (libm17n-im-config.so) to create a GTK+ widget for per-user configuration of input methods provided by the m17n library, and a standalone GTK+ program (m17n-im-config) that uses the above widget.
This commit is contained in:
parent
dbe324ce21
commit
47f0412452
5 changed files with 63 additions and 0 deletions
4
inputmethod/m17n-im-config/DESCR
Normal file
4
inputmethod/m17n-im-config/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The m17n-im-config package provides a C library (libm17n-im-config.so) to create
|
||||||
|
a GTK+ widget for per-user configuration of input methods provided by the m17n
|
||||||
|
library, and a standalone GTK+ program (m17n-im-config) that uses the above
|
||||||
|
widget.
|
24
inputmethod/m17n-im-config/Makefile
Normal file
24
inputmethod/m17n-im-config/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= m17n-im-config-0.9.0
|
||||||
|
CATEGORIES= inputmethod devel
|
||||||
|
MASTER_SITES= http://www.m17n.org/m17n-lib-download/
|
||||||
|
|
||||||
|
MAINTAINER= obache@NetBSD.org
|
||||||
|
HOMEPAGE= http://www.m17n.org/common/im-config/index.html
|
||||||
|
COMMENT= Configuration input methods of the m17n library
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_LIBTOOL= yes
|
||||||
|
USE_TOOLS+= pkg-config
|
||||||
|
USE_PKGLOCALEDIR= yes
|
||||||
|
|
||||||
|
PKGCONFIG_OVERRIDE+= m17n-im-config.pc.in
|
||||||
|
|
||||||
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||||
|
.include "../../devel/m17n-lib/buildlink3.mk"
|
||||||
|
.include "../../x11/gtk2/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
7
inputmethod/m17n-im-config/PLIST
Normal file
7
inputmethod/m17n-im-config/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
|
||||||
|
bin/m17n-im-config
|
||||||
|
include/m17n-im-config.h
|
||||||
|
lib/libm17n-im-config.la
|
||||||
|
lib/pkgconfig/m17n-im-config.pc
|
||||||
|
share/locale/fr/LC_MESSAGES/m17n-im-config.mo
|
||||||
|
share/locale/ja/LC_MESSAGES/m17n-im-config.mo
|
23
inputmethod/m17n-im-config/buildlink3.mk
Normal file
23
inputmethod/m17n-im-config/buildlink3.mk
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
|
||||||
|
|
||||||
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||||
|
M17N_IM_CONFIG_BUILDLINK3_MK:= ${M17N_IM_CONFIG_BUILDLINK3_MK}+
|
||||||
|
|
||||||
|
.if ${BUILDLINK_DEPTH} == "+"
|
||||||
|
BUILDLINK_DEPENDS+= m17n-im-config
|
||||||
|
.endif
|
||||||
|
|
||||||
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nm17n-im-config}
|
||||||
|
BUILDLINK_PACKAGES+= m17n-im-config
|
||||||
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}m17n-im-config
|
||||||
|
|
||||||
|
.if ${M17N_IM_CONFIG_BUILDLINK3_MK} == "+"
|
||||||
|
BUILDLINK_API_DEPENDS.m17n-im-config+= m17n-im-config>=0.9.0
|
||||||
|
BUILDLINK_PKGSRCDIR.m17n-im-config?= ../../inputmethod/m17n-im-config
|
||||||
|
.endif # M17N_IM_CONFIG_BUILDLINK3_MK
|
||||||
|
|
||||||
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||||
|
.include "../../devel/m17n-lib/buildlink3.mk"
|
||||||
|
.include "../../x11/gtk2/buildlink3.mk"
|
||||||
|
|
||||||
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
inputmethod/m17n-im-config/distinfo
Normal file
5
inputmethod/m17n-im-config/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2008/02/27 14:07:46 obache Exp $
|
||||||
|
|
||||||
|
SHA1 (m17n-im-config-0.9.0.tar.gz) = 48adcaadaec6bcf65e7625037e97166dd170cf59
|
||||||
|
RMD160 (m17n-im-config-0.9.0.tar.gz) = 6afddb4dfa2702839144df35ad6139c7403d0a67
|
||||||
|
Size (m17n-im-config-0.9.0.tar.gz) = 383283 bytes
|
Loading…
Reference in a new issue