pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/kimera-tomoe-gtk Import kimera-tomoe-gtk-0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc383d76548d
branches: trunk
changeset: 575706:fc383d76548d
user: obache <obache%pkgsrc.org@localhost>
date: Thu May 20 07:48:09 2010 +0000
description:
Import kimera-tomoe-gtk-0.5 as inputmethod/kimera-tomoe-gtk.
kimera-tomoe-gtk is an Kimera helper program for Tomoe.
diffstat:
inputmethod/kimera-tomoe-gtk/DESCR | 1 +
inputmethod/kimera-tomoe-gtk/Makefile | 28 +++++++++++++++++++++++++++
inputmethod/kimera-tomoe-gtk/PLIST | 3 ++
inputmethod/kimera-tomoe-gtk/distinfo | 6 +++++
inputmethod/kimera-tomoe-gtk/patches/patch-aa | 16 +++++++++++++++
5 files changed, 54 insertions(+), 0 deletions(-)
diffs (74 lines):
diff -r 2ee4726b47c3 -r fc383d76548d inputmethod/kimera-tomoe-gtk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera-tomoe-gtk/DESCR Thu May 20 07:48:09 2010 +0000
@@ -0,0 +1,1 @@
+kimera-tomoe-gtk is an Kimera helper program for Tomoe.
diff -r 2ee4726b47c3 -r fc383d76548d inputmethod/kimera-tomoe-gtk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera-tomoe-gtk/Makefile Thu May 20 07:48:09 2010 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
+#
+
+DISTNAME= kimera-tomoe-gtk-0.5
+CATEGORIES= inputmethod japanese
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kimera/24906/}
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://kimera.sourceforge.jp/
+COMMENT= Kimera helper program for Tomoe
+LICENSE= gnu-lgpl-v2.1
+
+DEPENDS+= kimera-[0-9]*:../../inputmethod/kimera
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+
+SUBST_CLASSES+= libtomoe
+SUBST_STAGE.libtomoe= pre-configure
+SUBST_FILES.libtomoe= configure
+SUBST_SED.libtomoe= -e 's/libtomoe-gtk/tomoe-gtk/g'
+
+.include "../../inputmethod/tomoe-gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2ee4726b47c3 -r fc383d76548d inputmethod/kimera-tomoe-gtk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera-tomoe-gtk/PLIST Thu May 20 07:48:09 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
+bin/kimera-tomoe-gtk
+share/locale/ja/LC_MESSAGES/kimera-tomoe-gtk.mo
diff -r 2ee4726b47c3 -r fc383d76548d inputmethod/kimera-tomoe-gtk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera-tomoe-gtk/distinfo Thu May 20 07:48:09 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
+
+SHA1 (kimera-tomoe-gtk-0.5.tar.gz) = 39ab9ce3198fa294851c27736eb9da72a522d27a
+RMD160 (kimera-tomoe-gtk-0.5.tar.gz) = ba8c77fffaaf4824f5a907e9cdced71cb78d81a0
+Size (kimera-tomoe-gtk-0.5.tar.gz) = 334888 bytes
+SHA1 (patch-aa) = 986162267dfe5e4c84c1fa07ce98dcce34e47fd4
diff -r 2ee4726b47c3 -r fc383d76548d inputmethod/kimera-tomoe-gtk/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/kimera-tomoe-gtk/patches/patch-aa Thu May 20 07:48:09 2010 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
+
+locale.h is required for setlocale(3) and LC_ALL.
+
+--- src/kimera-tomoe-gtk.c.orig 2007-04-08 15:05:33.000000000 +0000
++++ src/kimera-tomoe-gtk.c
+@@ -25,6 +25,9 @@
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif /* HAVE_CONFIG_H */
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
+ #include <gtk/gtk.h>
+ #include <tomoe-gtk.h>
+ #include "intl.h"
Home |
Main Index |
Thread Index |
Old Index