summaryrefslogtreecommitdiffstats
path: root/kde/patch/kalgebra.patch (unfollow)
Commit message (Collapse)AuthorFilesLines
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-12-09Add python-enum34 and hyphen to the deps build scripts Eric Hameleers2-0/+4
python-enum34 is a dependenvy for PyQt5. hyphen is a dependency for qt5-webkit.
2018-12-09Update qt5 and libdbusmenu-gtk, rebuild qt5-webkit Eric Hameleers6-44/+84
I decided to stick with Qt 5.11.3 and wait with updating to 5.12.0 until after Applications 18.12.0.
2018-12-09Rebuild all deps/telepathy packages Eric Hameleers20-84/+136
2018-10-24Fixed missing PyQt4 support in sip. Recompiled QScintilla against sip. Eric Hameleers2-24/+46
This also makes the HPLIP systray applet work again.
2018-10-24KIO: fix crash in QCoreApplication when accessing help://KDE-5_18.10 Eric Hameleers3-0/+49
2018-10-24Updates to the dependencies for upcoming Plasma5 release Eric Hameleers15-157/+149
The update of icu4c in -current required that several packages had to be recompiled or upgraded to get them to work again. Unfortunately the update of icu4c in -current co-incided with my release of KDE 5_18.10 and these deps had to be fixed post-release. Some issues emerged as a result of these updates: - SIP now stores private copies of sip.so in PyQt5 subdirectories, and the hp-systray in the hplip package fails to start as a result - In the new QScintilla packages, I was unable to compile the Python2 bindings for PyQt4.
2018-10-24Two new dependencies, python-enum34 and hyphen Eric Hameleers6-0/+257
- python-enum34 is now required by PyQt5 - hyphen is required by qt5-webkit which had to be updated from the ancient 5.9.1 release to an actively maintained port because 5.9.1 is no longer compatible with QT 5.10 and later.
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-22Updated and rebuilt some of the deps Eric Hameleers10-19/+72
OpenAL: updated cryfs: rebuilt against the new cryptopp cryptopp: updated libxkbcommon: updated qt5: updated
2018-09-22deps/lmdb removed because it was added to Slackwre Eric Hameleers3-147/+0
2018-09-09README: also mention that kpat was removed and why Eric Hameleers1-0/+2
2018-09-09Add a 'removepkg kpat' since we do not ship its package anymore Eric Hameleers1-1/+3
2018-09-08Release of KDE 5_18.09 for SlackwareKDE-5_18.095_18.09 Eric Hameleers2-701/+701
- PKGLIST updated with the list of available packages in this release (limited to slackware-current). - README updated.
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 Hameleers4-4/+4
2018-08-17Cryfs also needs a rebuild against the new boost in -current Eric Hameleers1-1/+1
2018-08-16Release of KDE 5_18.08 for SlackwareKDE-5_18.085_18.08 Eric Hameleers2-689/+696
- PKGLIST updated with the list of available packages in this release (limited to slackware-current). - README updated.
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.