[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / ibus-python

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/inputmethod/ibus-python/Attic/Makefile between version 1.5 and 1.15

version 1.5, 2014/07/12 12:22:22 version 1.15, 2018/07/03 05:03:21
Line 7  PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibu
Line 7  PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibu
 COMMENT=        Python library for Intelligent Input Bus  COMMENT=        Python library for Intelligent Input Bus
 LICENSE=        gnu-lgpl-v2.1  LICENSE=        gnu-lgpl-v2.1
   
 GNU_CONFIGURE=  yes  USE_LANGUAGES=          c c++
 USE_LIBTOOL=    yes  USE_LIBTOOL=            yes
 USE_TOOLS+=     pkg-config intltool msgfmt gmake  
 USE_LANGUAGES=  c c++  
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
   USE_TOOLS+=             pkg-config intltool msgfmt gmake
   GNU_CONFIGURE=          yes
   
 DEPENDS+=               ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus  DEPENDS+=       ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus
 DEPENDS+=               ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2  DEPENDS+=       ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
   DEPENDS+=       ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
   
 PKGCONFIG_OVERRIDE+=    ibus-1.0.pc.in  PKGCONFIG_OVERRIDE+=    ibus-1.0.pc.in
   
Line 25  CONFIGURE_ARGS+= --disable-nls
Line 26  CONFIGURE_ARGS+= --disable-nls
 CONFIGURE_ARGS+=        --disable-libnotify  CONFIGURE_ARGS+=        --disable-libnotify
 CONFIGURE_ARGS+=        --disable-engine  CONFIGURE_ARGS+=        --disable-engine
 CONFIGURE_ARGS+=        --disable-surround-text  CONFIGURE_ARGS+=        --disable-surround-text
   CONFIGURE_ARGS+=        --disable-emoji-dict
   CONFIGURE_ARGS+=        --disable-unicode-dict
   
 .include "../../mk/compiler.mk"  .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-4.1.[0-9]*)  .if !empty(CC_VERSION:Mgcc-4.1.[0-9]*)
Line 34  BUILDLINK_TRANSFORM+= rm:-Wno-unused-but
Line 37  BUILDLINK_TRANSFORM+= rm:-Wno-unused-but
 NO_BUILD=       yes  NO_BUILD=       yes
 INSTALL_DIRS=   bindings ibus  INSTALL_DIRS=   bindings ibus
   
 CONFIGURE_ARGS+=                --disable-dconf  CONFIGURE_ARGS+=        --disable-dconf
 CONFIGURE_ARGS+=                --disable-gconf  CONFIGURE_ARGS+=        --disable-gconf
 CONFIGURE_ARGS+=                --enable-python-library  CONFIGURE_ARGS+=        --enable-python-library
 CONFIGURE_ENV+=                 PYTHON2=${PYTHONBIN}  CONFIGURE_ENV+=         PYTHON2=${PYTHONBIN}
   
 PYTHON_VERSIONS_INCOMPATIBLE=   26 33 34 # py-gtk2  PYTHON_VERSIONS_INCOMPATIBLE=   34 35 36 37 # py-gtk2
   
 .include "../../devel/py-gobject3/buildlink3.mk"  
 PY_PATCHPLIST=  yes  PY_PATCHPLIST=  yes
 .include "../../lang/python/extension.mk"  .include "../../lang/python/extension.mk"
 BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.83.0  BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.83.0
 .include "../../sysutils/py-dbus/buildlink3.mk"  .include "../../sysutils/py-dbus/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"  .include "../../textproc/iso-codes/buildlink3.mk"
   .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>