summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/python-tqt/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-08 16:43:39 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-08 16:44:34 +0100
commit4215f4e89705a6e4014891e8862b00cda662f088 (patch)
tree83ca0c71605cbe202622b5d9461c7182d0d4e8aa /dilos/dependencies/python-tqt/debian
parent1bdbf52d0506aba37e6e3035929c6bb38cac76eb (diff)
downloadtde-packaging-4215f4e89705a6e4014891e8862b00cda662f088.tar.gz
tde-packaging-4215f4e89705a6e4014891e8862b00cda662f088.zip
DEB DilOS: Apply recent changes for tqscintilla and python-tqt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 90e95bdd7453bd43b7a17480cb086f26e624c1dd)
Diffstat (limited to 'dilos/dependencies/python-tqt/debian')
-rwxr-xr-xdilos/dependencies/python-tqt/debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/dilos/dependencies/python-tqt/debian/rules b/dilos/dependencies/python-tqt/debian/rules
index 0056ca307..7c6c39af2 100755
--- a/dilos/dependencies/python-tqt/debian/rules
+++ b/dilos/dependencies/python-tqt/debian/rules
@@ -61,7 +61,7 @@ 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/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
@@ -76,9 +76,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 \