| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- 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).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Note that the 32bit package of qt5 was not yet compiled against it, but
the 64bit qt5 package uses libinput as a dependency already.
|
|
|
|
|
| |
Its VERSION string contained dashes which is illegal according to the
Slackware packagename spec.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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< -------------------------------------------------------
|
|
|
|
| |
Moved from kde/kde4-extragear/ to kde/applications-extra/
|
| |
|
| |
|
|
|
|
|
| |
Also, since the Plasma source tarballs are gpg-signed now (additional
files with .sig extension) I had to filter those out in the SlackBuild.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
The packages for qt5 and qt5-webkit were both upgraded to 5.6.1.
This is now the Plasma 5 minimum required version because of all
the issues the developers had with 5.6.0.
Remember, qt5 still depends on libxkbcommon.
|
|
|
|
|
|
|
| |
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 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'.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- khelpcenter moved from plasma to applications
- kwayland moved from plasma to frameworks
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
When they were compiled initially, I had not installed a Qt5 package
and therefore the phonon packages could not pick up support for qt5.
The new packages have been compiled in the presence of Qt5 so that the broken
Powerdevil and NetworkManagement services work again.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
The symlinks appear not to be necessary, their cmake scripts are smart enough
so this update can be seen as documenting the fact.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
New packages:
- deps/ninja (needed for easier compilation of qt5-webkit)
- deps/qt5-webkit (sources have been split off qt5)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
They will be removed again at release of Plasma 5.6:
- kactivitymanagerd
- kactivities-workspace
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
These two packages fill a gap that exists while code is being migrated.
They are only needed for the combination of Frameworks 5.20.0 and
Plasma 5.5.5 and will be removed again when Plasma 5.6 is released.
|
| |
|