From 42fcdf1de2b565476df333cf4d4695afe4d4bcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 26 Sep 2024 10:00:18 +0700 Subject: [PATCH] python3-pyqt6-qsci: fix builddepends --- srcpkgs/python3-pyqt6-qsci/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyqt6-qsci/template b/srcpkgs/python3-pyqt6-qsci/template index d245c0e3ab8..12f7466c79f 100644 --- a/srcpkgs/python3-pyqt6-qsci/template +++ b/srcpkgs/python3-pyqt6-qsci/template @@ -8,7 +8,7 @@ build_wrksrc=Python build_style=sip-build build_helper=qemu hostmakedepends="qt6-base-devel qscintilla-qt6-devel python3-PyQt-builder - python3-pyqt6-tools-devel python3-pyqt6-printsupport-devel pkg-config" + python3-pyqt6-bindings pkg-config" makedepends="qscintilla-qt6-devel qt6-tools-devel python3-devel" depends="python3-pyqt6" short_desc="Qt6 port of Scintilla editor - Python 3 binding" @@ -19,8 +19,7 @@ distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${vers checksum=dfe13c6acc9d85dfcba76ccc8061e71a223957a6c02f3c343b30a9d43a4cdd4d lib32disabled=yes -CXXFLAGS="$(printf " -I$XBPS_CROSS_BASE/usr/include/qt6/%s" \ - QtWidgets QtPrintSupport)" +CXXFLAGS="$(printf " -I$XBPS_CROSS_BASE/usr/include/qt6/%s" QtWidgets QtPrintSupport)" post_extract() { rm -rf src