diff --git a/srcpkgs/ktouch/template b/srcpkgs/ktouch/template index f6b17229723..ac95212e3c6 100644 --- a/srcpkgs/ktouch/template +++ b/srcpkgs/ktouch/template @@ -16,12 +16,3 @@ license="GPL-2.0-or-later" homepage="https://kde.org/applications/en/education/org.kde.ktouch" distfiles="${KDE_SITE}/release-service/${version}/src/ktouch-${version}.tar.xz" checksum=76c80e85dcd30704341a5ed997915321a5daf2fc32f38ed2c2db59f84afd7d48 - -post_configure() { - sed -e 's|/usr/bin/qmlcachegen|/usr/bin/qmlcachegen-qt5|g' \ - -i build/src/CMakeFiles/ktouch.dir/build.make - - # Fix path for qmlcachegen on cross builds - sed -e "s|${XBPS_CROSS_BASE}/usr/bin/qmlcachegen-qt5|/usr/bin/qmlcachegen-qt5|g" \ - -i build/src/CMakeFiles/ktouch.dir/build.make -}