summaryrefslogtreecommitdiffstats
path: root/kde (follow)
Commit message (Collapse)AuthorAgeFilesLines
* marble: support for Qt4 was removed from the source. Eric Hameleers2017-01-271-18/+24
|
* kdepimlibs4: Remove files that clash with other packages. Eric Hameleers2017-01-272-0/+3
| | | | | Notably, files that are provided by the Frameworks version of kdepimlibs, and by the gpgme package.
* kde-runtime: don't link against kactivities - we removed that. Eric Hameleers2017-01-271-0/+4
|
* KDE: modify the modules to reflect the new/moved/removed packages. Eric Hameleers2017-01-278-47/+103
|
* kde-runtime: disable a patch which has been applied upstream. Eric Hameleers2017-01-271-2/+2
|
* plasma-workspace: address high CPU useage bug in system tray animations. Eric Hameleers2017-01-272-0/+156
|
* KDE: update the collection of cmake scripts for new/modified packages. Eric Hameleers2017-01-2741-48/+130
|
* KDE: address BUILD number files for updated or removed packages. Eric Hameleers2017-01-275-5/+1
|
* Move the kde profile (logon) scripts from kde-baseapps to kservice. Eric Hameleers2017-01-273-2/+2
| | | | | Needed because kde-baseapps has been split into multiple packages and is itself gone from the software collection.
* KDE: add slack-desc files for the new packages. Eric Hameleers2017-01-2729-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.
* marble: ensure that configuration goes into /etc instead of /usr/etc . Eric Hameleers2016-12-101-0/+1
|
* Prepare for the KDE 5_16.12 release for Slackware. Eric Hameleers2016-12-081-1/+1
|
* Packages added (syntax-highlighting) and removed (baloo and baloo-widgets). Eric Hameleers2016-12-084-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.
* plasma-workspace: disable patch that was applied upstream. Eric Hameleers2016-12-081-1/+1
|
* kde-runtime: allow building kwalletd against gpgme++ from gpgme 1.7. Eric Hameleers2016-12-083-9/+141
|
* Kget: I can not get it to compile against qgpgme, so disabled support for it. Eric Hameleers2016-12-081-0/+23
|
* Some changes in available source tarballs and resulting packages. Eric Hameleers2016-11-154-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).
* SDDM: reset the BUILD number for the sddm-qt5 package. Eric Hameleers2016-11-151-1/+0
|
* SDDM: new version 0.14.0 required some patching. Eric Hameleers2016-11-155-13/+67
|
* kde, kdei: updated for KDE 5_16.08 Eric Hameleers2016-11-0129-60/+207
|
* Prepare for the KDE 5_16.07 release for Slackware. Eric Hameleers2016-07-211-1/+1
|
* kde/KDE.SlackBuild: take better care of packages whose names partially overlap. Eric Hameleers2016-07-211-5/+5
|
* kde-baseapps: define XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER Eric Hameleers2016-07-213-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< -------------------------------------------------------
* skanlite has been ported to KDE Frameworks 5 (KF5). Eric Hameleers2016-07-214-2/+2
| | | | Moved from kde/kde4-extragear/ to kde/applications-extra/
* Prepare for the KDE 5_16.06 release for Slackware. Eric Hameleers2016-06-152-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.
* Apply a last-minute patch to make plasma-workspace compile again. Eric Hameleers2016-06-152-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.
* Reset the BUILD numbers for the next release. Eric Hameleers2016-06-152-2/+0
|
* Powerdevil: fix the broken (missing) suspend menu item. Eric Hameleers2016-05-212-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.
* The 'freerdp' package should be a runtime dependency only. Eric Hameleers2016-05-182-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'.
* Prepare for the KDE 5_16.05 release for Slackware. Eric Hameleers2016-05-181-1/+1
|
* Cosmetic update of the 'modularize' file due to moved submodules. Eric Hameleers2016-05-181-1/+1
|
* Two submodules moved to a different module. Eric Hameleers2016-05-183-3/+3
| | | | | - khelpcenter moved from plasma to applications - kwayland moved from plasma to frameworks
* SDDM user exists in Slackware now; create the homedirectory properly. Eric Hameleers2016-05-182-5/+7
|
* Disable upstream-applied patches. Eric Hameleers2016-05-183-4/+4
|
* Reset BUILD numbers for the next release. Eric Hameleers2016-05-183-3/+0
|
* Rebase the spectacle patch; the git patch did not cleanly apply using 'patch'. Eric Hameleers2016-05-021-14/+13
|
* Patch for kcoreaddons: a regression caused rand() to be not seeded. Eric Hameleers2016-05-023-0/+33
| | | | | | | KRandom saw a regression in KCoreAddon's 5.21.0 release, which impacts a wide range of applications and use cases. Since the rand() was not seeded, the numbers generated were predictable, which is ugly in games and probably alarming for bluetooth pairing.
* Patches for post Applications 16.04.0 bugs in kcalc and spectacle. Eric Hameleers2016-05-017-0/+110
| | | | | | | | | spectacle: - fix broken HiDPI support. - fix broken rectangular image capture on Nvidia GPU. kcalc: - Fix issue where kcalc has a zero-sized window and appears not to start.
* Temporary packages were added to 'plasma-extra', can be removed now. Eric Hameleers2016-04-203-8/+2
| | | | | | | With the release of Plasma 5.6 and Applications 16.04: - kactivitymanagerd moved to Plasma - kactivities-workspace code was absorbed in Plasma (plasma-desktop) and Applications (kio-extras) packages.
* Three more applications were ported to KDE Frameworks 5. Eric Hameleers2016-04-203-0/+3
| | | | | The symlinks appear not to be necessary, their cmake scripts are smart enough so this update can be seen as documenting the fact.
* Prepare for the KDE 5_16.04 release for Slackware. Eric Hameleers2016-04-202-1/+2
|
* Refresh the patches (some of them are no longer needed). Eric Hameleers2016-04-205-5/+5
|
* Breeze theme for GRUB is not built by default; but allow the user to build it. Eric Hameleers2016-04-201-0/+3
|
* Powerdevil needs a new polkit rules file to bring back suspend/hibernate. Eric Hameleers2016-04-203-0/+15
|
* Update the module definitions, add the new packages to the build order. Eric Hameleers2016-04-207-6/+51
|
* Add meta files for all the new source tarballs in Applications 16.04.0. Eric Hameleers2016-04-2047-2/+426
|
* Prepare for the KDE 5_16.03 release for Slackware. Eric Hameleers2016-03-161-1/+1
|
* Two temporary packages should be built moular. Eric Hameleers2016-03-161-0/+3
| | | | | | They will be removed again at release of Plasma 5.6: - kactivitymanagerd - kactivities-workspace
* Fix build against glibc-2.23 Eric Hameleers2016-03-168-0/+308
| | | | | | | | | Some packages would fail to compile (only on 32-bit though) with: "error: 'isnan' was not declared in this scope". Affected sources: - libksysguard - kholidays - kmplot - kstars
* Remove patches that were applied to Frameworks 5.20.0. Eric Hameleers2016-03-162-3/+3
|