summaryrefslogtreecommitdiffstats
path: root/kde (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-16plasma: also compile breeze-grub package. Eric Hameleers1-1/+1
2017-02-14KDE.SlackBuild: use a build directory that does not get erased on boot... Eric Hameleers1-1/+1
2017-02-13KDE.SlackBuild: build extra-cmake-modules first. Eric Hameleers1-0/+1
2017-02-13Reset some BUILD numbers for new versions of packages. Eric Hameleers4-4/+0
2017-02-13Prepare for the KDE 5_17.02 release for Slackware. Eric Hameleers1-1/+1
2017-02-13Disable patch for systray cpu bug which was applied upstream. Eric Hameleers1-1/+2
2017-02-13With ffmpeg in Slackware-current we can now build ffmpegthumbs. Eric Hameleers1-1/+1
2017-02-13We build kjots as a package, not a module. Eric Hameleers1-0/+1
2017-02-13Fix for jabber protocol vulnerability in Kopete: CVE-2017-5593 Eric Hameleers2-0/+131
2017-02-13Applications: patches for cantor and kalzium to compile against KF 5.31. Eric Hameleers5-0/+387
2017-02-13KDE 5_17.01: a batch of packages had to be rebuilt for Slackware-current. Eric Hameleers16-3/+890
2017-01-27KDE.SlackBuild: update version numbers. Eric Hameleers1-1/+1
2017-01-27KDE.SlackBuild: build applications-extra:kdiagram before kdepim. Eric Hameleers1-0/+1
2017-01-27messagelib: temporary workaround for a gpgme cmake bug. Eric Hameleers1-0/+3
2017-01-27marble: support for Qt4 was removed from the source. Eric Hameleers1-18/+24
2017-01-27kdepimlibs4: Remove files that clash with other packages. Eric Hameleers2-0/+3
Notably, files that are provided by the Frameworks version of kdepimlibs, and by the gpgme package.
2017-01-27kde-runtime: don't link against kactivities - we removed that. Eric Hameleers1-0/+4
2017-01-27KDE: modify the modules to reflect the new/moved/removed packages. Eric Hameleers8-47/+103
2017-01-27kde-runtime: disable a patch which has been applied upstream. Eric Hameleers1-2/+2
2017-01-27plasma-workspace: address high CPU useage bug in system tray animations. Eric Hameleers2-0/+156
2017-01-27KDE: update the collection of cmake scripts for new/modified packages. Eric Hameleers41-48/+130
2017-01-27KDE: address BUILD number files for updated or removed packages. Eric Hameleers5-5/+1
2017-01-27Move the kde profile (logon) scripts from kde-baseapps to kservice. Eric Hameleers3-2/+2
Needed because kde-baseapps has been split into multiple packages and is itself gone from the software collection.
2017-01-27KDE: add slack-desc files for the new packages. Eric Hameleers29-0/+551
Mostly due to the split of kde-baseapps, kdepim and kdewebdev, but also because I added a couple of new packages to kde4, applications-extra.
2016-12-10marble: ensure that configuration goes into /etc instead of /usr/etc . Eric Hameleers1-0/+1
2016-12-08Prepare for the KDE 5_16.12 release for Slackware. Eric Hameleers1-1/+1
2016-12-08Packages added (syntax-highlighting) and removed (baloo and baloo-widgets). Eric Hameleers4-4/+26
More specifically: Added: frameworks/syntax-highlighting Removed: kde4/baloo and kde4/baloo-widgets The kdelibs-4 version of baloo is not being used anymore so these packages could go finally (GĂ©rard Monponte's request is finally honoured). I am keeping the kdelibs-4 based nepomuk packages to allow Slackware to migrate gracefully from KDE 4 to Plasma 5 when that is finally added to -current. Nepomuk seems otherwise no longer used in Plasma 5.
2016-12-08plasma-workspace: disable patch that was applied upstream. Eric Hameleers1-1/+1
2016-12-08kde-runtime: allow building kwalletd against gpgme++ from gpgme 1.7. Eric Hameleers3-9/+141
2016-12-08Kget: I can not get it to compile against qgpgme, so disabled support for it. Eric Hameleers1-0/+23
2016-11-15Some changes in available source tarballs and resulting packages. Eric Hameleers4-4/+5
- kjots no longer compiles so we drop it. - plasma-mediacenter is no longer shipped as part of Applications. - plama-tests is a new source tarball (which we do not package).
2016-11-15SDDM: reset the BUILD number for the sddm-qt5 package. Eric Hameleers1-1/+0
2016-11-15SDDM: new version 0.14.0 required some patching. Eric Hameleers5-13/+67
2016-11-01kde, kdei: updated for KDE 5_16.08 Eric Hameleers29-60/+207
2016-07-21Prepare for the KDE 5_16.07 release for Slackware. Eric Hameleers1-1/+1
2016-07-21kde/KDE.SlackBuild: take better care of packages whose names partially overlap. Eric Hameleers1-5/+5
2016-07-21kde-baseapps: define XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER Eric Hameleers3-5/+18
This environment variable will be required by future KWin. It already was complaining if the variable was not set. Temporarily (and for Slackware 14.2 which is immutable) the directory /tmp will be used for this, but ultimately the user directory needs to be created on a tmpfs like /run . This requires a change in Slackware itself which will have to be done in slackware-current as follows: -------- 8< ------------------------------------------------------- --- /etc/rc.d/rc.S.orig 2016-06-13 03:33:03.000000000 +0200 +++ /etc/rc.d/rc.S 2016-07-21 12:53:13.262043599 +0200 @@ -25,6 +25,9 @@ if ! grep -wq "tmpfs /run tmpfs" /proc/mounts ; then /sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755 fi + # Create toplevel directory for runtime session data: + mkdir -p /run/user + chmod 1777 /run/user fi # Load the loop device kernel module: -------- 8< ------------------------------------------------------- And the KDE profile script needs to be changed to: -------- 8< ------------------------------------------------------- --- source/5/kde/post-install/kde-baseapps/profile.d/kde.sh.org 2016-07-21 11:36:30.484407127 +0200 +++ source/5/kde/post-install/kde-baseapps/profile.d/kde.sh 2016-07-21 12:51:37.561789507 +0200 @@ -10,7 +10,7 @@ XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg fi if [ "$XDG_RUNTIME_DIR" = "" ]; then - XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER + XDG_RUNTIME_DIR=/run/user/$USER mkdir -p $XDG_RUNTIME_DIR chown $USER $XDG_RUNTIME_DIR chmod 700 $XDG_RUNTIME_DIR -------- 8< -------------------------------------------------------
2016-07-21skanlite has been ported to KDE Frameworks 5 (KF5). Eric Hameleers4-2/+2
Moved from kde/kde4-extragear/ to kde/applications-extra/
2016-06-15Prepare for the KDE 5_16.06 release for Slackware. Eric Hameleers2-4/+4
Also, since the Plasma source tarballs are gpg-signed now (additional files with .sig extension) I had to filter those out in the SlackBuild.
2016-06-15Apply a last-minute patch to make plasma-workspace compile again. Eric Hameleers2-0/+26
The source tarball for plasma-workspace was re-generated as 5.6.5.1 shortly after, so that this patch could be commented-out again.
2016-06-15Reset the BUILD numbers for the next release. Eric Hameleers2-2/+0
2016-05-21Powerdevil: fix the broken (missing) suspend menu item. Eric Hameleers2-1/+2
The file /etc/polkit-1/rules.d/10-enable-suspend.rules needs to be world-readable. When the file is not readable by world, an error will be logged to /var/log/secure about not being able to read the rules file and as a result it will not be applied by PolicyKit.
2016-05-18The 'freerdp' package should be a runtime dependency only. Eric Hameleers2-1/+39
The source configuration process of KRDC searches for the xfreerdp binary and disables RDP support if the binary is not found. I do not call that a "run-time dependency". But since xfreerdp actually *is* a run-time dependency only, the SlackBuild will create a workaround. With this modification you can add the 'freerdp' package afterwards and RDP support will work out of the box without recompilation of 'krdc'.
2016-05-18Prepare for the KDE 5_16.05 release for Slackware. Eric Hameleers1-1/+1
2016-05-18Cosmetic update of the 'modularize' file due to moved submodules. Eric Hameleers1-1/+1
2016-05-18Two submodules moved to a different module. Eric Hameleers3-3/+3
- khelpcenter moved from plasma to applications - kwayland moved from plasma to frameworks
2016-05-18SDDM user exists in Slackware now; create the homedirectory properly. Eric Hameleers2-5/+7
2016-05-18Disable upstream-applied patches. Eric Hameleers3-4/+4
2016-05-18Reset BUILD numbers for the next release. Eric Hameleers3-3/+0
2016-05-02Rebase the spectacle patch; the git patch did not cleanly apply using 'patch'. Eric Hameleers1-14/+13