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: Tue May 14 14:39:34 UTC 2019
Modified Files:
pkgsrc/inputmethod/ibus-array: Makefile PLIST
Log Message:
(inputmethod/ibus-array) Eliminate uncessary PLIST_SRC setup. Tkgs leot@
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/inputmethod/ibus-array/Makefile
cvs rdiff -u -r1.3 -r1.4 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.29 pkgsrc/inputmethod/ibus-array/Makefile:1.30
--- pkgsrc/inputmethod/ibus-array/Makefile:1.29 Sat May 11 06:35:31 2019
+++ pkgsrc/inputmethod/ibus-array/Makefile Tue May 14 14:39:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/05/11 06:35:31 mef Exp $
+# $NetBSD: Makefile,v 1.30 2019/05/14 14:39:34 mef Exp $
DISTNAME= ibus-array-0.1.0
PKGREVISION= 12
@@ -21,15 +21,10 @@ USE_TOOLS+= gmake pkg-config automake au
WRKSRC= ${WRKDIR}
.include "../../lang/python/application.mk"
+.include "../../lang/python/pyversion.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
Index: pkgsrc/inputmethod/ibus-array/PLIST
diff -u pkgsrc/inputmethod/ibus-array/PLIST:1.3 pkgsrc/inputmethod/ibus-array/PLIST:1.4
--- pkgsrc/inputmethod/ibus-array/PLIST:1.3 Sat May 11 06:35:31 2019
+++ pkgsrc/inputmethod/ibus-array/PLIST Tue May 14 14:39:34 2019
@@ -1,9 +1,15 @@
-@comment $NetBSD: PLIST,v 1.3 2019/05/11 06:35:31 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/14 14:39:34 mef Exp $
libexec/ibus-engine-array
libexec/ibus-setup-array
share/ibus-array/icons/ibus-array.png
+${PLIST.py2x}share/ibus-array/setup/main.pyc
+${PLIST.py2x}share/ibus-array/setup/main.pyo
+${PLIST.py2x}share/ibus-array/setup/config.pyc
+${PLIST.py2x}share/ibus-array/setup/config.pyo
share/ibus-array/setup/config.py
share/ibus-array/setup/main.py
share/ibus-array/tables/array.db
share/ibus/component/array.xml
share/locale/zh_TW/LC_MESSAGES/ibus-array.mo
+${PLIST.py3x}share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.opt-1.pyc
+${PLIST.py3x}share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.pyc
Home |
Main Index |
Thread Index |
Old Index