Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod inputmethod: remove imhangul_status_applet



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c6cd633d768
branches:  trunk
changeset: 431630:8c6cd633d768
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 15 09:46:24 2020 +0000

description:
inputmethod: remove imhangul_status_applet

It's a gnome2 panel applet and we no longer support gnome2 in pkgsrc.

diffstat:

 inputmethod/Makefile                                |   3 +-
 inputmethod/imhangul_status_applet/DESCR            |   2 -
 inputmethod/imhangul_status_applet/Makefile         |  24 ----------------
 inputmethod/imhangul_status_applet/PLIST            |  30 ---------------------
 inputmethod/imhangul_status_applet/distinfo         |   9 ------
 inputmethod/imhangul_status_applet/patches/patch-aa |  13 ---------
 inputmethod/imhangul_status_applet/patches/patch-ab |  20 --------------
 inputmethod/imhangul_status_applet/patches/patch-ac |  12 --------
 8 files changed, 1 insertions(+), 112 deletions(-)

diffs (155 lines):

diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/Makefile
--- a/inputmethod/Makefile      Fri May 15 09:46:16 2020 +0000
+++ b/inputmethod/Makefile      Fri May 15 09:46:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/02/08 15:37:56 nia Exp $
+# $NetBSD: Makefile,v 1.78 2020/05/15 09:46:24 nia Exp $
 #
 
 COMMENT=       Input method tools and libraries
@@ -45,7 +45,6 @@
 SUBDIR+=       iiimecf
 SUBDIR+=       im-ja
 SUBDIR+=       imhangul
-SUBDIR+=       imhangul_status_applet
 SUBDIR+=       input-pad
 SUBDIR+=       ja-freewnn-lib
 SUBDIR+=       ja-freewnn-server
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/DESCR
--- a/inputmethod/imhangul_status_applet/DESCR  Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-GNOME2 applet for imhangul.  It displays the status of imhangul, a
-Hangul input module for GTK+-2.
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/Makefile
--- a/inputmethod/imhangul_status_applet/Makefile       Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.104 2020/04/12 08:28:53 adam Exp $
-#
-
-DISTNAME=              imhangul_status_applet-0.3
-PKGREVISION=           85
-CATEGORIES=            korean inputmethod
-MASTER_SITES=          http://download.kldp.net/imhangul/imhangul_status_applet/0.3/
-
-MAINTAINER=            minskim%NetBSD.org@localhost
-HOMEPAGE=              https://imhangul.kldp.net/\#APPLET
-COMMENT=               GNOME2 applet to show imhangul status
-
-DEPENDS+=              imhangul>=0.9.6:../../inputmethod/imhangul
-
-GNU_CONFIGURE=         yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
-USE_LIBTOOL=           yes
-
-GCONF_SCHEMAS=         imhangul_status.schemas
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/PLIST
--- a/inputmethod/imhangul_status_applet/PLIST  Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:01:30 joerg 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/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/README
-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/english.png
-share/imhangul/themes/SimplyRed/hangul.png
-share/imhangul/themes/SimplyRed/none.png
-share/imhangul/themes/keyboard/README
-share/imhangul/themes/keyboard/english.png
-share/imhangul/themes/keyboard/hangul.png
-share/imhangul/themes/keyboard/none.png
-share/locale/ko/LC_MESSAGES/imhangul_status_applet.mo
-share/pixmaps/imhangul-status-applet-logo.png
-share/pixmaps/imhangul-status-applet.png
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/distinfo
--- a/inputmethod/imhangul_status_applet/distinfo       Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 22:13:36 agc Exp $
-
-SHA1 (imhangul_status_applet-0.3.tar.gz) = 7d8f4b2f269191147be43c3d27fdbc326906f430
-RMD160 (imhangul_status_applet-0.3.tar.gz) = a94637cae774e71e8d0c479eeaa767c5facf0600
-SHA512 (imhangul_status_applet-0.3.tar.gz) = 4be246f708c758f0dfb1e2c41fab06de38d5bc48ff90dc5c2a93ec2ab7c39d4345c02eaca7151601207e69d9089e353f44c2cd67c471aa8c891fec6a093a0b8f
-Size (imhangul_status_applet-0.3.tar.gz) = 447992 bytes
-SHA1 (patch-aa) = aee4d7244692799f2f11741962fdf0c4d7136674
-SHA1 (patch-ab) = b2b0f5dee21b8d6070f982063a100ac549e2744d
-SHA1 (patch-ac) = 7b496a11e6c22563aab6939621477c79cbb83cd1
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/patches/patch-aa
--- a/inputmethod/imhangul_status_applet/patches/patch-aa       Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/10/17 00:04:03 minskim Exp $
-
---- src/Makefile.in.orig       2003-10-27 18:30:38.000000000 -0800
-+++ src/Makefile.in
-@@ -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 $(schema_DATA) ; \
-       fi
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/patches/patch-ab
--- a/inputmethod/imhangul_status_applet/patches/patch-ab       Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/01/08 18:10:53 joerg Exp $
-
---- configure.orig     2003-10-28 02:30:52.000000000 +0000
-+++ configure
-@@ -8798,13 +8798,13 @@ echo "${ECHO_T}yes" >&6
- 
-             echo "$as_me:$LINENO: checking IMHANGUL_STATUS_CFLAGS" >&5
- echo $ECHO_N "checking IMHANGUL_STATUS_CFLAGS... $ECHO_C" >&6
--            IMHANGUL_STATUS_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED"`
-+            IMHANGUL_STATUS_CFLAGS=`$PKG_CONFIG --cflags "libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED libgnomeui-2.0"`
-             echo "$as_me:$LINENO: result: $IMHANGUL_STATUS_CFLAGS" >&5
- echo "${ECHO_T}$IMHANGUL_STATUS_CFLAGS" >&6
- 
-             echo "$as_me:$LINENO: checking IMHANGUL_STATUS_LIBS" >&5
- echo $ECHO_N "checking IMHANGUL_STATUS_LIBS... $ECHO_C" >&6
--            IMHANGUL_STATUS_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED"`
-+            IMHANGUL_STATUS_LIBS=`$PKG_CONFIG --libs "libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED" libgnomeui-2.0`
-             echo "$as_me:$LINENO: result: $IMHANGUL_STATUS_LIBS" >&5
- echo "${ECHO_T}$IMHANGUL_STATUS_LIBS" >&6
-         else
diff -r 5c180ebafbe5 -r 8c6cd633d768 inputmethod/imhangul_status_applet/patches/patch-ac
--- a/inputmethod/imhangul_status_applet/patches/patch-ac       Fri May 15 09:46:16 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2010/01/08 18:10:53 joerg Exp $
-
---- src/imhangul_status.c.orig 2010-01-08 18:07:35.000000000 +0000
-+++ src/imhangul_status.c
-@@ -28,6 +28,7 @@
- #include <gtk/gtk.h>
- #include <gdk/gdkx.h>
- #include <gdk-pixbuf/gdk-pixbuf.h>
-+#include <libgnome/gnome-program.h>
- #include <libgnomeui/gnome-about.h>
- #include <libgnomeui/gnome-window-icon.h>
- #include <panel-applet.h>



Home | Main Index | Thread Index | Old Index