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 Update imhangul_sta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/675288777d3c
branches:  trunk
changeset: 501118:675288777d3c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 17 00:04:02 2005 +0000

description:
Update imhangul_status_applet to 0.3.

Changes:
- Updated translation.
- Added a new theme "King Sejong".

diffstat:

 inputmethod/imhangul_status_applet/Makefile         |   9 ++++-----
 inputmethod/imhangul_status_applet/PLIST            |  21 ++++++++-------------
 inputmethod/imhangul_status_applet/distinfo         |  10 +++++-----
 inputmethod/imhangul_status_applet/patches/patch-aa |  17 ++++-------------
 4 files changed, 21 insertions(+), 36 deletions(-)

diffs (128 lines):

diff -r 5b7a49c42810 -r 675288777d3c inputmethod/imhangul_status_applet/Makefile
--- a/inputmethod/imhangul_status_applet/Makefile       Mon Oct 17 00:03:35 2005 +0000
+++ b/inputmethod/imhangul_status_applet/Makefile       Mon Oct 17 00:04:02 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/10/14 14:38:04 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/17 00:04:02 minskim Exp $
 #
 
-DISTNAME=              imhangul_status_applet-0.2
-PKGREVISION=           3
+DISTNAME=              imhangul_status_applet-0.3
 CATEGORIES=            korean inputmethod
-MASTER_SITES=          http://download.kldp.net/imhangul/imhangul_status_applet/0.2/
+MASTER_SITES=          http://download.kldp.net/imhangul/imhangul_status_applet/0.3/
 
 MAINTAINER=            minskim%NetBSD.org@localhost
 HOMEPAGE=              http://imhangul.kldp.net/\#APPLET
@@ -13,7 +12,7 @@
 DEPENDS=               imhangul>=0.9.6:../../inputmethod/imhangul
 
 GNU_CONFIGURE=         yes
-USE_DIRS+=             xdg-1.1
+USE_DIRS+=             xdg-1.1 gnome2-1.5
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           yes
diff -r 5b7a49c42810 -r 675288777d3c inputmethod/imhangul_status_applet/PLIST
--- a/inputmethod/imhangul_status_applet/PLIST  Mon Oct 17 00:03:35 2005 +0000
+++ b/inputmethod/imhangul_status_applet/PLIST  Mon Oct 17 00:04:02 2005 +0000
@@ -1,17 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/10/17 00:04:02 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/KingSejong/README
+share/imhangul/themes/KingSejong/english.png
+share/imhangul/themes/KingSejong/hangul.png
+share/imhangul/themes/KingSejong/none.png
 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/README
 share/imhangul/themes/Mac/english.png
 share/imhangul/themes/Mac/hangul.png
 share/imhangul/themes/Mac/none.png
@@ -19,27 +18,23 @@
 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
+@comment in xdg-dirs: @dirrm share/pixmaps
 @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/KingSejong
 @dirrm share/imhangul/themes
 @dirrm share/imhangul
 @comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
diff -r 5b7a49c42810 -r 675288777d3c inputmethod/imhangul_status_applet/distinfo
--- a/inputmethod/imhangul_status_applet/distinfo       Mon Oct 17 00:03:35 2005 +0000
+++ b/inputmethod/imhangul_status_applet/distinfo       Mon Oct 17 00:04:02 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 21:00:35 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/17 00:04:02 minskim Exp $
 
-SHA1 (imhangul_status_applet-0.2.tar.gz) = 0232ffc03c90d7be5173c12bd5db6199ab642895
-RMD160 (imhangul_status_applet-0.2.tar.gz) = b42db16c3955157b39cf0e6d77982b2f34b2dccd
-Size (imhangul_status_applet-0.2.tar.gz) = 323837 bytes
-SHA1 (patch-aa) = 3497aaff54ab07ab8d0301ece1cbcf5393cbc139
+SHA1 (imhangul_status_applet-0.3.tar.gz) = 7d8f4b2f269191147be43c3d27fdbc326906f430
+RMD160 (imhangul_status_applet-0.3.tar.gz) = a94637cae774e71e8d0c479eeaa767c5facf0600
+Size (imhangul_status_applet-0.3.tar.gz) = 447992 bytes
+SHA1 (patch-aa) = aee4d7244692799f2f11741962fdf0c4d7136674
diff -r 5b7a49c42810 -r 675288777d3c inputmethod/imhangul_status_applet/patches/patch-aa
--- a/inputmethod/imhangul_status_applet/patches/patch-aa       Mon Oct 17 00:03:35 2005 +0000
+++ b/inputmethod/imhangul_status_applet/patches/patch-aa       Mon Oct 17 00:04:02 2005 +0000
@@ -1,22 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/17 00:04:03 minskim Exp $
 
---- src/Makefile.in.orig       2002-11-17 05:39:05.000000000 -0600
+--- src/Makefile.in.orig       2003-10-27 18:30:38.000000000 -0800
 +++ 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
+@@ -692,7 +692,7 @@ uninstall-info: uninstall-info-recursive
  
  @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) ; \
+               GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) ; \
        fi



Home | Main Index | Thread Index | Old Index