pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/imhangul_status_applet Import imhangul_sta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5b84465e1d3
branches:  trunk
changeset: 468944:f5b84465e1d3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 18 00:16:35 2004 +0000

description:
Import imhangul_status_applet from pkgsrc_wip.

GNOME2 applet for imhangul.  It displays the status of imhangul, a
Hangul input module for GTK+-2.

diffstat:

 inputmethod/imhangul_status_applet/DESCR            |   2 +
 inputmethod/imhangul_status_applet/Makefile         |  26 +++++++++++
 inputmethod/imhangul_status_applet/PLIST            |  47 +++++++++++++++++++++
 inputmethod/imhangul_status_applet/distinfo         |   5 ++
 inputmethod/imhangul_status_applet/patches/patch-aa |  22 +++++++++
 5 files changed, 102 insertions(+), 0 deletions(-)

diffs (122 lines):

diff -r 26f847df64df -r f5b84465e1d3 inputmethod/imhangul_status_applet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul_status_applet/DESCR  Wed Feb 18 00:16:35 2004 +0000
@@ -0,0 +1,2 @@
+GNOME2 applet for imhangul.  It displays the status of imhangul, a
+Hangul input module for GTK+-2.
diff -r 26f847df64df -r f5b84465e1d3 inputmethod/imhangul_status_applet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul_status_applet/Makefile       Wed Feb 18 00:16:35 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+#
+
+DISTNAME=              imhangul_status_applet-0.2
+CATEGORIES=            korean inputmethod
+MASTER_SITES=          http://download.kldp.net/imhangul/
+
+MAINTAINER=            minskim%bawi.org@localhost
+HOMEPAGE=              http://imhangul.kldp.net/\#APPLET
+COMMENT=               GNOME2 applet to show imhangul status
+
+DEPENDS=               imhangul>=0.9.6:../../inputmethod/imhangul
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK3=                yes
+USE_PKGLOCALEDIR=      yes
+USE_GNU_TOOLS+=                make
+USE_LIBTOOL=           yes
+
+GCONF2_SCHEMAS=                imhangul_status.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 26f847df64df -r f5b84465e1d3 inputmethod/imhangul_status_applet/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul_status_applet/PLIST  Wed Feb 18 00:16:35 2004 +0000
@@ -0,0 +1,47 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+lib/bonobo/servers/GNOME_IMHangulStatusApplet.server
+libexec/imhangul-status-applet
+share/gconf/schemas/imhangul_status.schemas
+share/gnome-2.0/ui/GNOME_IMHangulStatusApplet.xml
+share/imhangul/themes/MSWindows/Entries
+share/imhangul/themes/MSWindows/Repository
+share/imhangul/themes/MSWindows/Root
+share/imhangul/themes/MSWindows/english.png
+share/imhangul/themes/MSWindows/hangul.png
+share/imhangul/themes/MSWindows/none.png
+share/imhangul/themes/Mac/Entries
+share/imhangul/themes/Mac/Repository
+share/imhangul/themes/Mac/Root
+share/imhangul/themes/Mac/english.png
+share/imhangul/themes/Mac/hangul.png
+share/imhangul/themes/Mac/none.png
+share/imhangul/themes/Onion/README
+share/imhangul/themes/Onion/english.png
+share/imhangul/themes/Onion/hangul.png
+share/imhangul/themes/Onion/none.png
+share/imhangul/themes/SimplyRed/Entries
+share/imhangul/themes/SimplyRed/Repository
+share/imhangul/themes/SimplyRed/Root
+share/imhangul/themes/SimplyRed/english.png
+share/imhangul/themes/SimplyRed/hangul.png
+share/imhangul/themes/SimplyRed/none.png
+share/imhangul/themes/keyboard/Entries
+share/imhangul/themes/keyboard/README
+share/imhangul/themes/keyboard/Repository
+share/imhangul/themes/keyboard/Root
+share/imhangul/themes/keyboard/english.png
+share/imhangul/themes/keyboard/hangul.png
+share/imhangul/themes/keyboard/none.png
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/imhangul_status_applet.mo
+share/pixmaps/imhangul-status-applet-logo.png
+share/pixmaps/imhangul-status-applet.png
+@dirrm share/imhangul/themes/keyboard
+@dirrm share/imhangul/themes/SimplyRed
+@dirrm share/imhangul/themes/Onion
+@dirrm share/imhangul/themes/Mac
+@dirrm share/imhangul/themes/MSWindows
+@dirrm share/imhangul/themes
+@dirrm share/imhangul
+@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r 26f847df64df -r f5b84465e1d3 inputmethod/imhangul_status_applet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul_status_applet/distinfo       Wed Feb 18 00:16:35 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+
+SHA1 (imhangul_status_applet-0.2.tar.gz) = 0232ffc03c90d7be5173c12bd5db6199ab642895
+Size (imhangul_status_applet-0.2.tar.gz) = 323837 bytes
+SHA1 (patch-aa) = 3497aaff54ab07ab8d0301ece1cbcf5393cbc139
diff -r 26f847df64df -r f5b84465e1d3 inputmethod/imhangul_status_applet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul_status_applet/patches/patch-aa       Wed Feb 18 00:16:35 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+
+--- src/Makefile.in.orig       2002-11-17 05:39:05.000000000 -0600
++++ src/Makefile.in
+@@ -116,7 +116,7 @@ SUBDIRS = themes
+ INCLUDES =    -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"                  -DIMHANGUL_STATUS_THEMES_DIR=\"@IMHANGUL_STATUS_THEMES_DIR@\"
+ 
+ 
+-CFLAGS = -Wall -g @IMHANGUL_STATUS_CFLAGS@
++CFLAGS = @IMHANGUL_STATUS_CFLAGS@
+ 
+ libexec_PROGRAMS = imhangul-status-applet
+ 
+@@ -514,7 +514,7 @@ maintainer-clean-generic clean mostlycle
+ 
+ @INTLTOOL_SCHEMAS_RULE@
+ 
+-install-data-local:
++no-install-data-local:
+       if test -z "$(DESTDIR)" ; then \
+               GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) ; \
+       fi



Home | Main Index | Thread Index | Old Index