summaryrefslogtreecommitdiffstats
path: root/kde (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-15frameworkintegration: fix the slack-desc file Eric Hameleers1-4/+4
2019-05-13Plasma-extra: added latte-dock Eric Hameleers2-0/+21
You can use Latte Dock as an alternative to the default Task Manager widget in the Plasma5 panel. To achieve this, you first have to move the default panel to the top of the screen: - Unlock widgets if needed. - Right-click the panel and select "Panel Options > Configure Panel". - Left-click and hold the "Screen Edge" button and drag the complete panel to the top of your screen. Then remove the default Task Manager: - Add a "spacer" widget next to the Task Manager. - Hoever over the Task Manager area with your mouse and select "Remove". The spacer you just added will fill the vacated area. Start Latte from the Plsama menu. It will add itself as an 'Autostart" program so it will always be there when you login. - Optionally configure Latte by starting programs and then pinning them to the dock, like with the default Task Manager.
2019-05-11ktorrent: embed a local copy of the GeoIP database Eric Hameleers5-0/+46
The online version of GeoIP has been discontinued in favor of a new API. The ktorrent code has not been updated for the new API and therefore the program spits out a download error for geoip.dat everytime it starts. By embedding a local copy of the database, a download is not attempted and the error is gone.
2019-05-11kpmcore: install the dbus files in the correct location Eric Hameleers3-1/+26
partitionmanager failed to scan the disks because the permission definitions were in the wrong place and elevated (root) access could not be obtained.
2019-05-10kinfocenter: rebuilt to pick up 'about system' changed info Eric Hameleers1-0/+1
2019-05-10Kinfocenter: add relevant detail to the 'about system' dialog box Eric Hameleers1-1/+2
2019-05-09Kwin: nasty hack to fix something I could not fix in Qt5 package Eric Hameleers1-0/+29
2019-05-09Konsole: fix rendering of cursor if non-default theme is selected Eric Hameleers2-0/+87
This issue was fixed post 18.12.3, so the patch is added but not applied since we now compile konsole-19.04.1.
2019-05-09Krita: hack around tablet issues with un-patched Qt 5.12 Eric Hameleers2-0/+71
2019-05-09Kate: update the patch that allows running kate and kwrite using sudo/kdesu Eric Hameleers1-12/+12
2019-05-09Reset the BUILD numbers for KDE tarballs in preparation for the next batch Eric Hameleers16-16/+0
2019-02-21Update digikam Eric Hameleers1-1/+0
2019-02-21Updated kde packages for the new python3-3.7.2 in slackware-current Eric Hameleers16-2/+16
Frameworks: kauth, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kguiaddons, ki18n, kitemmodels, kitemviews, kjobwidgets, kwidgetsaddons Applications: cantor Applications-extra: kdev-python, krita
2019-02-14Krita recompile to improve compatibility with Qt 5.12 Eric Hameleers3-1/+120
2019-01-16Two new applications: knights and kirigami-gallery Eric Hameleers3-2/+42
2019-01-16Remove the upstreamed patches Eric Hameleers5-3/+47
2019-01-16Reset the BUILD numbers Eric Hameleers1-0/+1
2018-12-09Don't ask... this patch works, the first version did not apply Eric Hameleers1-13/+5
2018-12-09Reset BUILD number for kio Eric Hameleers1-1/+0
2018-12-09kcoreaddons needs to be compiled before kguiaddons now Eric Hameleers1-2/+2
2018-12-09Add a patch to make umbrello compile against Qt >= 5.10 Eric Hameleers2-0/+38
2018-12-09KDE messagelib: apply security patch Eric Hameleers2-0/+32
CVE-2018-19516: HTML email can open browser window automatically.
2018-12-09Disable patch that was applied upstream Eric Hameleers1-1/+1
2018-12-09Recompile umbrello after kdevelop has been built. Eric Hameleers1-0/+1
Umbrello will pick up its PHP parser.
2018-12-09KDE: use number of available cores to parallellize Eric Hameleers1-1/+1
Using `nproc` is better than the old hardcoding to 7 parallel jobs.
2018-10-24KIO: fix crash in QCoreApplication when accessing help://KDE-5_18.10 Eric Hameleers3-0/+49
2018-10-24KScreenlocker patch ported from 5.14 is no longer needed Eric Hameleers1-1/+1
2018-10-24Reset the BUILD numbers for the new round of compilations Eric Hameleers1-1/+0
2018-09-08The syndication package moved from kdepim to frameworks Eric Hameleers2-1/+1
2018-09-08Updated applications-extra:kdevelop Eric Hameleers1-1/+0
2018-09-08Disable applications/kpat package because it requires fc-solver Eric Hameleers1-1/+2
And fc-solver is not part of the Slackware distro. It in turn requires additional packages and I am not prepared to add four new packages to Slackware just to provide a Freecell solver for a Patience game. Still wondering why the developer felt the need to impose a hard dependency instead of making fc-solver an optional dep...
2018-09-08Disable patch that has been applied upstream Eric Hameleers1-1/+2
2018-09-08Package updates as a result of poppler bump to 0.68.0 Eric Hameleers3-3/+3
2018-08-12Backport two kscreenlocker patches from the 5.14 branch Eric Hameleers3-0/+169
- Force software rendering when greeter crashed: - Load QtQuickSettings for software rendering (KDEBUG #347772): In particular the second patch eliminates 100% CPU usage in the lockscreen in case you have older hardware and rely on software rendering. I think this warrants the backport into Slackware's Plasma5 Desktop.
2018-08-12Krita needs a rebuild against new boost libraries Eric Hameleers1-0/+1
2018-08-12Kpkpass and kitinery are two new packages in KDEPIM Eric Hameleers3-1/+40
2018-08-12Disable a no longer relevant patch Eric Hameleers1-1/+1
2018-08-12Avoid a hard dependency for kpat on freecell-solver Eric Hameleers2-2/+2
We don't have freecell-solver in Slackware and I do want to have kpat.
2018-08-12Refresh the patches that allow dolphin and kate to run as root Eric Hameleers2-82/+58
2018-08-12Prepare port of plasma-pa from gconf to gsettings Eric Hameleers2-0/+588
But we have to wait until post 5.13.4 because the patch does not yet apply.
2018-08-12Rebuilds caused by boost library upgrade in -current Eric Hameleers2-2/+2
2018-08-10Fix kde-dev-utils build against KF 5.48.0 (only relevant for 18.04.3) Eric Hameleers2-0/+159
2018-08-10Recompile kile against new poppler Eric Hameleers1-0/+1
2018-08-10Recompile calligra against new poppler and Qt 5.11 Eric Hameleers3-1/+139
2018-08-10Prepare for reverting a future hard dependency on fc-solver in kpat Eric Hameleers2-0/+1480
2018-08-10Circular dependenvy between plasma-workspace and kde-cli-tools Eric Hameleers1-2/+5
2018-08-10Fix a hardcoded 'lib64' Eric Hameleers1-2/+2
2018-08-10Reset BUILD numbers for the new software releases Eric Hameleers5-5/+0
2018-06-23Package rebuilds due to poppler upgrade in slackware-current Eric Hameleers9-1/+62
deps:poppler frameworks:kfilemetadata5 kdepim:kdepim-addons applications:okular applications-extra:calligra,krita
2018-06-02plasma-extra:wacomtablet: added. Eric Hameleers2-0/+20