diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-28 07:24:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-28 07:24:38 +0000 |
commit | b30e328d8f6163bfc12a15acb6df44cdcad12170 (patch) | |
tree | 005fb59c9cd0fec82ef394925fd6556f89c254a3 /textproc/ibus/Makefile | |
parent | 276506d79639a0de3164a0c60bddd0598768fd02 (diff) | |
download | ports-b30e328d8f6163bfc12a15acb6df44cdcad12170.tar.gz ports-b30e328d8f6163bfc12a15acb6df44cdcad12170.zip |
Notes
Diffstat (limited to 'textproc/ibus/Makefile')
-rw-r--r-- | textproc/ibus/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 5562492ec859..90d2b36d2fcf 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= henry.hu.sh@gmail.com @@ -18,13 +18,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus@${PY_FLAVOR} \ gtkdocize:textproc/gtk-doc \ bash:shells/bash RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:devel/py-notify@${PY_FLAVOR} \ ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ setxkbmap:x11/setxkbmap -USES= autoreconf compiler cpe gmake gnome libtool localbase pathfix pkgconfig python:2.7 shebangfix +USES= autoreconf compiler cpe gmake gnome libtool localbase pathfix pkgconfig python:3.5+ shebangfix USE_GNOME= glib20 intltool librsvg2 pygobject3 USE_LDCONFIG= yes +USE_PYTHON= py3kplist SHEBANG_GLOB= *.sh @@ -35,18 +35,18 @@ INSTALLS_ICONS= yes OPTIONS_SUB= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --with-ucd-dir=${LOCALBASE}/share/unicode/ucd + --with-ucd-dir=${LOCALBASE}/share/unicode/ucd \ + --disable-python2 --disable-python-library -OPTIONS_DEFINE= NLS GTK2 GTK3 VALA GINTRO PYTHON_LIB DOCS XIM ENGINE EMOJI +OPTIONS_DEFINE= NLS GTK2 GTK3 VALA GINTRO DOCS XIM ENGINE EMOJI OPTIONS_RADIO= CONFIG OPTIONS_RADIO_CONFIG= GCONF DCONF -OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO PYTHON_LIB DCONF XIM ENGINE EMOJI +OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO DCONF XIM ENGINE EMOJI GTK2_DESC= Install GTK2 client GTK3_DESC= Install GTK3 client and panel VALA_DESC= Install vala binding GINTRO_DESC= Install GObject Introspection data -PYTHON_LIB_DESC= Install ibus Python libraries GCONF_DESC= Use GConf for configuration DCONF_DESC= Use dconf for configuration XIM_DESC= Install XIM server @@ -79,9 +79,6 @@ GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection GINTRO_CONFIGURE_ENABLE= introspection -PYTHON_LIB_USE= GNOME=pygtk2 -PYTHON_LIB_CONFIGURE_ENABLE= python-library - GCONF_USE= GNOME=gconf2 GCONF_CONFIGURE_ENABLE= gconf GCONF_VARS= GCONF_SCHEMAS=ibus.schemas |