ktouch: remove not needed sed lines

This commit is contained in:
John 2021-02-08 23:28:13 +01:00
parent b0b12a2bc9
commit fecf0d1243

View file

@ -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
}