Update to jpilot-0.99.7; mostly Antoine Jacoutot <ajacoutot@lphp.org>

This commit is contained in:
pvalchev 2005-01-23 06:06:01 +00:00
parent a205c353ca
commit 8f0cace63a
13 changed files with 133 additions and 216 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.26 2005/01/06 11:08:58 alek Exp $
# $OpenBSD: Makefile,v 1.27 2005/01/23 06:06:01 pvalchev Exp $
COMMENT= "desktop organizer software for the palm pilot"
DISTNAME= jpilot-0.99.2
DISTNAME= jpilot-0.99.7
PKGNAME= ${DISTNAME}
CATEGORIES= comms palm
@ -12,25 +12,45 @@ HOMEPAGE= http://www.jpilot.org/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c crypto glib gmodule m ncurses readline
WANTLIB= c readline crypto m ncurses X11 Xcursor Xext Xft \
Xinerama Xrender fontconfig freetype atk-1.0.800.0 \
gdk_pixbuf-2.0.400.14 glib-2.0.400.8 gmodule-2.0.400.8 \
gobject-2.0.400.8 pango-1.0.600.0 pangoft2-1.0.600.0 \
pangox-1.0.600.0 pangoxft-1.0.600.0
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
patch-*
LIB_DEPENDS= pisock.3:pilot-link-*:comms/pilot-link \
gtk.1.2,gdk.1.2:gtk+-*:x11/gtk+
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= pisock.8::comms/pilot-link \
gtk-x11-2.0.400.13,gdk-x11-2.0.400.13,gdk_pixbuf-2.0.400.13::x11/gtk+2
MODULES= devel/gettext
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL= yes
USE_X11= yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-gtk2 \
--with-pilot-prefix=${LOCALBASE} \
--with-gtk-prefix=${LOCALBASE}
MAN1= jpilot-dump.1 jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
pre-build:
.for i in ${MAN1}
perl -pi -e "s,/usr/share,${LOCALBASE}/share,g" ${WRKSRC}/docs/${i}
.endfor
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
MD5 (jpilot-0.99.2.tar.gz) = 57be9e7cd2b2878fd439c98d77d4bdb9
RMD160 (jpilot-0.99.2.tar.gz) = d98facb8f2734305ad5f2da051d1b77c2acd419d
SHA1 (jpilot-0.99.2.tar.gz) = 9f6d670db82a0c25e014bc1499664a767c631661
SIZE (jpilot-0.99.2.tar.gz) = 864763
MD5 (jpilot-0.99.7.tar.gz) = 11bb7236702e2e4c7e3d06372bdc9695
RMD160 (jpilot-0.99.7.tar.gz) = 04516b0be321addaf636205372483178dff5c839
SHA1 (jpilot-0.99.7.tar.gz) = 4ecdc3c00fa4b7d475d156f1cef6840c5e8aa4dc
SIZE (jpilot-0.99.7.tar.gz) = 1197119

View File

@ -1,12 +1,11 @@
$OpenBSD: patch-Expense_Makefile_in,v 1.5 2003/03/03 03:01:59 fgsch Exp $
--- Expense/Makefile.in.orig Sun Mar 2 04:16:24 2003
+++ Expense/Makefile.in Sun Mar 2 04:16:30 2003
@@ -2,7 +2,7 @@ top_srcdir = @top_srcdir@
top_builddir = @top_srcdir@
# Install variables
-prefix=@prefix@
+prefix=${PREFIX}
#Pilot flags (include dir), and Libraries
PILOT_FLAGS=@PILOT_FLAGS@
$OpenBSD: patch-Expense_Makefile_in,v 1.6 2005/01/23 06:06:01 pvalchev Exp $
--- Expense/Makefile.in.orig Sat Feb 28 16:19:47 2004
+++ Expense/Makefile.in Sat Jan 22 15:17:40 2005
@@ -70,6 +70,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
+libexpense_la_LDFLAGS = -module -avoid-version
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(libexpense_la_SOURCES)

View File

