Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Jan 19, 2023
1 parent da8780e commit 322e36a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/apkbuild-parser/repo.ts
Expand Up @@ -4,10 +4,8 @@ const PATCH_KWAYLAND_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./prolinux-n
const PATCH_KIMAGEFORMATS_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./prolinux-nightly/kimageformats/src/0001-avif-revert-previous-commit.patch'}
const PATCH_KWIN_REMOVE_0001PATCH: Patch = {cmd: 'truncate -s 0 ./prolinux-nightly/kwin/src/0001-Revert-autotests-Make-mapping-between-KWin-Output-an.patch'}

const PATCH_REPLACE_QT5_WITH_QT6: Patch = {cmd: 'sed -i "s/qt5/qt6/g" ./APKBUILD', runInDir: true};

export const globalPatches = [
PATCH_REPLACE_QT5_WITH_QT6,

];

// List of packages and their git repositories
Expand Down

0 comments on commit 322e36a

Please sign in to comment.