Commit Graph

580 Commits

Author SHA1 Message Date
Jamie McClymont
694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
Bobby Rong
4a71acf24e
gnome.gnome-settings-daemon338: fix build with meson 0.61 2022-03-16 09:17:46 +08:00
Jan Tojnar
3239fd2b8f
Merge pull request #164155 from a-m-joseph/evince-fix-supportMultimedia-false
evince: pass -Dmultimedia=disabled if !supportMultimedia
2022-03-14 21:53:30 +01:00
Adam Joseph
a6fc7b2891 evince: pass -Dmultimedia=disabled if !supportMultimedia
The evince derivation has an option supportMultimedia?true, which if
set to false will exclude gstreamer from the nativeBuildInputs.
Unfortunately this is not enough; the build will fail with:

  Run-time dependency gstreamer-base-1.0 found: NO (tried pkgconfig)

  meson.build:236:0: ERROR: Dependency "gstreamer-base-1.0" not found, tried pkgconfig

Let's pass "-Dmultimedia=disabled" to meson in this case so that the
build succeeds.

Checked with nixpkgs-hammer, which did not report any new warnings
introduced by this commit.
2022-03-14 12:45:04 -07:00
davidak
26c983d95e
Merge pull request #164051 from r-ryantm/auto-update/evince
evince: 41.3 -> 41.4
2022-03-14 08:31:51 +01:00
R. Ryantm
11e41ae4b2 evince: 41.3 -> 41.4 2022-03-13 22:12:41 +00:00
R. Ryantm
a610331778 gnome.gnome-todo: unstable-2022-02-01 -> unstable-2022-03-11 2022-03-12 15:04:30 +01:00
piegames
0ff66591e4
Merge pull request #162668: gnomeExtensions.arcmenu: 23 -> 24 2022-03-11 12:21:01 +01:00
Ryan Horiguchi
a396af658c
gnomeExtensions: auto-update 2022-03-10 23:44:18 +01:00
R. Ryantm
f59dd81b3d gnome.gnome-tweaks: 40.0 -> 40.10 2022-03-05 22:59:38 +00:00
R. Ryantm
5e6e647dc1 gnomeExtensions.arcmenu: 23 -> 24 2022-03-03 20:27:58 +00:00
Jan Tojnar
3935dd094d libgnome-games-support: move out of gnome scope
We do not want libraries there.
2022-02-28 15:18:35 +01:00
R. Ryantm
9c61cdfb85 gnome.gpaste: 3.42.5 -> 3.42.6 2022-02-26 16:06:28 +01:00
R. Ryantm
61d2bc0cfe gnome-tour: 40.0 -> 40.1 2022-02-26 15:49:32 +01:00
R. Ryantm
733e15de50 gnome.gnome-mines: 40.0 -> 40.1 2022-02-25 10:57:22 -08:00
Sandro
035c360136
Merge pull request #148257 from zseri/opt-disable-avahi-geoclue 2022-02-25 13:00:05 +01:00
R. Ryantm
bdc5169fa4 gnomeExtensions.dash-to-dock: 71+date=2022-01-24 -> 71+date=2022-02-23 2022-02-24 13:51:29 +01:00
R. Ryantm
52e9fca9ee gnomeExtensions.arcmenu: 21 -> 23 2022-02-24 05:53:24 +00:00
zseri
2bd4a5d10d evince: make libsecret optional 2022-02-23 23:38:06 +01:00
Jan Tojnar
2427ba619c
Merge pull request #161260 from jtojnar/gnome-update-bump
gnome.updateScript: Various improvements
2022-02-23 21:17:45 +01:00
piegames
ac3478bf83
Merge pull request #161103: gnomeExtensions: auto-update 2022-02-23 11:53:50 +01:00
Jan Tojnar
00ee56846b gnome.updateScript: allow updating to unstable releases
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
2022-02-21 19:12:36 +01:00
Jan Tojnar
86a0a335dc gnome.updateScript: avoid rebuilding the derivation
Previously, a separate derivation was needed for each upper bound.

