summary refs log tree commit diff
path: root/pkgs/desktops
Commit message (Collapse)AuthorAge
...
| | * | pantheon.appcenter: fix AppStream.PoolFlags being renamedBobby Rong2022-03-01
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2022-03-01
|\| | |
| * | | libgnome-games-support: move out of gnome scopeJan Tojnar2022-02-28
| | | | | | | | | | | | | | | | We do not want libraries there.
* | | | Merge branch 'master' into staging-nextAndersonTorres2022-02-26
|\| | |
| * | | gnome.gpaste: 3.42.5 -> 3.42.6R. Ryantm2022-02-26
| | | |
| * | | gnome-tour: 40.0 -> 40.1R. Ryantm2022-02-26
| | | |
| * | | gnome.gnome-mines: 40.0 -> 40.1R. Ryantm2022-02-25
| | | |
| * | | Merge pull request #148257 from zseri/opt-disable-avahi-geoclueSandro2022-02-25
| |\ \ \
| | * | | evince: make libsecret optionalzseri2022-02-23
| | |/ /
| * | | gnomeExtensions.dash-to-dock: 71+date=2022-01-24 -> 71+date=2022-02-23R. Ryantm2022-02-24
| | | |
| * | | gnomeExtensions.arcmenu: 21 -> 23R. Ryantm2022-02-24
| |/ /
* | | Merge master into staging-nextgithub-actions[bot]2022-02-24
|\| |
| * | Merge pull request #161144 from romildo/new.git-updaterJosé Romildo Malaquias2022-02-23
| |\ \ | | | | | | | | gitUpdater: init
| | * | httpTwoLevelsUpdater: initJosé Romildo2022-02-21
| | | |
| | * | gitUpdater: initJosé Romildo2022-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
| * | | Merge pull request #161260 from jtojnar/gnome-update-bumpJan Tojnar2022-02-23
| |\ \ \ | | | | | | | | | | gnome.updateScript: Various improvements
| | * | | gnome.updateScript: allow updating to unstable releasesJan Tojnar2022-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to update to GNOME pre-release by simply running: GNOME_UPDATE_STABILITY=unstable nix-shell maintainers/scripts/update.nix --arg predicate '(path: pkg: pkg.updateScript.name or null == "gnome-update-script")' --argstr keep-going true --argstr commit true
| | * | | gnome.updateScript: avoid rebuilding the derivationJan Tojnar2022-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a separate derivation was needed for each upper bound. Since we are using bash specific features, let’s declare it explicitly.
| | * | | gnome.updateScript: Use experimental support for custom commit messagesJan Tojnar2022-02-21
| | |/ /
* | | | Merge master into staging-nextgithub-actions[bot]2022-02-23
|\| | |
| * | | Merge pull request #161475 from r-ryantm/auto-update/xreaderMaciej Krüger2022-02-23
| |\ \ \
| | * | | cinnamon.xreader: 3.2.2 -> 3.3.0R. Ryantm2022-02-23
| | |/ /
| * | | libsForQt5.krohnkite: 0.7 -> 0.8.2R. RyanTM2022-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libsForQt5.krohnkite: 0.7 -> 0.8.1 (#160024) * libsForQt5.krohnkite: 0.8.1 -> 0.8.2 v0.8.1 will only work with KWin >= v5.24.0 Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
* | | | Merge master into staging-nextgithub-actions[bot]2022-02-23
|\| | |
| * | | Merge pull request #161103: gnomeExtensions: auto-updatepiegames2022-02-23
| |\ \ \ | | |/ / | |/| |
| | * | gnomeExtensions: auto-updateRyan Horiguchi2022-02-20
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2022-02-21
|\| | |
| * | | Merge pull request #159994 from romildo/upd.xfce4-notifydSandro2022-02-21
| |\ \ \
| | * | | xfce.xfce4-notifyd: 0.6.2 -> 0.6.3José Romildo2022-02-14
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-21
|\| | | |
| * | | | Merge pull request #160969 from tu-maurice/xviewer-3.2.4Maciej Krüger2022-02-20
| |\ \ \ \
| | * | | | cinnamon.xviewer: 3.2.2 -> 3.2.4tu-maurice2022-02-19
| | | | | |
| | * | | | cinnamon.xapps: 2.2.5 -> 2.2.8tu-maurice2022-02-19
| | | |/ / | | |/| |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-20
|\| | | |
| * | | | gnome-bluetooth: fix transposition error0x4A6F2022-02-20
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-20
|\| | | |
| * | | | Merge pull request #159732 from NixOS/pantheonBobby Rong2022-02-20
| |\ \ \ \ | | |/ / / | |/| | | pantheon.elementary-greeter: actually fix the crash
| | * | | pantheon.elementary-greeter: actually fix the crashBobby Rong2022-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a use-after-free issue where logged_in_context is used in update_style(). There are several reports for this but upstream has no action for this so far during the 6.x cycle. See the provided link for more details.
| | * | | Revert "pantheon.elementary-greeter: add patch for revert pull request 566"Bobby Rong2022-02-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 34d5d14fd0d9e0cab8458342f9e7fb105ceb7db3.
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\| | | |
| * | | | Merge pull request #160726: dash-to-dock: Build from source againpiegames2022-02-19
| |\ \ \ \ | | | | | | | | | | | | gnomeExtensions.dash-to-dock: Build from source again
| | * | | | gnomeExtensions.dash-to-dock: Build from source againJan Tojnar2022-02-18
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stable version has several usability bugs (e.g. https://github.com/micheleg/dash-to-dock/issues/1629) but patches do not apply cleanly to the zips from the extension portal. Let’s switch back to building from source to make it easier to update the extension. This reverts commit 2bb795bab24f00d60b164ab40b504201a0cefa20, adds an update script and updates to latest git revision.
| * | | | gnome.mutter: 41.3 -> 41.4R. Ryantm2022-02-19
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\| | | |
| * | | | gnome.gnome-shell: 41.3 -> 41.4R. Ryantm2022-02-19
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-19
|\| | | |
| * | | | gnome.gnome-shell-extensions: 41.1 -> 41.2R. Ryantm2022-02-19
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2022-02-18
|\| | | |
| * | | | Merge pull request #159616 from r-ryantm/auto-update/nemoMaciej Krüger2022-02-18
| |\ \ \ \
| | * | | | cinnamon.nemo: 5.2.3 -> 5.2.4R. Ryantm2022-02-12
| | |/ / /