summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-06 17:25:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-08 16:34:11 +0100
commit1bdbf52d0506aba37e6e3035929c6bb38cac76eb (patch)
tree56977f101102d86cde3e5d70df7a6a320667ae36
parent90705472678fb9cadd54ef97824f0d64448f7a8e (diff)
downloadtde-packaging-1bdbf52d.tar.gz
tde-packaging-1bdbf52d.zip
DEB python-tqt: Update paths for TQScintilla built using CMake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f5160fc35b46b92fb143887980e30c2f3d01b567)
-rwxr-xr-xdebian/_base/dependencies/python-tqt/debian/rules8
-rwxr-xr-xubuntu/_base/dependencies/python-tqt/debian/rules8
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/_base/dependencies/python-tqt/debian/rules b/debian/_base/dependencies/python-tqt/debian/rules
index 0d9bda729..cf228c2b5 100755
--- a/debian/_base/dependencies/python-tqt/debian/rules
+++ b/debian/_base/dependencies/python-tqt/debian/rules
@@ -58,9 +58,9 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && echo yes \
| python$* ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
-v /usr/share/sip/tqt \
@@ -73,9 +73,9 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \
-v /usr/share/sip/tqt \
diff --git a/ubuntu/_base/dependencies/python-tqt/debian/rules b/ubuntu/_base/dependencies/python-tqt/debian/rules
index 0d9bda729..cf228c2b5 100755
--- a/ubuntu/_base/dependencies/python-tqt/debian/rules
+++ b/ubuntu/_base/dependencies/python-tqt/debian/rules
@@ -58,9 +58,9 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && echo yes \
| python$* ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
-v /usr/share/sip/tqt \
@@ -73,9 +73,9 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \
-v /usr/share/sip/tqt \