pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(inputmethod/ibus-tutcode) honor ${PYTHON_VERSION} for PLIST
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Mon Nov 25 10:40:23 2024 +0900
Changeset: 882d4369e78a4024510ba7f4861b968024712294
Modified Files:
ibus-tutcode/Makefile
ibus-tutcode/PLIST
Log Message:
(inputmethod/ibus-tutcode) honor ${PYTHON_VERSION} for PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=882d4369e78a4024510ba7f4861b968024712294
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ibus-tutcode/Makefile | 2 ++
ibus-tutcode/PLIST | 32 ++++++++++++++++----------------
2 files changed, 18 insertions(+), 16 deletions(-)
diffs:
diff --git a/ibus-tutcode/Makefile b/ibus-tutcode/Makefile
index 147a656bb1..91e7045063 100644
--- a/ibus-tutcode/Makefile
+++ b/ibus-tutcode/Makefile
@@ -18,6 +18,8 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
USE_TOOLS+= autoconf automake gmake
+PLIST_SUBST+= PYTHON_VERSION=${PYTHON_VERSION}
+
pre-configure:
(cd ${WRKSRC}; ./autogen.sh --prefix ${PREFIX})
diff --git a/ibus-tutcode/PLIST b/ibus-tutcode/PLIST
index c80a06c260..3a0e4d7f64 100644
--- a/ibus-tutcode/PLIST
+++ b/ibus-tutcode/PLIST
@@ -1,21 +1,21 @@
@comment $NetBSD$
libexec/ibus-engine-tutcode
-share/ibus-tutcode/engine/__pycache__/engine.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/engine.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/factory.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/factory.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/tcode_rule.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/tcode_rule.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/trycode_rule.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/trycode_rule.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_bushudic.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_bushudic.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_command.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_command.cpython-311.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_rule.cpython-311.opt-1.pyc
-share/ibus-tutcode/engine/__pycache__/tutcode_rule.cpython-311.pyc
+share/ibus-tutcode/engine/__pycache__/engine.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/engine.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/factory.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/factory.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/tcode_rule.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/tcode_rule.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/trycode_rule.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/trycode_rule.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_bushudic.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_bushudic.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_command.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_command.cpython-${PYTHON_VERSION}.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_rule.cpython-${PYTHON_VERSION}.opt-1.pyc
+share/ibus-tutcode/engine/__pycache__/tutcode_rule.cpython-${PYTHON_VERSION}.pyc
share/ibus-tutcode/engine/engine.py
share/ibus-tutcode/engine/factory.py
share/ibus-tutcode/engine/main.py
Home |
Main Index |
Thread Index |
Old Index