From fecf0d124335957794a06f4db44842c2fd9947c7 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Feb 2021 23:28:13 +0100 Subject: [PATCH] ktouch: remove not needed sed lines --- srcpkgs/ktouch/template | 9 --------- 1 file changed, 9 deletions(-) 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 -}