summary refs log tree commit diff
path: root/pkgs/desktops
Commit message (Collapse)AuthorAge
* gnome-boxes: add qemu as dependencyAaron Janse2021-06-05
|
* gnome.gnome-initial-setup: 40.1 -> 40.2R. RyanTM2021-06-04
|
* Merge pull request #125042 from samueldr/fix/rox-filer-gappsSamuel Dionne-Riel2021-06-02
|\ | | | | rox-filer: Use wrapGAppsHook
| * rox-filer: Use wrapGAppsHookSamuel Dionne-Riel2021-05-31
| | | | | | | | Also use `pname` + `version`
* | Merge pull request #125263 from andersk/gnomeExtensions-allowAliasesSandro2021-06-01
|\ \ | | | | | | gnomeExtensions: allowAliases should default to true if unset
| * | gnomeExtensions: allowAliases should default to true if unsetAnders Kaseorg2021-06-01
| |/ | | | | | | | | | | | | Make this use of config.allowAliases consistent with every other use in the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | Merge pull request #125180 from chpatrick/gnome-flashback-panel-modulesJan Tojnar2021-06-01
|\ \ | | | | | | gnome-flashback: add module support to gnome-panel for installing applets
| * | gnome-flashback: add module support to gnome-panel for installing appletsPatrick Chilton2021-06-01
| | | | | | | | | | | | Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
* | | cinnamon.cinnamon-translations: 4.8.3 -> 5.0.0Maciej Krüger2021-05-31
| | |
* | | cinnamon.nemo: 4.8.6 -> 5.0.0Ilan Joselevich2021-05-31
| |/ |/|
* | Merge pull request #121433 from romildo/fix.dockbarxSandro2021-05-29
|\ \
| * | xfce.xfce4-dockbarx-plugin: fix dependences and wrappingJosé Romildo Malaquias2021-05-27
| | | | | | | | | | | | Also replace maintainer.
* | | gnomeExtensions.freon: 40 -> 44R. RyanTM2021-05-28
| |/ |/|
* | gnome-flashback: add option to remove gnome-panel, auto-generate wmNamePatrick Chilton2021-05-28
| |
* | Merge pull request #124280 from Mdsp9070/gnome-extensions-gTileSandro2021-05-27
|\ \
| * | gTile: init at 44Matheus de Souza Pessanha2021-05-24
| | |
* | | gnome.hitori: 3.38.1 -> 3.38.2R. RyanTM2021-05-26
| | |
* | | gnomeExtensions: Fix the package namesJan Tojnar2021-05-25
| | | | | | | | | | | | | | | I did not realize the attribute names are derived from the Nix package names so I accidentally, renamed them in https://github.com/NixOS/nixpkgs/pull/124295.
* | | gnomeExtensions: normalize pnamesJan Tojnar2021-05-24
|/ / | | | | | | | | | | | | They should have gnome-shell-extension prefix like most other extension packages. This is what other distros listed on Repology use so Repology will be able to unify them. Exception is chrome-gnome-shell, which is estabilished under that name.
* | Merge pull request #121031 from romildo/fix.lxqtJosé Romildo Malaquias2021-05-23
|\ \ | | | | | | lxqt: does not explicitly require gvfs package
| * | lxqt: does not explicitly require gvfs packageJosé Romildo Malaquias2021-04-28
| | | | | | | | | | | | It is enough to enable the gvfs service.
* | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-22
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/tools/networking/xh/default.nix
| * \ \ Merge pull request #124056 from mkg20001/cinnamonlocaleJan Tojnar2021-05-23
| |\ \ \ | | | | | | | | | | nixos/cinnamon: add cinnamon-translations to systemPackages
| | * | | cinnamon.nemo: use cinnamon-translationsMaciej Krüger2021-05-22
| | | | |
| | * | | cinnamon.cinnamon-settings-daemon: use cinnamon-translationsMaciej Krüger2021-05-22
| | | | |
| | * | | cinnamon.cinnamon-session: use cinnamon-translationsMaciej Krüger2021-05-22
| | | | |
| | * | | cinnamon.cinnamon-control-center: use cinnamon-translationsMaciej Krüger2021-05-22
| | | | |
| | * | | cinnamon.cinnamon-common: use cinnamon-translationsMaciej Krüger2021-05-22
| | | | | | | | | | | | | | | | | | | | Also remove unused configureFlags
| * | | | gnome.tali: 40.0 → 40.1Jan Tojnar2021-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/tali/-/compare/40.0...40.1 Also correct the license and format the expression.
| * | | | gnome.quadrapassel: 3.38.1 → 40.1Jan Tojnar2021-05-22
| |/ / / | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/quadrapassel/-/compare/3.38.1...40.1 Also correct the license and format the expression.
* | | | Merge master into staging-nextgithub-actions[bot]2021-05-22
|\| | |
| * | | gnome: Package all the GNOME extensionspiegames2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An automatic way to do this that scales up and requires little manual intervention is really needed. It works by scraping extensions.gnome.org with a python script, that writes all relevant information into the `extensions.json`. Every attribute of besaid file can be built into a package using `buildShellExtension`. Extensions are grouped by GNOME Shell version for practical reasons. Only extensions for GNOME 40 and 3.38 were added, as we don't support legacy GNOME versions. The extensions are exposed as an attrset, `pkgs.gnome40Extensions` and `pkgs.gnome38Extensions` respectively. The package name of each extensions is generated automatically from its UUID. The attribute `pkgs.gnomeExtensions` contains the officially packaged and supported extensions set. It contains all the automatically packaged extensions for the current GNOME Shell version, which are overwritten by manually packaged ones where needed. Unlike gnomeXYExtensions, the names are not UUIDs, but automatically generated human-friendly names. Naming collisions – which are tracked in collisions.json – need to be manually resolved in the `extensionRenames` attrset.
* | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-20
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/terminal-emulators/alacritty/default.nix pkgs/servers/clickhouse/default.nix
| * | | Merge pull request #123290 from eliasp/init-plasma-sdkThomas Tuegel2021-05-19
| |\ \ \ | | | | | | | | | | plasma-sdk: init at 5.21.4
| | * | | plasma-sdk: init at 5.21.4Elias Probst2021-05-19
| | | | |
| * | | | pantheon.elementary-calculator: 1.6.0 -> 1.6.1R. RyanTM2021-05-19
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-2105.xml pkgs/tools/security/sequoia/default.nix
| * | | | gnomeExtensions.fuzzy-app-search: 4 -> 4.0.1Ryan Horiguchi2021-05-19
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-18
|\| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/tools/package-management/cargo-release/default.nix
| * | | lxqt-build-tools: fix darwin detectionStéphan Kochen2021-05-18
| | | |
* | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-05-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/graphics/emulsion/default.nix pkgs/development/tools/misc/texlab/default.nix pkgs/development/tools/rust/bindgen/default.nix pkgs/development/tools/rust/cargo-udeps/default.nix pkgs/misc/emulators/ruffle/default.nix pkgs/tools/misc/code-minimap/default.nix
| * | | Merge pull request #123096 from mschuwalow/update-clipboard-indicatorJan Tojnar2021-05-18
| |\ \ \ | | | | | | | | | | gnomeExtensions.clipboard-indicator: 37 -> 38
| | * | | gnomeExtensions.clipboard-indicator: 37 -> 38Maxim Schuwalow2021-05-16
| | | | |
| * | | | Merge pull request #123185 from ↵Sandro2021-05-18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rhoriguchi/gnomeExtensions.dynamic-panel-transparency gnomeExtensions.dynamic-panel-transparency: 35 -> unstable-2021-03-04
| | * | | | gnomeExtensions.dynamic-panel-transparency: 35 -> unstable-2021-03-04Ryan Horiguchi2021-05-17
| | | | | |
| * | | | | pantheon.granite: 5.5.0 -> 6.0.0R. RyanTM2021-05-17
| | | | | |
| * | | | | gnustep.make: 2.8.0 -> 2.9.0R. RyanTM2021-05-17
| | | | | |
| * | | | | gnome.pomodoro: 0.18.0 -> 0.19.1R. RyanTM2021-05-17
| | | | | |
| * | | | | Merge pull request #122923 from rhoriguchi/gnomeExtensions.caffeineSandro2021-05-17
| |\ \ \ \ \ | | | | | | | | | | | | | | gnomeExtensions.caffeine: 37 -> 38
| | * | | | | gnomeExtensions.caffeine: 37 -> 38Ryan Horiguchi2021-05-14
| | | |/ / / | | |/| | |