summaryrefslogblamecommitdiffstats
path: root/source/kde/kde/patch/plasma-desktop.patch
blob: e0376a9d95eab9e508b8a54e6523c040b9d16b49 (plain) (tree)
1
2
3
4
5
6

                                                                                                                                                                 

                                                                 

                                                                                                                                                                      
# Don't include Discover or Konqueror launchers on the taskbar (thanks to alienBOB):
cat $CWD/patch/plasma-desktop/plasma-desktop.default_launcher_tasks.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
# Don't leave an .orig file to be packaged:
rm -f ./applets/taskmanager/package/contents/config/main.xml.orig
# [PATCH] Desktop as folder: restore functionality of the "delete" action:
cat $CWD/patch//plasma-desktop/b893a37fd9b3b5c28173c68ba963fb866a5ac0ed.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }