about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
Commit message (Collapse)AuthorAge
* Merge pull request #33935 from bkchr/fix_plasma_vaultadisbladis2018-01-16
|\ | | | | plasma-vault: Fixes build
| * plasma-vault: Fixes buildBastian Köcher2018-01-16
| |
* | plasma-desktop: Fix build with qt 5.10adisbladis2018-01-16
| |
* | kwin: Fix build with qt 5.10adisbladis2018-01-16
|/
* plasma: 5.11.4 -> 5.11.5adisbladis2018-01-02
|
* breeze-qt4: dropgnidorah2017-12-24
|
* plasma-workspace: Fix start_kdeinit_wrapper pathThomas Tuegel2017-12-07
| | | | | | The plasma-workspace patch was mangled when the package was last updated. Resolves: #31686
* plasma: 5.11.3 -> 5.11.4Bastian Köcher2017-12-03
|
* Merge pull request #31775 from obsidiansystems/stdenv-both-propagated-filesJohn Ericson2017-11-22
|\ | | | | stdenv setup: Always use both propagated files
| * stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
| | | | | | | | | | | | | | | | | | | | | | This continues #23374, which always kept around both attributes, by always including both propagated files: `propgated-native-build-inputs` and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still defined as before, however, so this change should only barely observable. This is an incremental step to fully keeping the dependencies separate in all cases.
* | Merge pull request #31378 from michaelpj/imp/plymouth-nixos-brandingOrivej Desh2017-11-18
|\ \ | |/ |/| breeze-plymouth: add optional nixos branding, enable for plasma5
| * breeze-plymouth: allow optional NixOS brandingMichael Peyton Jones2017-11-10
| |
* | plasma: 5.11.2 -> 5.11.3adisbladis2017-11-08
|/
* plasma: 5.11.1 -> 5.11.2Peter Hoeg2017-11-02
|
* qt5, plasma-5: Make 'bin' output the first oneTuomas Tynkkynen2017-10-24
| | | | Stay consistent with other multiple output packages.
* plasma-5: remove `startkde`Thomas Tuegel2017-10-20
| | | | | | | | We no longer have a separate `startkde` script; instead we patch the script which comes with `plasma-workspace`. The primary reason to do this is that we have not been keeping up with the minor bugfixes that the upstream script receives. A secondary reason is: now that we support Wayland, we don't really want to have a separate package for each session script.
* plasma-workspace: enable Wayland session supportThomas Tuegel2017-10-20
|
* plasma5.plasma-vault: init at 5.11.1adisbladis2017-10-19
|
* plasma: 5.10.5 -> 5.11.1adisbladis2017-10-19
|
* sddm-kcm: init at 5.10.5Peter Hoeg2017-10-12
|
* Add some dev outputsEelco Dolstra2017-09-25
|
* kscreenlocker: 5.10.5 -> 5.10.5.1Thomas Tuegel2017-09-02
| | | | | Fix segfault with nVidia drivers; see https://bugs.kde.org/show_bug.cgi?id=384005
* Plasma: 5.10.4 -> 5.10.5Bastian Köcher2017-08-23
|
* kde-frameworks: 5.36 -> 5.37Jos van den Oever2017-08-21
|
* libkscreen: fix circular referencesThomas Tuegel2017-08-21
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* plasma5: 5.10.3 -> 5.10.4adisbladis2017-07-19
|
* plasma5: 5.10.2 -> 5.10.3Thomas Tuegel2017-06-27
| | | | | This is a scheduled bugfix release. Several fixes are related to integrating Plasma 5.10 and Qt 5.9, particularly a serious bug in KWin.
* treewide: enableParallelBuild -> enableParallelBuildingBjørn Forsman2017-06-24
|
* khotkeys: fix intermittant parallel build failureThomas Tuegel2017-06-24
|
* plasma-workspace: no propagatedBuildInputsThomas Tuegel2017-06-23
| | | | Only libraries may have propagatedBuildInputs.
* kdeFrameworks, plasma5: fix setup hooksThomas Tuegel2017-06-22
| | | | | | The setup hooks for many kdeFrameworks and plasma5 packages were erroneously running before $outputDev was set. This lead to .dev outputs being propagated into the user environment.
* kde-applications: 17.04.1 -> 17.04.2Peter Hoeg2017-06-19
| | | | use https as the remote server expects it
* plasma-workspace: requires libXtstPeter Hoeg2017-06-19
|
* plasma: 5.9.5 -> 5.10.2Peter Hoeg2017-06-19
|
* libkscreen: use QLatin1String instead of QStringLiteralThomas Tuegel2017-06-18
| | | | | QStringLiteral stores strings in UTF-16 format, preventing Nix from detecting dependencies.
* plasma5: fixup inputs and outputsThomas Tuegel2017-06-18
|
* kwin: pass path to Xwayland through preprocessor macroThomas Tuegel2017-06-18
|
* plasma-desktop: pass path to hwclock through preprocessor macroThomas Tuegel2017-06-18
|
* kdeFrameworks: fixup inputs and outputsThomas Tuegel2017-06-18
| | | | | | | - Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
* breeze-gtk: patch builder to find GTK2 pixmap engineThomas Tuegel2017-06-18
| | | | This does not seem to be strictly necessary, but it also cannot hurt.
* breeze-gtk: bump GTK3 versionThomas Tuegel2017-06-18
|
* startkde: use absolute paths to required programsThomas Tuegel2017-06-18
| | | | The dependency on socat is removed because kwallet setup is deferred to kwallet-pam.
* kwallet-pam: set path to socatThomas Tuegel2017-06-18
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* Remove kdeWrapperThomas Tuegel2017-06-18
|
* plasma5: rename plasmaPackage to mkDerivationThomas Tuegel2017-06-18
|
* qt5: move kdeDerivation to qt5.mkDerivationThomas Tuegel2017-06-18
|
* qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel2017-06-18
| | | | | Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
* Merge pull request #25285 from ttuegel/qt--fix-plugin-pathsThomas Tuegel2017-04-30
|\ | | | | Qt: purify plugin paths, unify Linux and Darwin builders