summaryrefslogtreecommitdiffstats
path: root/kde (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add wayland support (not enabled in regular repo) Eric Hameleers2017-10-242-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In an attempt to keep a single source tree for both 'latest' and 'testing' repositories, everything to support a Plasma5 Wayland session was added. This was made possible *without* the need for PAM or systemd because the ConsoleKit2 and KWin developers cooperated (on my request :-) to add the logind DBus API to CK2 and make KWin accept CK2 as an alternative to systemd-logind if the latter is not present. Note that this requires recompilation of two stock Slackware packages, mesa and xorg-server, to let them gain Wayland support. Build order: Deps: - ConsoleKit2 - wayland and wayland-protocols - mesa - xorg-server - libxkbcommon - qt5 Frameworks: - kwayland - plasma-framework Plasma; - kinfocenter - kscreenlocker - kwayland-integration - libkscreen2 - plasma-desktop - plasma-integration - plasma-workspace - powerdevil - kwin In order to start a Wayland session (you'll need to use packages from the 'testing' repository) either run 'startkwayland' from your console prompt in runlevel 3, or choose the "Plasma (Wayland)" session in the SDDM dropdown if you are booting into runlevel 4.
* ktexteditor: fix broken auto-indentation for some languages (e.g. python) Eric Hameleers2017-10-223-0/+36
|
* Add applications-extra:yakuake Eric Hameleers2017-10-214-2/+22
| | | | | | | | | | | | | This commit is a bit of education on how to add a package on your own. I don't do this with the intention of adding yakuake to my repository, but to make it easier for people who have a need of it, to build it themselves. Just download the latest stable tarball from: https://download.kde.org/stable/yakuake/ and move the tarball into ./kde/src/applications-extra/ Then run: cd kde ./KDE.SlackBuild applications-extra:yakuake The resulting package can be found in /tmp/kde_build afterwards.
* Prepare for KDE 5_17.10 for Slackware Eric Hameleers2017-10-141-1/+1
|
* smokeqt: add "-std=c++98" to the CXXFLAGS Eric Hameleers2017-10-141-0/+18
|
* Remove upstreamed patches Eric Hameleers2017-10-142-2/+2
|
* Enable kdev-python for slackware-current Eric Hameleers2017-10-141-1/+1
| | | | This requires python3 and so we had to wait until that was added to Slackware.
* New tarballs added to the build Eric Hameleers2017-10-149-2/+68
| | | | | | frameworks/qqc2-desktop-style plasma/drkonqi plasma/plasma-vault
* perlqt: tried - unsuccessfully - to make it compile again Eric Hameleers2017-10-143-0/+16
|
* Reset the BUILD numbers Eric Hameleers2017-10-149-9/+6
|
* Applications: compile dolphin after baloo5-widgets Eric Hameleers2017-10-011-17/+19
| | | | | | | That should allow dolphin to pick up metadata it is currently lacking. Such information is now missing from the places and information panel in Dolphin, compared to KDE Neon. Thanks to CapEnt (visitor on my blog).
* Bugfixes to KDE 5_17.09: akonadi Eric Hameleers2017-09-172-9/+83
| | | | | | | akonadi: re-patched to make it work with mariadb 10.2.8 This time, I used the official patch (written by our own pprkut) which was applied to the akonadi git repository today and which will be part of the next akonadi release (17.08.2).
* Bugfixes to KDE 5_17.09: akonadi, kile Eric Hameleers2017-09-124-2/+22
| | | | | | kile: recompiled against newer poppler. akonadi: patched to make it work with mariadb 10.2.8 (real bug is in qtsql, see https://bugreports.qt.io/browse/QTBUG-63108).
* Prepare for KDE 5_17.09 for Slackware Eric Hameleers2017-09-111-1/+1
|
* Update / disable KDE patches Eric Hameleers2017-09-114-6/+6
|
* Enable mp3 support in kwave Eric Hameleers2017-09-111-0/+1
|
* Explicitly use udisks2 in kdelibs Eric Hameleers2017-09-111-0/+1
|
* Recompiled calligra Eric Hameleers2017-09-111-1/+1
|
* Kirigami2 was added to Frameworks Eric Hameleers2017-09-114-0/+22
|
* Some applications have been ported to KF5 Eric Hameleers2017-09-1111-0/+11
|
* Reset BUILD numbers for KDE sources Eric Hameleers2017-09-118-9/+0
|
* kde4/kfilemetadata: fix the new build number Eric Hameleers2017-07-221-1/+1
|
* Fix digikam compilation against latest slackware-current Eric Hameleers2017-07-222-0/+13342
| | | | | | | Huge patch was taken from git master. It will end up in a regular digikam release at some point. The developer thinks it only fixes compilation on MacOS and told us that our issue was with an incomplete Qt5 package. He is wrong.
* Several packages need a rebuild after recent slackware-current updates Eric Hameleers2017-07-229-0/+9
| | | | | | | | | | | | libkexiv2_4 kfilemetadata libkexiv2 kfilemetadata5 kde-runtime gwenview okular krita digikam
* kfilemetadata5 is a framework nowadays Eric Hameleers2017-07-221-1/+1
|
* Prepare for KDE 5_17.07 for Slackware Eric Hameleers2017-07-181-1/+1
|
* kdenlive compiles with gcc7 now, disable the patch Eric Hameleers2017-07-181-1/+1
|
* Disable an upstreamed patch for kwin Eric Hameleers2017-07-181-1/+1
|
* Fix the 'dolphin - super user mode' desktop file Eric Hameleers2017-07-181-1/+1
|
* Proper differentiation between kdesu for KF5 and for kdelibs4 Eric Hameleers2017-07-182-1/+5
| | | | | Rename the symlink for the kdelibs4 based kdesu to 'kdesu4', and let the 'kdesu' symlink in the $PATH point to the KF5 version instead.
* Revert a commit for ksudoku preventing its menu entry to work Eric Hameleers2017-07-182-0/+19
| | | | | Reason: ksudoku is still kdelibs4 based, not KF5, and this reverted commit was meant only for the master branch.
* applications-extra/kile: added. Eric Hameleers2017-07-184-2/+24
|
* Prepare for KDE 5_17.06 for Slackware Eric Hameleers2017-06-251-1/+1
|
* Apply workaround in kwin for regression in qt 5.9 Eric Hameleers2017-06-253-0/+156
| | | | | | Additionally, apply a trivial patch for testing the CK2 session controller interface as a replacement for systemd-logind; this is not yet useful but will be, once I get the Wayland compositor to work.
* Add a 'run dolphin as root' menu entry Eric Hameleers2017-06-251-0/+14
|
* Re-apply setcap command to <libdir>/kf5/start_kdeinit Eric Hameleers2017-06-251-0/+7
| | | | | The build process fails to run setcap successfully so we implement this in the package's doinst.sh script at install time.
* dolphin: let the user decide if she wants to run dolphin as root Eric Hameleers2017-06-252-0/+47
|
* krita needs a patch to compile against Qt 5.9 Eric Hameleers2017-06-252-0/+29
|
* kdenlive patch was still needed after all Eric Hameleers2017-06-251-1/+1
|
* Disable patches that have been applied upstream Eric Hameleers2017-06-252-2/+3
|
* New package: plasma/xdg-desktop-portal-kde Eric Hameleers2017-06-254-0/+24
|
* Calligra needs to be recompiled against new gsl, mesa and qt5 Eric Hameleers2017-06-252-2/+1
|
* Prepare for KDE 5_17.05_02 for Slackware Eric Hameleers2017-05-216-0/+201
|
* Prepare for KDE 5_17.05 for Slackware Eric Hameleers2017-05-217-3/+189
|
* Prepare for the KDE 5_17.04 release for Slackware Eric Hameleers2017-04-201-1/+1
|
* Digikam was rebuilt against qtav Eric Hameleers2017-04-201-0/+1
|
* Update the module and package definitions Eric Hameleers2017-04-204-6/+12
|
* Some patches are no longer necessary Eric Hameleers2017-04-203-4/+5
|
* Process the changes in the new Applications 17.04 Eric Hameleers2017-04-2010-8/+52
|
* Satisfy dependencies for Slackware's kaudiocreator Eric Hameleers2017-04-206-3/+53
| | | | | audiocd-kio and libkcompactdisc in Applications are now KF5 based, so older kdelibs4-based versions needed to be re-added.