Import scim-tomoe-0.6.0 as inputmethod/scim-tomoe.
scim-tomoe is a SCIM IMEngine module for Tomoe.
This commit is contained in:
parent
acf49d0510
commit
8a6c4e2692
5 changed files with 50 additions and 0 deletions
1
inputmethod/scim-tomoe/DESCR
Normal file
1
inputmethod/scim-tomoe/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
scim-tomoe is a SCIM IMEngine module for Tomoe.
|
25
inputmethod/scim-tomoe/Makefile
Normal file
25
inputmethod/scim-tomoe/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:09:35 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= scim-tomoe-0.6.0
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/}
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://tomoe.sourceforge.jp/
|
||||
COMMENT= SCIM IMEngine module for Tomoe
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../inputmethod/scim/buildlink3.mk"
|
||||
.include "../../inputmethod/tomoe-gtk/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
inputmethod/scim-tomoe/PLIST
Normal file
5
inputmethod/scim-tomoe/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:09:35 obache Exp $
|
||||
bin/scim-tomoe
|
||||
lib/scim-1.0/1.4.0/Helper/tomoe.la
|
||||
share/locale/ja/LC_MESSAGES/scim-tomoe.mo
|
||||
share/scim/icons/scim-tomoe.png
|
6
inputmethod/scim-tomoe/distinfo
Normal file
6
inputmethod/scim-tomoe/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:09:35 obache Exp $
|
||||
|
||||
SHA1 (scim-tomoe-0.6.0.tar.gz) = 481ee2f8f9baa6105a349da36360aed06e432291
|
||||
RMD160 (scim-tomoe-0.6.0.tar.gz) = c95059e7f594192c97b082aa61818060391a8591
|
||||
Size (scim-tomoe-0.6.0.tar.gz) = 385126 bytes
|
||||
SHA1 (patch-aa) = 0554574908f37adae9d8771dcadce2e038c5857a
|
13
inputmethod/scim-tomoe/patches/patch-aa
Normal file
13
inputmethod/scim-tomoe/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 12:09:35 obache Exp $
|
||||
|
||||
--- configure.orig 2007-06-12 08:25:23.000000000 +0000
|
||||
+++ configure
|
||||
@@ -6324,8 +6324,6 @@ echo "${ECHO_T}$LINGUAS" >&6; }
|
||||
sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
|
||||
< $srcdir/po/POTFILES.in > po/POTFILES
|
||||
|
||||
-ac_config_commands="$ac_config_commands modify-itlocaledir"
|
||||
-
|
||||
GETTEXT_PACKAGE=scim-tomoe
|
||||
|
||||
|
Loading…
Reference in a new issue