summaryrefslogtreecommitdiffstats
path: root/kde/patch/kirigami2.patch
blob: ab60b57e18bb056ece7795156dea3cde2ae33c82 (plain) (blame)
1
2
3
4
5
6
7
8
# Fix crashes in systemsettings5 when visiting the second icon.
# Should be fixed post kirigami2 5.64.0):
#cat $CWD/patch/kirigami2/kirigami_iconview_crash.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Make headerParent correctly aligned when there is a scrollbar:
# Should be fixed post kirigami2 5.67.0):
cat $CWD/patch/kirigami2/kirigami_scrollbar.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }