summaryrefslogtreecommitdiffstats
path: root/kde/slack-desc (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-30xdg-desktop-portal-kde: enable pipewire Eric Hameleers1-1/+1
2020-07-30SDDM: install man pages in the correct location and compress them Eric Hameleers2-1/+2
2020-07-30Deps: remove updates.SlackBuild and update alldeps.SlackBuild Eric Hameleers2-109/+2
2020-07-30Deps: recompiled speech-dispatcher Eric Hameleers1-2/+2
2020-07-30Deps: updated dbus and qca-qt5 Eric Hameleers3-4/+5
2020-07-30Remove packages that moved into Slackware proper Eric Hameleers25-2150/+0
The espeak-ng, hack-font-ttf, noto-cjk-font-ttf, noto-font-ttf and pcaudiolib packages are now part of Slackware. The flite package has been decommissioned - we will not be using it and will rely on espeak-ng only.
2020-07-30Add scripts to fetch tarballs of krita and wacomtablet Eric Hameleers2-0/+104
2020-07-30deps/mlt needed a recompilation against Qt 5.15 to fix broken kdenlive Eric Hameleers2-1/+54
2020-07-30Deps: add pipewire as a new dependency for krfb and xdg-desktop-portal-kde Eric Hameleers4-0/+179
2020-07-30Reset KDE BUILD numbers in preparation for the next batch Eric Hameleers2-2/+0
2020-07-30Cleanup unused KDE patches Eric Hameleers179-23375/+1
Thanks to Patrick Volkerding for the effort.
2020-07-30kdelibs: fix for the relocated grantlee-qt4 includes Eric Hameleers3-47/+14
And remove redundant patch
2020-07-30Ktorrent: fix linking error and fix systray icon visibility Eric Hameleers3-0/+279
2020-07-30plasma-wayland-protocols: add a missing protocol version bump Eric Hameleers2-0/+62
2020-07-30KDEBUG 423003: prevent krunner crash Eric Hameleers2-0/+58
2020-07-30Falkon: fix compilation against Qt 5.15 Eric Hameleers2-0/+22
2020-07-30Calligraplan: fix compilation against Qt 5.15 Eric Hameleers2-11/+12
2020-07-30Baloo: disable indexing by default Eric Hameleers2-3/+14
2020-07-30Ark: apply patch for CVE-2020-16116 Eric Hameleers2-5/+50
2020-07-30Refreshing all KDE slack-desc files Eric Hameleers383-1226/+1225
Thanks Patrick Volkerding for the effort.
2020-07-30KDav: moved from Kdepim to Frameworks Eric Hameleers2-1/+1
2020-06-18Fix KDEBUG 423093 Eric Hameleers7-1/+69
See https://bugs.kde.org/show_bug.cgi?id=423093 (Password is asked twice when connecting to a new WiFi network) Fixed in Frameworks 5.72.0 and Plasma 5.20.0, but annoying enough that I applied the patches that were made available.
2020-06-18The Plasma X11 session needs to be started through dbus-run-session Eric Hameleers2-3/+12
The Plasma Wayland session script already does this. Without it, you will notice that DBUS_SESSION_BUS_ADDRESS is not getting set and for instance Chromium can no longer connect to KWallet via D-Bus.
2020-06-18Let's add that second '=' ;-) Eric Hameleers1-1/+1
2020-06-17Deps/elogind: do not modify rc.local Eric Hameleers1-10/+11
Instead rely on Slackware's rc.M to start either rc.consolekit or else the rc.elogind script. Patch to rc.M is queued-up by Pat.
2020-06-17Deps/elogind: build the man pages Eric Hameleers1-1/+1
2020-06-17Applications: build konsole before kate Eric Hameleers1-1/+1
Kate has an optional dependency on konsole (so that you can open a terminal in Kate).
2020-06-17Applications/konsole: remove upstreamed patches Eric Hameleers1-4/+4
2020-06-17Deps/xorg-server: refresh the build script Eric Hameleers5-12/+414
Sync with the Slackware version. Used in an attempt to troubleshoot the VT switch behaviour in runlevel 3 with elogind installed... turned out that /usr/bin/startx needed a different patch, replacing a systemd check with an elogind check.