pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/im-ja im-ja: Disable GNOME 2 panel applet ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de562d3edefe
branches: trunk
changeset: 420231:de562d3edefe
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 01 14:16:41 2020 +0000
description:
im-ja: Disable GNOME 2 panel applet support.
inspired by FreeBSD Ports - gnome2 is dead, long live mate.
bump PKGREVISION
diffstat:
inputmethod/im-ja/DESCR | 3 +--
inputmethod/im-ja/Makefile | 11 +++--------
inputmethod/im-ja/PLIST | 5 +----
inputmethod/im-ja/options.mk | 18 ++++--------------
4 files changed, 9 insertions(+), 28 deletions(-)
diffs (99 lines):
diff -r 5348a36298d1 -r de562d3edefe inputmethod/im-ja/DESCR
--- a/inputmethod/im-ja/DESCR Wed Jan 01 14:06:41 2020 +0000
+++ b/inputmethod/im-ja/DESCR Wed Jan 01 14:16:41 2020 +0000
@@ -2,5 +2,4 @@
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
-through a GUI. An optional applet is also included for the gnome-panel which
-can be used to display and change the input method.
+through a GUI.
diff -r 5348a36298d1 -r de562d3edefe inputmethod/im-ja/Makefile
--- a/inputmethod/im-ja/Makefile Wed Jan 01 14:06:41 2020 +0000
+++ b/inputmethod/im-ja/Makefile Wed Jan 01 14:16:41 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2019/07/21 22:25:10 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2020/01/01 14:16:41 nia Exp $
#
DISTNAME= im-ja-1.5
-PKGREVISION= 66
+PKGREVISION= 67
CATEGORIES= inputmethod japanese
MASTER_SITES= http://im-ja.sourceforge.net/
@@ -20,14 +20,9 @@
GTK2_IMMODULES= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --disable-gnome
.include "options.mk"
-
-SUBST_CLASSES+= fixpkgcfg
-SUBST_STAGE.fixpkgcfg= pre-configure
-SUBST_FILES.fixpkgcfg= configure
-SUBST_SED.fixpkgcfg= -e 's|libpanelapplet-2.0|libgnomeui-2.0 libpanelapplet-2.0|g'
-
.include "../../devel/GConf/schemas.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff -r 5348a36298d1 -r de562d3edefe inputmethod/im-ja/PLIST
--- a/inputmethod/im-ja/PLIST Wed Jan 01 14:06:41 2020 +0000
+++ b/inputmethod/im-ja/PLIST Wed Jan 01 14:16:41 2020 +0000
@@ -1,16 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:29:39 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/01 14:16:41 nia Exp $
bin/im-ja-conf
${PLIST.xim}bin/im-ja-xim-server
-${PLIST.gnome}lib/bonobo/servers/GNOME_ImJaApplet.server
lib/gtk-2.0/2.10.0/immodules/im-ja.la
-${PLIST.gnome}libexec/im-ja/im-ja-applet
libexec/im-ja/im-ja-helper
libexec/im-ja/kpengine
man/man1/im-ja-conf.1
${PLIST.xim}man/man1/im-ja-xim-server.1
share/applications/im-ja.desktop
share/gconf/schemas/im-ja.schemas
-${PLIST.gnome}share/gnome-2.0/ui/GNOME_ImJaApplet.xml
share/im-ja/01.unistrok
share/im-ja/02.unistrok
share/im-ja/03.unistrok
diff -r 5348a36298d1 -r de562d3edefe inputmethod/im-ja/options.mk
--- a/inputmethod/im-ja/options.mk Wed Jan 01 14:06:41 2020 +0000
+++ b/inputmethod/im-ja/options.mk Wed Jan 01 14:16:41 2020 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2012/03/10 15:24:50 obache Exp $
+# $NetBSD: options.mk,v 1.3 2020/01/01 14:16:41 nia Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.im-ja
-PKG_SUPPORTED_OPTIONS= anthy canna wnn4 skk gnome xim
-PKG_SUGGESTED_OPTIONS= anthy canna skk gnome xim
+PKG_SUPPORTED_OPTIONS= anthy canna wnn4 skk xim
+PKG_SUGGESTED_OPTIONS= anthy canna skk xim
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= gnome xim
+PLIST_VARS+= xim
#
# Canna support
@@ -44,16 +44,6 @@
.endif
#
-# Gnome applet
-#
-.if !empty(PKG_OPTIONS:Mgnome)
-.include "../../x11/gnome-panel/buildlink3.mk"
-PLIST.gnome= yes
-.else
-CONFIGURE_ARGS+= --disable-gnome
-.endif
-
-#
# XIM support
#
.if !empty(PKG_OPTIONS:Mxim)
Home |
Main Index |
Thread Index |
Old Index