Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 20:33:12 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344955 - head/japanese/im-ja
Message-ID:  <201402182033.s1IKXCFt035713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Feb 18 20:33:12 2014
New Revision: 344955
URL: http://svnweb.freebsd.org/changeset/ports/344955
QAT: https://qat.redports.org/buildarchive/r344955/

Log:
  Remove gnomepanel option, old gnome-panel 2.x will go away.

Modified:
  head/japanese/im-ja/Makefile
  head/japanese/im-ja/pkg-plist

Modified: head/japanese/im-ja/Makefile
==============================================================================
--- head/japanese/im-ja/Makefile	Tue Feb 18 20:17:19 2014	(r344954)
+++ head/japanese/im-ja/Makefile	Tue Feb 18 20:33:12 2014	(r344955)
@@ -10,18 +10,18 @@ MASTER_SITES=	http://im-ja.sourceforge.n
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Japanese input module for GTK2
 
-OPTIONS_DEFINE=	ANTHY CANNA WNN GNOMEPANEL
+OPTIONS_DEFINE=	ANTHY CANNA WNN
 OPTIONS_DEFAULT=	ANTHY CANNA WNN
 ANTHY_DESC=		Use Anthy
 CANNA_DESC=		Use Canna
 WNN_DESC=		Use FreeWnn
-GNOMEPANEL_DESC=	Build GNOME Panel Applet
 
 USES=		gmake pathfix perl5 pkgconfig
 USE_GNOME=	gconf2 gnomeprefix intlhack libglade2
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-schemas-install # Avoid stage violation
+CONFIGURE_ARGS+=	--disable-gnome
 
 GCONF_SCHEMAS=	im-ja.schemas
 
@@ -48,14 +48,6 @@ LIB_DEPENDS+=	libwnn.so:${PORTSDIR}/japa
 CONFIGURE_ARGS+=	--disable-wnn
 .endif
 
-.if ${PORT_OPTIONS:MGNOMEPANEL}
-USE_GNOME+=	gnomepanel
-PLIST_SUB+=	GNOMEPANEL=""
-.else
-CONFIGURE_ARGS+=	--disable-gnome
-PLIST_SUB+=	GNOMEPANEL="@comment "
-.endif
-
 post-patch:
 	${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH}
 	${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH}

Modified: head/japanese/im-ja/pkg-plist
==============================================================================
--- head/japanese/im-ja/pkg-plist	Tue Feb 18 20:17:19 2014	(r344954)
+++ head/japanese/im-ja/pkg-plist	Tue Feb 18 20:33:12 2014	(r344955)
@@ -2,14 +2,11 @@ bin/im-ja-conf
 bin/im-ja-xim-server
 lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.la
 lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.so
-%%GNOMEPANEL%%libdata/bonobo/servers/GNOME_ImJaApplet.server
-%%GNOMEPANEL%%libexec/im-ja/im-ja-applet
 libexec/im-ja/im-ja-helper
 libexec/im-ja/kpengine
 man/man1/im-ja-conf.1.gz
 man/man1/im-ja-xim-server.1.gz
 share/applications/im-ja.desktop
-%%GNOMEPANEL%%share/gnome-2.0/ui/GNOME_ImJaApplet.xml
 share/im-ja/01.unistrok
 share/im-ja/02.unistrok
 share/im-ja/03.unistrok



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402182033.s1IKXCFt035713>