forked from FemboyOS/fempkg_recipes
qt6: remove useless patch
This commit is contained in:
@@ -13,11 +13,7 @@ destdir = f"{fembuilddir}/DESTDIR"
|
|||||||
build = [
|
build = [
|
||||||
# Extract and patch source
|
# Extract and patch source
|
||||||
f"mkdir -p /var/fempkg/ /var/fempkg/build {fembuilddir} || true && "
|
f"mkdir -p /var/fempkg/ /var/fempkg/build {fembuilddir} || true && "
|
||||||
f"cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/qt-everywhere-src-{pkgver}.tar.xz && "
|
f"cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/qt-everywhere-src-{pkgver}.tar.xz",
|
||||||
f"cd {builddir} && wget https://raw.githubusercontent.com/immortalwrt/packages/refs/heads/master/utils/qt6tools/patches/010-no-clang.patch",
|
|
||||||
|
|
||||||
# Apply patch
|
|
||||||
f"cd {builddir}/qttools && patch -p1 < ../010-no-clang.patch",
|
|
||||||
|
|
||||||
f"""cd {builddir} && sed -e '/!p->receivedExpose/i \\
|
f"""cd {builddir} && sed -e '/!p->receivedExpose/i \\
|
||||||
if (e->isExposed) {{\\
|
if (e->isExposed) {{\\
|
||||||
|
|||||||
Reference in New Issue
Block a user