about summary refs log tree commit diff
path: root/pkgs/desktops
AgeCommit message (Collapse)AuthorFilesLines
2017-08-05gnome: Further fixes for `Using the 'memory' GSettings backend issue`Jan Tojnar13-47/+37
2017-08-05gnome: Fix the issue `Using the 'memory' GSettings backend issue`midchildan7-25/+38
2017-08-02gnome3: Remove myself from maintainer listJascha Geerds1-1/+1
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger22-22/+22
* 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
2017-07-31Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEADFrederik Rietdijk1-1/+1
2017-07-29Merge commit 'refs/pull/27491/head' of github.com:NixOS/nixpkgs into ↵Thomas Tuegel2-169/+169
feature/plasma-5.10.4
2017-07-26stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson1-1/+1
We cannot switch to line-delimited yet, because certain Nix commands do not read in the entire file, but just the first line.
2017-07-24Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson1-1/+1
As @oxij points out in [1], this breakage is especially serious because it changes the contents of built environments without a corresonding change in their hashes. Also, the revert is easier than I thought. This reverts commit 3cb745d5a69018829ac15f7d5a508135f6bda123. [1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
2017-07-19plasma5: 5.10.3 -> 5.10.4adisbladis2-169/+169
2017-07-18Merge pull request #25412 from romildo/fix.eflvbgl4-13/+25
{terminology,ephoto,rage,econnman}: wrap libcurl.so in LD_LIBRARY_PATH
2017-07-18gnomeExtensions.topicons-plus: fix version stringRobin Gloster1-1/+1
It has to start with a digit.
2017-07-18gnome3.gexiv2: 0.10.4 -> 0.10.6Robin Gloster1-2/+2
2017-07-15evince: patch CVE-2017-1000083 + minor changesVladimír Čunát2-4/+17
This removes help for now but fixes #27388. The minor update might be related to the patch so it's included.
2017-07-14Merge commit 'a889454869e4f7d5ba6067ebcc0ba7fcd26e4417'Domen Kožar1-1/+1
Merge staging. It includes fixes for cc-wrapper parsing speed and some other minor things. http://hydra.nixos.org/eval/1375094
2017-07-13gnome3.gnome_control_center: remove unused variableRobin Gloster1-1/+1
This broke the evaluation.
2017-07-13gnome-online-accounts: wrap with wrapGAppsHookStefan Lau1-10/+4
2017-07-13gnome-control-center: wrap with wrapGAppsHookStefan Lau1-6/+3
2017-07-11Merge pull request #27297 from jtojnar/fix/ghexJörg Thalheim3-0/+29
ghex: init at 3.18.3
2017-07-11ghex: init at 3.18.3Jan Tojnar3-0/+29
2017-07-10stdenv: Store one package per line in nix-support/propagated-*John Ericson1-1/+1
This makes those files a bit easier to read. Also, for what it's worth, it brings us one baby step closer to handling spaces in store paths. Also, I optimized handling of many transitive deps with read. Probably, not very beneficial, but nice to enforce the pkg-per-line structure. Doing so let me find much dubious code and fix it. Two misc notes: - `propagated-user-env-packages` also needed to be adjusted as sometimes it is copied to/from the propagated input files. - `local fd` should ensure that file descriptors aren't clobbered during recursion.
2017-07-04gnomeExtensions.topicons-plus: init at v20 (#27116)Emanuele Peruffo1-0/+26
TopIcons extension for Gnome 3
2017-07-03gnomeExtensions.caffeine: init at revision unstable-2017-06-21 (#26901)Emanuele Peruffo1-0/+36
Caffeine extension for Gnome 3
2017-06-29lumina: 1.2.0-p1 -> 1.3.0romildo1-4/+3
- Update to version 1.3.0 - Remove dependency on `oxygen-icons5`, as Lumina desktop now distributes it’s own "material-design-[light/dark]" icon themes and uses them as the default icon sets.
2017-06-28gnome-control-center: add missing dependency on cracklibAristid Breitkreuz1-1/+2
2017-06-28Merge pull request #26125 from volth/webkitgtk-namingFrederik Rietdijk1-3/+3
rename webkitgtk24x⇒webkitgtk24x-gtk3; webkitgtk2⇒webkitgtk24x-gtk2
2017-06-27plasma5: 5.10.2 -> 5.10.3Thomas Tuegel2-169/+169
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.
2017-06-24treewide: enableParallelBuild -> enableParallelBuildingBjørn Forsman1-1/+1
2017-06-24khotkeys: fix intermittant parallel build failureThomas Tuegel1-0/+1
2017-06-23plasma-workspace: no propagatedBuildInputsThomas Tuegel1-2/+1
Only libraries may have propagatedBuildInputs.
2017-06-22kdeFrameworks, plasma5: fix setup hooksThomas Tuegel1-11/+20
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.
2017-06-20libcroco: 0.6.11 -> 0.6.12Franz Pletz1-3/+7
2017-06-19kde-applications: 17.04.1 -> 17.04.2Peter Hoeg1-1/+1
use https as the remote server expects it
2017-06-19plasma-workspace: requires libXtstPeter Hoeg1-3/+4
2017-06-19plasma: 5.9.5 -> 5.10.2Peter Hoeg2-161/+177
2017-06-18libkscreen: use QLatin1String instead of QStringLiteralThomas Tuegel1-1/+1
QStringLiteral stores strings in UTF-16 format, preventing Nix from detecting dependencies.
2017-06-18plasma5: fixup inputs and outputsThomas Tuegel24-127/+162
2017-06-18kwin: pass path to Xwayland through preprocessor macroThomas Tuegel2-5/+4
2017-06-18plasma-desktop: pass path to hwclock through preprocessor macroThomas Tuegel2-2/+5
2017-06-18kdeFrameworks: fixup inputs and outputsThomas Tuegel20-70/+87
- 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.
2017-06-18breeze-gtk: patch builder to find GTK2 pixmap engineThomas Tuegel1-1/+7
This does not seem to be strictly necessary, but it also cannot hurt.
2017-06-18breeze-gtk: bump GTK3 versionThomas Tuegel1-1/+1
2017-06-18startkde: use absolute paths to required programsThomas Tuegel2-73/+61
The dependency on socat is removed because kwallet setup is deferred to kwallet-pam.
2017-06-18kwallet-pam: set path to socatThomas Tuegel1-4/+5
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-1/+1
2017-06-18Remove kdeWrapperThomas Tuegel1-14/+8
2017-06-18plasma5: rename plasmaPackage to mkDerivationThomas Tuegel38-133/+106
2017-06-18qt5: move kdeDerivation to qt5.mkDerivationThomas Tuegel2-4/+5
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+2
2017-06-18qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel4-19/+4
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
2017-06-18atril: init at 1.19.0 (#25765)armijnhemel2-0/+38