Since we are using bash specific features, let’s declare it explicitly.
2022-02-21 19:12:35 +01:00
Jan Tojnar
5b8320d446 gnome.updateScript: Use experimental support for custom commit messages 2022-02-21 19:12:35 +01:00
Ryan Horiguchi
10600763f5
gnomeExtensions: auto-update 2022-02-20 21:14:00 +01:00
0x4A6F
09033167ee gnome-bluetooth: fix transposition error 2022-02-20 11:58:16 +01:00
piegames
bb04f169d0
Merge pull request #160726: dash-to-dock: Build from source again
gnomeExtensions.dash-to-dock: Build from source again
2022-02-19 12:18:55 +01:00
R. Ryantm
0925d04a8e gnome.mutter: 41.3 -> 41.4 2022-02-19 11:55:56 +01:00
R. Ryantm
d0b5c17b5c gnome.gnome-shell: 41.3 -> 41.4 2022-02-19 01:21:38 +01:00
R. Ryantm
664c68a5c4 gnome.gnome-shell-extensions: 41.1 -> 41.2 2022-02-19 00:53:39 +01:00
Jan Tojnar
967a4c22db gnomeExtensions.dash-to-dock: Build from source again
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 2bb795bab2,
adds an update script and updates to latest git revision.
2022-02-18 17:28:28 +01:00
R. Ryantm
d67ffe7bcb gnome.gpaste: 3.42.2 -> 3.42.5 2022-02-17 02:06:29 +01:00
Anders Kaseorg
854a00b962 yelp: Use webkit2gtk-4.0 ABI
yelp was our only package using the webkit2gtk-4.1 ABI, which inflated
the NixOS GNOME ISO with an extra flavor of webkit2gtk.

Fixes part of #159612.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-02-17 02:06:12 +01:00
R. Ryantm
f70e28e3b1 gnome.gnome-autoar: 0.4.2 -> 0.4.3 2022-02-17 02:05:54 +01:00
R. Ryantm
7ff5dd058d gnome.gnome-software: 41.3 -> 41.4 2022-02-17 02:05:42 +01:00
R. Ryantm
08a56a0435 evolution-data-server: 3.42.3 -> 3.42.4 2022-02-17 02:05:36 +01:00
R. Ryantm
1f9f068724 gnome.gedit: 40.1 -> 41.0 2022-02-17 02:05:07 +01:00
R. Ryantm
4aa5df74fc gnome.gnome-control-center: 41.2 -> 41.4 2022-02-17 02:04:49 +01:00
piegames
48343d24e4
Merge pull request #159338: gnomeExtensions.arcmenu: 20 -> 21 2022-02-15 21:02:38 +01:00
R. Ryantm
7c5210039b gnome.gnome-todo: unstable-2022-01-01 -> unstable-2022-02-01 2022-02-15 14:11:52 +01:00
Bobby Rong
e7439d8fcf
Merge pull request #160128 from r-ryantm/auto-update/gnome-initial-setup
gnome.gnome-initial-setup: 41.2 -> 41.4
2022-02-15 19:35:47 +08:00
R. Ryantm
760e49aece gnome.gnome-maps: 41.2 -> 41.4 2022-02-15 12:34:56 +01:00
R. Ryantm
6067bd6a2e gnome.gnome-initial-setup: 41.2 -> 41.4 2022-02-15 09:41:44 +00:00
R. Ryantm
068c36f83b gnomeExtensions.arcmenu: 20 -> 21 2022-02-11 20:52:05 +00:00
piegames
ac68b477d6
Merge pull request #158952: gnomeExtensions: auto-update 2022-02-11 13:01:58 +01:00
piegames
1a7a5bf2e8
Merge pull request #157147: gnomeExtensions.dash-to-panel: move to manual packaging
gnomeExtensions.dash-to-panel: fix wrongly shown version number and remove manual packaging (closes #157005)
2022-02-10 21:13:44 +01:00
Ryan Horiguchi
6d715cb295
gnomeExtensions: auto-update 2022-02-10 13:09:40 +01:00
Simon Voordouw
d6209cb7ab gnomeExtensions.pop-shell: fix executables
Fix the shebang and set the executable bit for the color_dialog
and floating_exceptions executables.
2022-02-08 23:45:26 +01:00
github-actions[bot]
991e2a4022
Merge master into staging-next 2022-01-31 12:01:14 +00:00
R. Ryantm
c63b71869b gnome.tali: 40.4 -> 40.5 2022-01-31 06:46:07 +00:00