mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Remove gnomepanel option, old gnome-panel 2.x will go away.
This commit is contained in:
parent
384b1c76f3
commit
80a9009d44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344955
2 changed files with 2 additions and 13 deletions
|
@ -10,18 +10,18 @@ MASTER_SITES= http://im-ja.sourceforge.net/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Japanese input module for GTK2
|
COMMENT= Japanese input module for GTK2
|
||||||
|
|
||||||
OPTIONS_DEFINE= ANTHY CANNA WNN GNOMEPANEL
|
OPTIONS_DEFINE= ANTHY CANNA WNN
|
||||||
OPTIONS_DEFAULT= ANTHY CANNA WNN
|
OPTIONS_DEFAULT= ANTHY CANNA WNN
|
||||||
ANTHY_DESC= Use Anthy
|
ANTHY_DESC= Use Anthy
|
||||||
CANNA_DESC= Use Canna
|
CANNA_DESC= Use Canna
|
||||||
WNN_DESC= Use FreeWnn
|
WNN_DESC= Use FreeWnn
|
||||||
GNOMEPANEL_DESC= Build GNOME Panel Applet
|
|
||||||
|
|
||||||
USES= gmake pathfix perl5 pkgconfig
|
USES= gmake pathfix perl5 pkgconfig
|
||||||
USE_GNOME= gconf2 gnomeprefix intlhack libglade2
|
USE_GNOME= gconf2 gnomeprefix intlhack libglade2
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-schemas-install # Avoid stage violation
|
CONFIGURE_ARGS= --disable-schemas-install # Avoid stage violation
|
||||||
|
CONFIGURE_ARGS+= --disable-gnome
|
||||||
|
|
||||||
GCONF_SCHEMAS= im-ja.schemas
|
GCONF_SCHEMAS= im-ja.schemas
|
||||||
|
|
||||||
|
@ -48,14 +48,6 @@ LIB_DEPENDS+= libwnn.so:${PORTSDIR}/japanese/FreeWnn-lib
|
||||||
CONFIGURE_ARGS+= --disable-wnn
|
CONFIGURE_ARGS+= --disable-wnn
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGNOMEPANEL}
|
|
||||||
USE_GNOME+= gnomepanel
|
|
||||||
PLIST_SUB+= GNOMEPANEL=""
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --disable-gnome
|
|
||||||
PLIST_SUB+= GNOMEPANEL="@comment "
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH}
|
${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH}
|
||||||
${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH}
|
${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH}
|
||||||
|
|
|
@ -2,14 +2,11 @@ bin/im-ja-conf
|
||||||
bin/im-ja-xim-server
|
bin/im-ja-xim-server
|
||||||
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.la
|
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.la
|
||||||
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.so
|
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/im-ja-helper
|
||||||
libexec/im-ja/kpengine
|
libexec/im-ja/kpengine
|
||||||
man/man1/im-ja-conf.1.gz
|
man/man1/im-ja-conf.1.gz
|
||||||
man/man1/im-ja-xim-server.1.gz
|
man/man1/im-ja-xim-server.1.gz
|
||||||
share/applications/im-ja.desktop
|
share/applications/im-ja.desktop
|
||||||
%%GNOMEPANEL%%share/gnome-2.0/ui/GNOME_ImJaApplet.xml
|
|
||||||
share/im-ja/01.unistrok
|
share/im-ja/01.unistrok
|
||||||
share/im-ja/02.unistrok
|
share/im-ja/02.unistrok
|
||||||
share/im-ja/03.unistrok
|
share/im-ja/03.unistrok
|
||||||
|
|
Loading…
Add table
Reference in a new issue