@ -1,12 +1,11 @@
$OpenBSD: patch-KeyRing_Makefile_in,v 1.1 2003/03/03 03:01:59 fgsch Exp $
--- KeyRing/Makefile.in.orig Sun Mar 2 04:17:42 2003
+++ KeyRing/Makefile.in Sun Mar 2 04:17:49 2003
@@ -2,7 +2,7 @@ top_srcdir = @top_srcdir@
top_builddir = @top_srcdir@
# Install variables
-prefix=@prefix@
+prefix=${PREFIX}
#Pilot flags (include dir), and Libraries
PILOT_FLAGS=@PILOT_FLAGS@
$OpenBSD: patch-KeyRing_Makefile_in,v 1.2 2005/01/23 06:06:01 pvalchev Exp $
--- KeyRing/Makefile.in.orig Sat Feb 28 16:19:47 2004
+++ KeyRing/Makefile.in Sat Jan 22 15:18:09 2005
@@ -70,6 +70,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
+libkeyring_la_LDFLAGS = -module -avoid-version
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(libkeyring_la_SOURCES)

View File

@ -1,79 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.3 2003/03/03 03:01:59 fgsch Exp $
--- Makefile.in.orig Wed Feb 6 03:29:18 2002
+++ Makefile.in Sun Mar 2 00:17:17 2003
@@ -3,6 +3,8 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
+DESTDIR =
+
distdir = $(PACKAGE)-$(VERSION)
top_srcdir = @top_srcdir@
@@ -114,11 +116,11 @@ JPILOT_MISC = ABOUT-NLS \
SRC = $(JPILOT_SRC) $(JPILOT_SRC_HDRS) $(JPILOT_IMAGES) $(JPILOT_MISC) $(SUBDIRS)
# Install variables
-prefix=@prefix@
+prefix=$(DESTDIR)@prefix@
mandir=@mandir@
datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+localedir = $(prefix)/share/locale
gnulocaledir = $(prefix)/share/locale
#Pilot flags (include dir), and Libraries
@@ -427,39 +429,22 @@ install: all $(install_plugins_$(PLUGIN_
$(INSTALL) -m 644 empty/MemoDB.pdb $(prefix)/share/$(PACKAGE)/
$(INSTALL) -m 644 empty/Memo32DB.pdb $(prefix)/share/$(PACKAGE)/
$(INSTALL) -m 644 empty/ExpenseDB.pdb $(prefix)/share/$(PACKAGE)/
- $(INSTALL) -d -m 755 $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/manual.html $(prefix)/doc/$(PACKAGE)-$(VERSION)/manual.html
- $(INSTALL) -m 644 docs/plugin.html $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-address.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-datebook.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-expense.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-install.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-memo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-prefs.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-print.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-search.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-todo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 644 docs/jpilot-toplogo.jpg $(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -d -m 644 $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons
- $(INSTALL) -m 644 icons/README $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/README
- $(INSTALL) -m 644 icons/jpilot-icon1.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
- $(INSTALL) -m 644 icons/jpilot-icon2.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
- $(INSTALL) -m 644 icons/jpilot-icon3.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
- $(INSTALL) -m 644 icons/jpilot-icon4.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
- $(INSTALL) -m 644 BUGS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 CHANGELOG $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 COPYING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 CREDITS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 INSTALL $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 README $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 TODO $(prefix)/doc/$(PACKAGE)-$(VERSION)/
- $(INSTALL) -m 644 UPGRADING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+ $(INSTALL) -d -m 755 $(prefix)/share/doc/$(PACKAGE)
+ $(INSTALL) -m 644 docs/manual.html $(prefix)/share/doc/$(PACKAGE)
+ $(INSTALL) -m 644 docs/plugin.html $(prefix)/share/doc/$(PACKAGE)
+ $(INSTALL) -d -m 755 $(prefix)/share/$(PACKAGE)/icons
+ $(INSTALL) -m 644 icons/README $(prefix)/share/$(PACKAGE)/icons/README
+ $(INSTALL) -m 644 icons/jpilot-icon1.xpm $(prefix)/share/$(PACKAGE)/icons/
+ $(INSTALL) -m 644 icons/jpilot-icon2.xpm $(prefix)/share/$(PACKAGE)/icons/
+ $(INSTALL) -m 644 icons/jpilot-icon3.xpm $(prefix)/share/$(PACKAGE)/icons/
+ $(INSTALL) -m 644 icons/jpilot-icon4.xpm $(prefix)/share/$(PACKAGE)/icons/
+ $(INSTALL) -m 644 README $(prefix)/share/doc/$(PACKAGE)
cd intl; $(MAKE) install
cd po; $(MAKE) install
$(INSTALL) -d -m 755 $(mandir)/man1/
- cat docs/jpilot.1 | gzip -9c > $(mandir)/man1/jpilot.1.gz
- cat docs/jpilot-sync.1 | gzip -9c > $(mandir)/man1/jpilot-sync.1.gz
- cat docs/jpilot-upgrade-99.1 | gzip -9c > $(mandir)/man1/jpilot-upgrade-99.1.gz
+ cat docs/jpilot.1 > $(mandir)/man1/jpilot.1
+ cat docs/jpilot-sync.1 > $(mandir)/man1/jpilot-sync.1
+ cat docs/jpilot-upgrade-99.1 > $(mandir)/man1/jpilot-upgrade-99.1
install_plugins:
cd SyncTime; $(MAKE) install

View File

@ -1,12 +1,11 @@
$OpenBSD: patch-SyncTime_Makefile_in,v 1.5 2003/03/03 03:01:59 fgsch Exp $
--- SyncTime/Makefile.in.orig Sun Mar 2 00:23:50 2003
+++ SyncTime/Makefile.in Sun Mar 2 00:23:56 2003
@@ -2,7 +2,7 @@ top_srcdir = @top_srcdir@
top_builddir = @top_srcdir@
# Install variables
-prefix=@prefix@
+prefix=${PREFIX}
#Pilot flags (include dir), and Libraries
PILOT_FLAGS=@PILOT_FLAGS@
$OpenBSD: patch-SyncTime_Makefile_in,v 1.6 2005/01/23 06:06:01 pvalchev Exp $
--- SyncTime/Makefile.in.orig Sat Feb 28 16:19:48 2004
+++ SyncTime/Makefile.in Sat Jan 22 15:17:58 2005
@@ -70,6 +70,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
+libsynctime_la_LDFLAGS = -module -avoid-version
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(libsynctime_la_SOURCES)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-docs_Makefile_in,v 1.1 2005/01/23 06:06:01 pvalchev Exp $
--- docs/Makefile.in.orig Sat Feb 28 16:19:49 2004
+++ docs/Makefile.in Sat Jan 22 15:23:45 2005
@@ -219,7 +219,7 @@ target_alias = @target_alias@
man_MANS = jpilot.1 jpilot-dial.1 jpilot-sync.1 jpilot-dump.1 jpilot-upgrade-99.1
# install the manual docs
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/$(PACKAGE)
doc_DATA = manual.html \
plugin.html \
jpilot-address.png \

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-icons_Makefile_in,v 1.1 2005/01/23 06:06:01 pvalchev Exp $
--- icons/Makefile.in.orig Sat Feb 28 16:19:50 2004
+++ icons/Makefile.in Sat Jan 22 15:23:45 2005
@@ -211,7 +211,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-icondir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons
+icondir = $(prefix)/share/doc/$(PACKAGE)/icons
icon_DATA = jpilot-icon1.xpm \
jpilot-icon2.xpm \
jpilot-icon3.xpm \

View File

@ -1,44 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.3 2002/02/18 23:46:14 pvalchev Exp $
--- ltmain.sh.orig Thu Dec 20 21:41:38 2001
+++ ltmain.sh Mon Feb 18 13:03:58 2002
@@ -4446,40 +4446,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-m4_gettext_m4,v 1.1 2002/02/18 23:47:23 pvalchev Exp $
--- m4/gettext.m4.orig Thu Dec 20 22:02:52 2001
+++ m4/gettext.m4 Mon Feb 18 12:53:59 2002
@@ -46,10 +46,9 @@ AC_DEFUN(AM_WITH_NLS,
if test "$gt_cv_func_gettext_libc" != "yes"; then
AC_CHECK_LIB(intl, bindtextdomain,
- [AC_CACHE_CHECK([for gettext in libintl],
- gt_cv_func_gettext_libintl,
+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl,
[AC_CHECK_LIB(intl, gettext,
- gt_cv_func_gettext_libintl=yes,
+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"],
gt_cv_func_gettext_libintl=no)],
gt_cv_func_gettext_libintl=no)])
fi

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2002/02/18 23:47:23 pvalchev Exp $
--- po/Makefile.in.in.orig Fri Jan 11 17:01:12 2002
+++ po/Makefile.in.in Mon Feb 18 15:16:39 2002
@@ -16,11 +16,10 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-#prefix = ${PREFIX}
-prefix=@prefix@
+prefix = ${PREFIX}
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+localedir = $(prefix)/share/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
subdir = po

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/02/18 23:47:23 pvalchev Exp $
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/01/23 06:06:01 pvalchev Exp $
lib/jpilot/plugins/libexpense.so
lib/jpilot/plugins/libkeyring.so
lib/jpilot/plugins/libsynctime.so

View File

@ -1,20 +1,52 @@
@comment $OpenBSD: PLIST,v 1.6 2004/09/14 23:24:38 espie Exp $
@comment $OpenBSD: PLIST,v 1.7 2005/01/23 06:06:01 pvalchev Exp $
%%SHARED%%
bin/jpilot
bin/jpilot-dump
bin/jpilot-sync
bin/jpilot-upgrade-99
lib/jpilot/
lib/jpilot/plugins/
lib/jpilot/plugins/libexpense.a
lib/jpilot/plugins/libexpense.la
lib/jpilot/plugins/libkeyring.a
lib/jpilot/plugins/libkeyring.la
lib/jpilot/plugins/libsynctime.a
lib/jpilot/plugins/libsynctime.la
@comment @man man/man1/jpilot-dial.1
@man man/man1/jpilot-dump.1
@man man/man1/jpilot-sync.1
@man man/man1/jpilot-upgrade-99.1
@man man/man1/jpilot.1
share/doc/jpilot/
share/doc/jpilot/AUTHORS
share/doc/jpilot/BUGS
share/doc/jpilot/COPYING
share/doc/jpilot/ChangeLog
share/doc/jpilot/INSTALL
share/doc/jpilot/README
share/doc/jpilot/TODO
share/doc/jpilot/UPGRADING
share/doc/jpilot/icons/
share/doc/jpilot/icons/README
share/doc/jpilot/icons/jpilot-icon1.xpm
share/doc/jpilot/icons/jpilot-icon2.xpm
share/doc/jpilot/icons/jpilot-icon3.xpm
share/doc/jpilot/icons/jpilot-icon4.xpm
share/doc/jpilot/jpilot-address.png
share/doc/jpilot/jpilot-datebook.png
share/doc/jpilot/jpilot-expense.png
share/doc/jpilot/jpilot-install.png
share/doc/jpilot/jpilot-memo.png
share/doc/jpilot/jpilot-prefs.png
share/doc/jpilot/jpilot-print.png
share/doc/jpilot/jpilot-search.png
share/doc/jpilot/jpilot-todo.png
share/doc/jpilot/jpilot-toplogo.jpg
share/doc/jpilot/manual.html
share/doc/jpilot/plugin.html
share/gnome/
share/gnome/apps/
share/gnome/apps/Applications/
share/gnome/apps/Applications/jpilot.desktop
share/jpilot/
share/jpilot/AddressDB.pdb
share/jpilot/DatebookDB.pdb
@ -22,12 +54,6 @@ share/jpilot/ExpenseDB.pdb
share/jpilot/Memo32DB.pdb
share/jpilot/MemoDB.pdb
share/jpilot/ToDoDB.pdb
share/jpilot/icons/
share/jpilot/icons/README
share/jpilot/icons/jpilot-icon1.xpm
share/jpilot/icons/jpilot-icon2.xpm
share/jpilot/icons/jpilot-icon3.xpm
share/jpilot/icons/jpilot-icon4.xpm
share/jpilot/jpilotrc.blue
share/jpilot/jpilotrc.default
share/jpilot/jpilotrc.green
@ -45,5 +71,11 @@ share/locale/it/LC_MESSAGES/jpilot.mo
share/locale/ja/LC_MESSAGES/jpilot.mo
share/locale/nl/LC_MESSAGES/jpilot.mo
share/locale/no/LC_MESSAGES/jpilot.mo
share/locale/ru/LC_MESSAGES/jpilot.mo
share/locale/sv/LC_MESSAGES/jpilot.mo
%%SHARED%%
share/locale/tr/LC_MESSAGES/jpilot.mo
share/locale/vi/
share/locale/vi/LC_MESSAGES/
share/locale/vi/LC_MESSAGES/jpilot.mo
share/locale/zh_CN/LC_MESSAGES/jpilot.mo
share/locale/zh_TW/LC_MESSAGES/jpilot.mo