summaryrefslogtreecommitdiffstats
path: root/kde (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-16kde.SlackBuild - re-align with the modifications in Slackware Eric Hameleers1-13/+47
2018-04-16Renamed the toplevel script and options file KDE -> kde Eric Hameleers2-5/+5
To stay in line with the modifications in Slackware to these scripts.
2018-04-15Un-apply the Konsole patch that sets TERM to 'konsole' Eric Hameleers1-1/+2
Following the revert of a similar patch to Slackware's own konsole package.
2018-04-15Ark needed a patch to compile Eric Hameleers2-0/+18
2018-04-15New packages in Applications, and one removed Eric Hameleers5-1/+62
Okteta has its own release cycle now, and is no longer part of Applications. Therefore I moved it to applications-extra. New in Applications are kamoso and kbackup, and kopete has returned.
2018-04-15Replace deprecated cmake variable definitions for Plasma Eric Hameleers1-6/+6
2018-04-15Reset the BUILD numbers in preparion of the next release Eric Hameleers4-4/+0
2018-04-15Remove definitions for custom package source locations Eric Hameleers24-29/+0
We have said good-bye to KDE4 libraries and packages and thereby gotten rid of duplicate source tarball names.
2018-04-04New additions to applications-extra Eric Hameleers4-0/+60
- falkon - alkimia - kmymoney
2018-04-04Recompilation required after icu4c and poppler ABI breakage Eric Hameleers9-0/+35
2018-02-10Two new packages: calligraplan and purpose Eric Hameleers5-1/+43
Added to applications-extra: calligraplan Added to frameworks: purpose Moved from applications to frameworks: kholidays
2018-02-10Disable patches that were applied upstream Eric Hameleers3-2/+38
2018-02-10Reset the BUILD numbers for the next release Eric Hameleers1-1/+0
2018-01-19Remove kdevplatform and kuser from applications-extra Eric Hameleers1-2/+2
2018-01-19Reset the BUILD numbers for the next ktown release Eric Hameleers3-3/+1
2018-01-19kwin needs a patch to allow it to work with cmake-3.10.x Eric Hameleers2-0/+55
2017-12-26Remove the string 'kde4' from slack-desc files Eric Hameleers1-1/+1
2017-12-22Adapt the KDE.SlackBuild framework for a KDE4-less future Eric Hameleers3-642/+41
2017-12-22kde/modules : re-order the package sets for upcoming KDE 5_17.12 Eric Hameleers6-84/+12
2017-12-22Get rid of the 'kde4-extragear' module Eric Hameleers1-7/+0
2017-12-22Remove patches that have been applied to upstream sources Eric Hameleers2-2/+3
2017-12-22Remove all doinst.sh script that are no longer used Eric Hameleers13-69/+0
2017-12-22Remove all cmake files and symlinks that are no longer used Eric Hameleers333-752/+0
2017-12-22kde/applications-extra/partitionmanager has been KF5 based for some time Eric Hameleers1-0/+7
2017-12-22kde/applications/gwenview: specifically use 'Baloo' backend Eric Hameleers1-1/+24
2017-12-22Rename the cmake defaults file 'applications5' to 'applications' Eric Hameleers2-54/+7
This allows me to remove a bunch of symlinks later. Note that all KDE Applications are KF5 based from now on.
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