summaryrefslogtreecommitdiffstats
path: root/source/kde/patch/kde-workspace.patch
blob: 6cc98a91e410b1e403c826f3ccb6872e7b45020e (plain) (blame)
1
2
3
4
5
6
7
8
# Increase the timeout to accomodate slow-to-initialize video chipset drivers:
zcat $CWD/patch/kde-workspace/kde-workspace.kdm.server.timeout.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Always show 'remaining time' in the popup of the battery plasmoid:
zcat $CWD/patch/kde-workspace/kde-workspace.batteryapplet.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix issues with recent glibc crypt() returning NULL:
zcat $CWD/patch/kde-workspace/kde-workspace.shadow.changeset_r7777194da6154375fc8103b8c4e29e385cd7ae2e.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }