pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-python



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 07:41:33 UTC 2023

Modified Files:
        pkgsrc/inputmethod/ibus-python: Makefile

Log Message:
ibus-python: switch to py27-dbus; fix for pylint complains; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/inputmethod/ibus-python/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/ibus-python/Makefile
diff -u pkgsrc/inputmethod/ibus-python/Makefile:1.25 pkgsrc/inputmethod/ibus-python/Makefile:1.26
--- pkgsrc/inputmethod/ibus-python/Makefile:1.25        Thu Jun 30 11:18:31 2022
+++ pkgsrc/inputmethod/ibus-python/Makefile     Sun Aug  6 07:41:33 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2022/06/30 11:18:31 nia Exp $
+# $NetBSD: Makefile,v 1.26 2023/08/06 07:41:33 adam Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../inputmethod/ibus/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/ibus/ibus-python/}
 
 COMMENT=       Python library for Intelligent Input Bus
-LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
@@ -32,7 +31,7 @@ CONFIGURE_ARGS+=      --disable-unicode-dict
 CONFIGURE_ARGS+=       --disable-systemd-services
 
 .include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-4.1.[0-9]*)
+.if ${CC_VERSION:Mgcc-4.1.[0-9]*}
 BUILDLINK_TRANSFORM+=  rm:-Wno-unused-but-set-variable
 .endif
 
@@ -48,7 +47,7 @@ PYTHON_VERSIONS_ACCEPTED=     27 # py-gtk2
 PY_PATCHPLIST= yes
 .include "../../lang/python/extension.mk"
 BUILDLINK_API_DEPENDS.py-dbus+=        ${PYPKGPREFIX}-dbus>=0.83.0
-.include "../../sysutils/py-dbus/buildlink3.mk"
+.include "../../sysutils/py27-dbus/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index