pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-array
Module Name: pkgsrc
Committed By: mef
Date: Sat May 11 06:35:31 UTC 2019
Modified Files:
pkgsrc/inputmethod/ibus-array: Makefile PLIST
Log Message:
(inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/inputmethod/ibus-array/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/ibus-array/PLIST
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-array/Makefile
diff -u pkgsrc/inputmethod/ibus-array/Makefile:1.28 pkgsrc/inputmethod/ibus-array/Makefile:1.29
--- pkgsrc/inputmethod/ibus-array/Makefile:1.28 Thu Apr 25 07:33:00 2019
+++ pkgsrc/inputmethod/ibus-array/Makefile Sat May 11 06:35:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.29 2019/05/11 06:35:31 mef Exp $
DISTNAME= ibus-array-0.1.0
PKGREVISION= 12
@@ -20,6 +20,16 @@ USE_TOOLS+= gmake pkg-config automake au
WRKSRC= ${WRKDIR}
+.include "../../lang/python/application.mk"
+
+PLIST_SUBST+= PYPKGPREFIX_NO=${PYPKGPREFIX:S/py//}
+
+.if !empty(PYPKGPREFIX:Mpy27)
+PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.py27
+.else
+PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.py3
+.endif
+
pre-configure:
${RUN}cd ${WRKSRC};${PKGSRC_SETENV} ${CONFIGURE_ENV} ./autogen.sh
@@ -31,5 +41,5 @@ SUBST_SED.epython= -e 's;exec python;exe
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
-.include "../../lang/python/application.mk"
+
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/inputmethod/ibus-array/PLIST
diff -u pkgsrc/inputmethod/ibus-array/PLIST:1.2 pkgsrc/inputmethod/ibus-array/PLIST:1.3
--- pkgsrc/inputmethod/ibus-array/PLIST:1.2 Tue Jan 20 11:24:33 2015
+++ pkgsrc/inputmethod/ibus-array/PLIST Sat May 11 06:35:31 2019
@@ -1,13 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/20 11:24:33 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/05/11 06:35:31 mef Exp $
libexec/ibus-engine-array
libexec/ibus-setup-array
share/ibus-array/icons/ibus-array.png
share/ibus-array/setup/config.py
-share/ibus-array/setup/config.pyc
-share/ibus-array/setup/config.pyo
share/ibus-array/setup/main.py
-share/ibus-array/setup/main.pyc
-share/ibus-array/setup/main.pyo
share/ibus-array/tables/array.db
share/ibus/component/array.xml
share/locale/zh_TW/LC_MESSAGES/ibus-array.mo
Home |
Main Index |
Thread Index |
Old Index