debian/0000755000000000000000000000000012103176332007164 5ustar debian/clean0000644000000000000000000000001612103175535010172 0ustar debian/nabi.1 debian/nabi.prerm0000644000000000000000000000045712103175535011156 0ustar #! /bin/sh set -e case "$1" in remove|upgrade|deconfigure) update-alternatives --remove xinput-ko_KR /etc/X11/xinit/xinput.d/nabi ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/watch0000644000000000000000000000014012103175535010214 0ustar version=3 http://code.google.com/p/nabi/downloads/list .*/nabi-(\d[\d.]*)\.(?:tar\.gz|tar\.bz2) debian/rules0000755000000000000000000000072512103175535010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with autoreconf LDFLAGS += -Wl,-as-needed override_dh_autoreconf: touch ChangeLog glib-gettextize --copy --force dh_autoreconf override_dh_auto_configure: dh_auto_configure -- --with-default-keyboard=2 DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl XP=xsltproc -''-nonet override_dh_auto_build: dh_auto_build $(XP) -o $(CURDIR)/debian/nabi.1 $(DB2MAN) $(CURDIR)/debian/nabi.dbk debian/nabi.manpages0000644000000000000000000000001612103175535011613 0ustar debian/nabi.1 debian/xinput.d/0000755000000000000000000000000012103175535010741 5ustar debian/xinput.d/nabi0000644000000000000000000000007712103175535011601 0ustar XIM=nabi XIM_PROGRAM=/usr/bin/nabi XIM_ARGS= GTK_IM_MODULE=xim debian/nabi.install0000644000000000000000000000005512103175535011471 0ustar debian/xinput.d/nabi etc/X11/xinit/xinput.d/ debian/README.Debian0000644000000000000000000000053512103175535011234 0ustar nabi for Debian --------------- * Check your locale settings Nabi is an input method for X11, so it works only with valid locale settings (LANG environment variable etc.) For example, it works on ko_KR.EUC-KR or ko_KR.UTF-8 (and all UTF-8 locales), but not on en_US.ISO8859-1. -- Changwoo Ryu , Sat, 2 Feb 2013 20:16:39 +0900 debian/dirs0000644000000000000000000000002712103175535010053 0ustar etc/X11/xinit/xinput.d debian/README.Debian.ko0000644000000000000000000000062012103175535011637 0ustar nabi for Debian --------------- * 로캘 설정 확인 나비는 X11 입력기이므로, 로캘 환경 변수 설정이 올바르지 않으면 제대로 동작하지 않습니다. 예를 들어 ko_KR.EUC-KR 및 ko_KR.UTF-8 (그리고 모든 UTF-8 로캘에서 동작하지만 en_US.ISO8859-1에서는 동작하지 않습니다. -- Changwoo Ryu , Sat, 2 Feb 2013 11:06:10 +0900 debian/gbp.conf0000644000000000000000000000013312103175535010604 0ustar [DEFAULT] pristine-tar = True debian-branch = debian upstream-branch = upstream-git-master debian/nabi.dbk0000644000000000000000000001117612103175535010571 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ manpages/docbook.xsl XP=xsltproc -''-nonet manpage.1: manpage.dbk $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. --> Changwoo"> Ryu"> September 13, 2003"> 1"> cwryu@debian.org"> NABI"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2003 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; X Input Method Server for Korean text input &dhpackage; DESCRIPTION This manual page documents briefly the nabi command. This manual page was written for the &debian; distribution because the original program does not have a manual page. &dhpackage; is an X Input Method (XIM) server for Korean text (Hangul) input. Additionally it shows the status of "imhangul" GTK+ input module in the notification area. OPTIONS Doesn't be an input method. Just display the Hangul input status in the system tray. Specifies the session management ID. This option is for session manager software, not for user typing. Specifies the name of nabi's XIM service ("nabi" when it's not specified). Useful for debugging. Set the debugging verborsity level. SEE ALSO See /usr/share/doc/nabi/README file for more information AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/changelog0000644000000000000000000001514312103175535011046 0ustar nabi (1.0.0-1) unstable; urgency=low [ Changwoo Ryu ] * New upstream release * debian/copyright: Correct format * debian/nabi.nbk: Change the license from GFDL to GPL-2+ * Remove unneeded quilt build dependency * Remove deprecated im-switch information on README.Debian * Update the upstream homepage * Standards-Version: 3.9.4 -- Changwoo Ryu Sat, 02 Feb 2013 20:41:07 +0900 nabi (0.99.11-2) unstable; urgency=low * Suggest imhangul-{gtk2,gtk3} instead of old imhangul * debian/watch - Rewrite it without using the googlecode redirector. * Use debhelper 9 * Standards-Version: 3.9.3 * debian/rules: - Keep the hardening compiler options while adding -as-needed option. * debian/copyright: - Use the copyright format 1.0 -- Changwoo Ryu Sun, 20 May 2012 04:27:11 +0900 nabi (0.99.11-1) unstable; urgency=low * New upstream release * debian/watch: new upstream download location in Google Code * debian/nabi.install: do not install im-config files which are against the im-config design -- Changwoo Ryu Sat, 31 Dec 2011 20:24:46 +0900 nabi (0.99.10-1) unstable; urgency=low * New upstream release * Standards-Version: 3.9.2 -- Changwoo Ryu Sun, 13 Nov 2011 23:10:18 +0900 nabi (0.99.9-1) unstable; urgency=low * New upstream release * Team maintained by Debian Korean L10N -- Changwoo Ryu Tue, 24 May 2011 00:44:22 +0900 nabi (0.99.8-1) unstable; urgency=low * New upstream release * Build-Depends on the newer libhangul-dev (>= 0.0.12) * Simplify shlib dependencies with "-as-needed" link flag -- Changwoo Ryu Mon, 24 Jan 2011 02:58:22 +0900 nabi (0.99.7-2) unstable; urgency=low * Lower the im-switch priority. * Use source format 3.0 (quilt) * Standards-Version: 3.9.1 * Switch to debhelper7 from CDBS * im-config support -- Changwoo Ryu Sun, 09 Jan 2011 03:43:37 +0900 nabi (0.99.7-1) unstable; urgency=low * New upstream release * Fix debian/watch for the new KLDP.net site -- Changwoo Ryu Thu, 18 Feb 2010 04:02:41 +0900 nabi (0.99.6-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sat, 07 Nov 2009 15:43:29 +0900 nabi (0.99.5-1) unstable; urgency=low * New upstream release * Build-Depends on the newer libhangul-dev 0.0.10 * Standard-Version: 3.8.3 -- Changwoo Ryu Sun, 01 Nov 2009 00:50:49 +0900 nabi (0.99.4-1) unstable; urgency=low * New Upstream Version * Standard-Version: 3.8.2 * Fix miscellaneous lintian warnings * Use the upstream default icon theme, "Jini" instead of "SimplyRed" -- Changwoo Ryu Sun, 05 Jul 2009 15:55:00 +0900 nabi (0.99.3-1) unstable; urgency=low * New upstream release * Switched to patch system. * Specify the BSD like license of symbol.txt. * Standard-Version: 3.8.0 -- Changwoo Ryu Sun, 14 Dec 2008 13:40:46 +0900 nabi (0.99.2-2) unstable; urgency=low * Requires libhangul (>= 0.0.8) to build (Closes: #477187) -- Changwoo Ryu Tue, 22 Apr 2008 02:24:10 +0900 nabi (0.99.2-1) unstable; urgency=low * New upstream release * Switched to Docbook XML for man page. -- Changwoo Ryu Mon, 21 Apr 2008 15:45:00 +0900 nabi (0.99.1-3) unstable; urgency=low * Added new Homepage: field to the control file. Removed the homepage URL from the description. * Cleaned up debian/rules. * Added Vcs-Browser and Vcs-Git fields. * Updated the manpage. * Removed the beginning "A" article from the short description, according to Developer Reference 6.2.2. * Fixed a lintian error in the old debian/copyright file. -- Changwoo Ryu Thu, 28 Feb 2008 06:16:30 +0900 nabi (0.99.1-1) unstable; urgency=low * New upstream release * Set the default theme as "SimplyRed". -- Changwoo Ryu Sun, 06 Jan 2008 06:46:27 +0900 nabi (0.99.0-1) unstable; urgency=low * New upstream release * Standard-Version: 3.7.3 -- Changwoo Ryu Sun, 23 Dec 2007 23:49:31 +0900 nabi (0.19-1) unstable; urgency=low * New upstream release * Removed menu which is not very useful with im-switch. -- Changwoo Ryu Sun, 07 Oct 2007 17:18:46 +0900 nabi (0.18-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Thu, 12 Jul 2007 16:15:46 +0900 nabi (0.17-1) unstable; urgency=low * New upstream release (Closes: #367047) * Switched to CDBS. * Added debian/watch file. * Wrote more manpage stuff about command line options. -- Changwoo Ryu Mon, 12 Mar 2007 01:14:00 +0900 nabi (0.15-2) unstable; urgency=low * Used im-switch. Wrote im-switch info in debian/README.Debian and debian/README.Debian.ko -- Changwoo Ryu Fri, 10 Dec 2004 10:59:21 +0900 nabi (0.15-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Fri, 10 Dec 2004 10:44:10 +0900 nabi (0.14-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sat, 28 Aug 2004 23:02:09 +0900 nabi (0.13-2) unstable; urgency=low * Added Build-Depends on libxt-dev (Closes: #251589). Thanks to Goswin von Brederlow. RATIONALE: The ./configure script couldn't detect the -lX11 path without installing libxt-dev, while Xt is never required for compiling or linking. * debian/menu: Made the command in the menu an absolute path. -- Changwoo Ryu Tue, 1 Jun 2004 11:43:38 +0900 nabi (0.13-1) unstable; urgency=low * New upstream release * debian/control: Raised the Standard-Version to 3.6.1. * debian/menu: Quoted strings in menu items. -- Changwoo Ryu Mon, 15 Mar 2004 21:59:52 +0900 nabi (0.12-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sat, 20 Dec 2003 06:41:22 +0900 nabi (0.11-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sun, 30 Nov 2003 01:58:16 +0900 nabi (0.10-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sat, 8 Nov 2003 00:12:39 +0900 nabi (0.9-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Tue, 14 Oct 2003 22:26:22 +0900 nabi (0.8-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sat, 11 Oct 2003 23:05:42 +0900 nabi (0.7-1) unstable; urgency=low * Initial Release (Closes: #212757). -- Changwoo Ryu Wed, 17 Sep 2003 00:40:19 +0900 debian/nabi.postinst0000644000000000000000000000056612103175535011715 0ustar #! /bin/sh set -e PRIORITY=40 case "$1" in configure) update-alternatives \ --install /etc/X11/xinit/xinput.d/ko_KR xinput-ko_KR \ /etc/X11/xinit/xinput.d/nabi $PRIORITY ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/control0000644000000000000000000000162412103175535010576 0ustar Source: nabi Section: x11 Priority: optional Maintainer: Debian Korean L10N Uploaders: Changwoo Ryu Homepage: http://code.google.com/p/nabi/ Vcs-Browser: http://git.debian.org/?p=l10n-korean/nabi.git Vcs-Git: git://git.debian.org/git/l10n-korean/nabi.git Standards-Version: 3.9.4 Build-Depends: autotools-dev, debhelper (>= 9), dh-autoreconf, docbook-xsl, libgtk2.0-dev, libhangul-dev (>= 0.1.0), libxt-dev, pkg-config, xsltproc, Package: nabi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: imhangul-gtk2 | imhangul-gtk3 Description: Korean X input method server plus imhangul status monitor Nabi is an X input method server for Korean text input. . In addition, it shows the status of imhangul (GTK+ 2 input module) in System Tray (i.e. Notification Area). debian/compat0000644000000000000000000000000212103175535010366 0ustar 9 debian/source/0000755000000000000000000000000012103175535010470 5ustar debian/source/options0000644000000000000000000000020612103175535012104 0ustar extend-diff-ignore = "(^autogen.sh|^ChangeLog|^themes/Mac/.*|^themes/MSWindows.*|^tables/[^/]*/.*|^test/qt4.cpp|^test/xim_filter.c)$" debian/source/format0000644000000000000000000000001412103175535011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000645312103175535011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nabi Upstream-Contact: http://code.google.com/p/nabi/ Source: http://code.google.com/p/nabi/downloads/list Files: * Copyright: 2003-2011 Choe Hwanjin License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . See /usr/share/common-licenses/GPL-2 for the full license. Files: tables/symbols.txt Copyright: 2005-2006 Choe Hwanjin License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2003-2013 Changwoo Ryu License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . See /usr/share/common-licenses/GPL-2 for the full license. debian/docs0000644000000000000000000000002112103175535010034 0ustar NEWS README TODO