summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-15 09:46:24 +0000
committernia <nia@pkgsrc.org>2020-05-15 09:46:24 +0000
commit58a06f1ac6f13b0089e0887e2c961644ef65b9a7 (patch)
tree041412649cdce9a5f3e239a0dff64d8077e5a2a5 /inputmethod
parent8ef417d5ed6f689d0ab1441643bdb1c62a6f925e (diff)
downloadpkgsrc-58a06f1ac6f13b0089e0887e2c961644ef65b9a7.tar.gz
inputmethod: remove imhangul_status_applet
It's a gnome2 panel applet and we no longer support gnome2 in pkgsrc.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/Makefile3
-rw-r--r--inputmethod/imhangul_status_applet/DESCR2
-rw-r--r--inputmethod/imhangul_status_applet/Makefile24
-rw-r--r--inputmethod/imhangul_status_applet/PLIST30
-rw-r--r--inputmethod/imhangul_status_applet/distinfo9
-rw-r--r--inputmethod/imhangul_status_applet/patches/patch-aa13
-rw-r--r--inputmethod/imhangul_status_applet/patches/patch-ab20
-rw-r--r--inputmethod/imhangul_status_applet/patches/patch-ac12
8 files changed, 1 insertions, 112 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile
index 5dd345da520..1a49eb95ad4 100644
--- a/inputmethod/Makefile
+++ b/inputmethod/Makefile
@@ -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+= ibus-unikey
SUBDIR+= iiimecf
SUBDIR+= im-ja
SUBDIR+= imhangul
-SUBDIR+= imhangul_status_applet
SUBDIR+= input-pad
SUBDIR+= ja-freewnn-lib
SUBDIR+= ja-freewnn-server
diff --git a/inputmethod/imhangul_status_applet/DESCR b/inputmethod/imhangul_status_applet/DESCR
deleted file mode 100644
index f8ed3970aa2..00000000000
--- a/inputmethod/imhangul_status_applet/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-GNOME2 applet for imhangul. It displays the status of imhangul, a
-Hangul input module for GTK+-2.
diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile
deleted file mode 100644
index db9edee83d2..00000000000
--- a/inputmethod/imhangul_status_applet/Makefile
+++ /dev/null
@@ -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
-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 --git a/inputmethod/imhangul_status_applet/PLIST b/inputmethod/imhangul_status_applet/PLIST
deleted file mode 100644
index 61040bface6..00000000000
--- a/inputmethod/imhangul_status_applet/PLIST
+++ /dev/null
@@ -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 --git a/inputmethod/imhangul_status_applet/distinfo b/inputmethod/imhangul_status_applet/distinfo
deleted file mode 100644
index 10a321681c9..00000000000
--- a/inputmethod/imhangul_status_applet/distinfo
+++ /dev/null
@@ -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 --git a/inputmethod/imhangul_status_applet/patches/patch-aa b/inputmethod/imhangul_status_applet/patches/patch-aa
deleted file mode 100644
index e8ee240402b..00000000000
--- a/inputmethod/imhangul_status_applet/patches/patch-aa
+++ /dev/null
@@ -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 --git a/inputmethod/imhangul_status_applet/patches/patch-ab b/inputmethod/imhangul_status_applet/patches/patch-ab
deleted file mode 100644
index ec8eec67c41..00000000000
--- a/inputmethod/imhangul_status_applet/patches/patch-ab
+++ /dev/null
@@ -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 --git a/inputmethod/imhangul_status_applet/patches/patch-ac b/inputmethod/imhangul_status_applet/patches/patch-ac
deleted file mode 100644
index d4e9c00573c..00000000000
--- a/inputmethod/imhangul_status_applet/patches/patch-ac
+++ /dev/null
@@ -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>