summaryrefslogtreecommitdiffstats
path: root/kde (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-22The default cmake file is now based on KF5 instead of kdelibs4 Eric Hameleers1-2/+7
2017-12-22Add a cmake defaults file for the 'kde4' module Eric Hameleers1-0/+20
2017-12-22kde/applications/kate: allow to be started by the root user Eric Hameleers2-0/+52
This reverts a patronizing commit by a KDE developer. Please leave these kinds of decisions to the end-user!
2017-12-22Reset the BUILD numbers for the next round of package compilations Eric Hameleers81-80/+1
2017-12-22Remove slack-desc files that are no longer used Eric Hameleers100-1898/+0
2017-12-22kde/kdepim/ksmtp new source, needs a slack-desc file Eric Hameleers1-0/+19
2017-12-09The BUILD number for kde4/kdepimlibs4 was accidentally not bumped Eric Hameleers1-1/+1
2017-12-08kdepimlibs4: fix the compilation against libical 3 Eric Hameleers2-0/+187
2017-12-08kcalcore: fix compile error against libical 3 Eric Hameleers2-0/+112
2017-12-08Bump the BUILD for all packages that need to be recompiled Eric Hameleers65-3/+65
2017-12-08kdeconnect-framework: fix URLs in the slack-desc file Eric Hameleers1-2/+2
2017-11-26frameworks/kio: fix directory creation in dolphin and plasma Eric Hameleers3-0/+71
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.
2017-11-20Prepare for KDE 5_17.11 for Slackware Eric Hameleers1-1/+1
2017-11-20Build KF5 versions of kaudiocreator and kwebkitpart Eric Hameleers5-16/+6
2017-11-20Upstreamed patches can be disabled in the next release Eric Hameleers2-2/+3
2017-11-20Reset BUILD numbers for the next release Eric Hameleers2-2/+0
2017-10-30Allow for package build without installing; add 'nostrip' for debugging Eric Hameleers1-8/+15
2017-10-24Make the kde-gtk-config load the current config first (KDEBUG 382291) Eric Hameleers3-0/+626
2017-10-24Add some hints for the future in the KDE profile scripts Eric Hameleers2-0/+8
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
2017-10-24Add wayland support (not enabled in regular repo) Eric Hameleers2-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.
2017-10-22ktexteditor: fix broken auto-indentation for some languages (e.g. python) Eric Hameleers3-0/+36
2017-10-21Add applications-extra:yakuake Eric Hameleers4-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.
2017-10-14Prepare for KDE 5_17.10 for Slackware Eric Hameleers1-1/+1
2017-10-14smokeqt: add "-std=c++98" to the CXXFLAGS Eric Hameleers1-0/+18
2017-10-14Remove upstreamed patches Eric Hameleers2-2/+2
2017-10-14Enable kdev-python for slackware-current Eric Hameleers1-1/+1
This requires python3 and so we had to wait until that was added to Slackware.
2017-10-14New tarballs added to the build Eric Hameleers9-2/+68
frameworks/qqc2-desktop-style plasma/drkonqi plasma/plasma-vault
2017-10-14perlqt: tried - unsuccessfully - to make it compile again Eric Hameleers3-0/+16
2017-10-14Reset the BUILD numbers Eric Hameleers9-9/+6
2017-10-01Applications: compile dolphin after baloo5-widgets Eric Hameleers1-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).
2017-09-17Bugfixes to KDE 5_17.09: akonadi Eric Hameleers2-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).
2017-09-12Bugfixes to KDE 5_17.09: akonadi, kile Eric Hameleers4-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).
2017-09-11Prepare for KDE 5_17.09 for Slackware Eric Hameleers1-1/+1
2017-09-11Update / disable KDE patches Eric Hameleers4-6/+6
2017-09-11Enable mp3 support in kwave Eric Hameleers1-0/+1
2017-09-11Explicitly use udisks2 in kdelibs Eric Hameleers1-0/+1
2017-09-11Recompiled calligra Eric Hameleers1-1/+1
2017-09-11Kirigami2 was added to Frameworks Eric Hameleers4-0/+22
2017-09-11Some applications have been ported to KF5 Eric Hameleers11-0/+11
2017-09-11Reset BUILD numbers for KDE sources Eric Hameleers8-9/+0
2017-07-22kde4/kfilemetadata: fix the new build number Eric Hameleers1-1/+1
2017-07-22Fix digikam compilation against latest slackware-current Eric Hameleers2-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.
2017-07-22Several packages need a rebuild after recent slackware-current updates Eric Hameleers9-0/+9
libkexiv2_4 kfilemetadata libkexiv2 kfilemetadata5 kde-runtime gwenview okular krita digikam
2017-07-22kfilemetadata5 is a framework nowadays Eric Hameleers1-1/+1
2017-07-18Prepare for KDE 5_17.07 for Slackware Eric Hameleers1-1/+1
2017-07-18kdenlive compiles with gcc7 now, disable the patch Eric Hameleers1-1/+1
2017-07-18Disable an upstreamed patch for kwin Eric Hameleers1-1/+1
2017-07-18Fix the 'dolphin - super user mode' desktop file Eric Hameleers1-1/+1
2017-07-18Proper differentiation between kdesu for KF5 and for kdelibs4 Eric Hameleers2-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.
2017-07-18Revert a commit for ksudoku preventing its menu entry to work Eric Hameleers2-0/+19
Reason: ksudoku is still kdelibs4 based, not KF5, and this reverted commit was meant only for the master branch.