| Commit message (Expand) | Author | Files | Lines |
2017-12-08 | Update or recompile the deps that are affected by -current updates...Notably, icu4c, poppler and libical updates in slackware-current
were incompatible with many of the packages in the 'ktown' repository.
| Eric Hameleers | 1 | -0/+26533 |
2017-11-26 | frameworks/kio: fix directory creation in dolphin and plasma...Qt 5.9.3 breaks KIO::mkpath() which results in the inability to create
directories in Dolphin and Plasma Folder View.
This patch (included in future Frameworks 5.41) fixes the regression.
| Eric Hameleers | 3 | -0/+71 |
2017-11-22 | deps/ConsoleKit2: fix compilation | Eric Hameleers | 1 | -1/+1 |
2017-11-20 | Release of KDE 5_17.11 for Slackware...- PKGLIST updated with the list of available packages in this release
(limited to slackware-current).
- README updated.
- README added for 'testing' repository.
KDE-5_17.11 | Eric Hameleers | 3 | -808/+897 |
2017-11-20 | Prepare for KDE 5_17.11 for Slackware | Eric Hameleers | 2 | -2/+2 |
2017-11-20 | Build KF5 versions of kaudiocreator and kwebkitpart | Eric Hameleers | 5 | -16/+6 |
2017-11-20 | Upstreamed patches can be disabled in the next release | Eric Hameleers | 2 | -2/+3 |
2017-11-20 | Reset BUILD numbers for the next release | Eric Hameleers | 2 | -2/+0 |
2017-11-20 | deps updated for the next release...PyQt5: version upgrade, and add Python3 support if python3 is available
on the system.
| Eric Hameleers | 2 | -2/+26 |
2017-11-17 | deps/mesa: updated to 17.2.5 | Eric Hameleers | 1 | -3/+3 |
2017-10-30 | Allow for package build without installing; add 'nostrip' for debugging | Eric Hameleers | 1 | -8/+15 |
2017-10-24 | Make the kde-gtk-config load the current config first (KDEBUG 382291) | Eric Hameleers | 3 | -0/+626 |
2017-10-24 | Add some hints for the future in the KDE profile scripts...Using /run/user instead of /tmp for XDG_RUNTIME_DIR would be more in line
with XDG specs, but in that case we should mount /run as tmpfs and
add this to the Slackware rc scripts after mounting /run:
mkdir /run/user
chmod 1777 /run/user
Then, the XDG_RUNTIME_DIR definition would become:
XDG_RUNTIME_DIR=/run/user/$USER
| Eric Hameleers | 2 | -0/+8 |
2017-10-24 | Add wayland support (not enabled in regular repo)...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.
| Eric Hameleers | 12 | -17/+418 |
2017-10-22 | ktexteditor: fix broken auto-indentation for some languages (e.g. python) | Eric Hameleers | 3 | -0/+36 |
2017-10-21 | Add applications-extra:yakuake...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.
| Eric Hameleers | 4 | -2/+22 |
2017-10-14 | Release of KDE 5_17.10 for Slackware...- PKGLIST updated with the list of available packages in this release
(limited to slackware-current).
- README updated.
KDE-5_17.105_17.10 | Eric Hameleers | 2 | -842/+850 |
2017-10-14 | Prepare for KDE 5_17.10 for Slackware | Eric Hameleers | 2 | -2/+2 |