summaryrefslogtreecommitdiffstats
path: root/kde (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset the BUILD numbers for the next release Eric Hameleers2018-02-101-1/+0
|
* Remove kdevplatform and kuser from applications-extra Eric Hameleers2018-01-191-2/+2
|
* Reset the BUILD numbers for the next ktown release Eric Hameleers2018-01-193-3/+1
|
* kwin needs a patch to allow it to work with cmake-3.10.x Eric Hameleers2018-01-192-0/+55
|
* Remove the string 'kde4' from slack-desc files Eric Hameleers2017-12-261-1/+1
|
* Adapt the KDE.SlackBuild framework for a KDE4-less future Eric Hameleers2017-12-223-642/+41
|
* kde/modules : re-order the package sets for upcoming KDE 5_17.12 Eric Hameleers2017-12-226-84/+12
|
* Get rid of the 'kde4-extragear' module Eric Hameleers2017-12-221-7/+0
|
* Remove patches that have been applied to upstream sources Eric Hameleers2017-12-222-2/+3
|
* Remove all doinst.sh script that are no longer used Eric Hameleers2017-12-2213-69/+0
|
* Remove all cmake files and symlinks that are no longer used Eric Hameleers2017-12-22333-752/+0
|
* kde/applications-extra/partitionmanager has been KF5 based for some time Eric Hameleers2017-12-221-0/+7
|
* kde/applications/gwenview: specifically use 'Baloo' backend Eric Hameleers2017-12-221-1/+24
|
* Rename the cmake defaults file 'applications5' to 'applications' Eric Hameleers2017-12-222-54/+7
| | | | | This allows me to remove a bunch of symlinks later. Note that all KDE Applications are KF5 based from now on.
* The default cmake file is now based on KF5 instead of kdelibs4 Eric Hameleers2017-12-221-2/+7
|
* Add a cmake defaults file for the 'kde4' module Eric Hameleers2017-12-221-0/+20
|
* kde/applications/kate: allow to be started by the root user Eric Hameleers2017-12-222-0/+52
| | | | | This reverts a patronizing commit by a KDE developer. Please leave these kinds of decisions to the end-user!
* Reset the BUILD numbers for the next round of package compilations Eric Hameleers2017-12-2281-80/+1
|
* Remove slack-desc files that are no longer used Eric Hameleers2017-12-22100-1898/+0
|
* kde/kdepim/ksmtp new source, needs a slack-desc file Eric Hameleers2017-12-221-0/+19
|
* The BUILD number for kde4/kdepimlibs4 was accidentally not bumped Eric Hameleers2017-12-091-1/+1
|
* kdepimlibs4: fix the compilation against libical 3 Eric Hameleers2017-12-082-0/+187
|
* kcalcore: fix compile error against libical 3 Eric Hameleers2017-12-082-0/+112
|
* Bump the BUILD for all packages that need to be recompiled Eric Hameleers2017-12-0865-3/+65
|
* kdeconnect-framework: fix URLs in the slack-desc file Eric Hameleers2017-12-081-2/+2
|
* frameworks/kio: fix directory creation in dolphin and plasma Eric Hameleers2017-11-263-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.
* Prepare for KDE 5_17.11 for Slackware Eric Hameleers2017-11-201-1/+1
|
* Build KF5 versions of kaudiocreator and kwebkitpart Eric Hameleers2017-11-205-16/+6
|
* Upstreamed patches can be disabled in the next release Eric Hameleers2017-11-202-2/+3
|
* Reset BUILD numbers for the next release Eric Hameleers2017-11-202-2/+0
|
* Allow for package build without installing; add 'nostrip' for debugging Eric Hameleers2017-10-301-8/+15
|
* Make the kde-gtk-config load the current config first (KDEBUG 382291) Eric Hameleers2017-10-243-0/+626
|
* Add some hints for the future in the KDE profile scripts Eric Hameleers2017-10-242-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
* 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
|