Jan Tojnar
25bcef9c8a
gnome.gnome-initial-setup: 41.4 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/41.4...42.beta
2022-03-25 15:01:25 +01:00
Jan Tojnar
33c71ed6bb
gnome.gnome-font-viewer: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/compare/41.0...42.beta
2022-03-25 15:01:25 +01:00
Jan Tojnar
fcdbc97447
gnome.gnome-disk-utility: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/compare/41.0...42.beta
2022-03-25 15:01:25 +01:00
Jan Tojnar
e5438a9bf4
gnome.gnome-control-center: 41.2 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/41.2...42.beta
- Cheese removed in 5ca53a0a78
- libsoup removed in a9c398e5d9
- libcanberra-gtk3 has been removed in 652dd8bfc8
- clutter has been removed in 697789083d
2022-03-25 15:01:25 +01:00
Jan Tojnar
f603e3eda8
gnome.gnome-contacts: 41.0 → 42.alpha
...
https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/41.0...42.alpha
- Maps were removed in de836febcd
- Switch to GTK 4 (removes Cheese support for now) 0733806c02
2022-03-25 15:01:25 +01:00
Jan Tojnar
133d326efd
gnome.gnome-color-manager: 3.32.0 → 3.36.0
...
https://gitlab.gnome.org/GNOME/gnome-color-manager/-/compare/3.32.0...3.36.0
2022-03-25 15:01:25 +01:00
Jan Tojnar
59364999db
gnome.gnome-calculator: 41.1 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/41.1...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
f99d67d09c
gnome.gnome-backgrounds: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/compare/41.0...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
9c7e716ffa
gnome.eog: 41.1 → 42.beta
...
https://gitlab.gnome.org/GNOME/eog/-/compare/41.1...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
717e78789f
gnome.adwaita-icon-theme: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/compare/41.0...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
d2552f2cb6
epiphany: 41.3 → 42.beta
...
https://gitlab.gnome.org/GNOME/epiphany/-/compare/41.3...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
fbaee68387
baobab: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/baobab/-/compare/41.0...42.beta
2022-03-25 15:01:24 +01:00
Jan Tojnar
ed76538fc1
gnome.gnome-bluetooth: 3.34.5 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/3.34.5...42.beta
2022-03-25 15:01:23 +01:00
Jan Tojnar
a6bcf76c7f
gnome.gnome-settings-daemon338: port to gweather4
2022-03-25 15:01:23 +01:00
Jan Tojnar
390e4670f6
gnome.gnome-settings-daemon: 41.0 → 42.beta
...
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/41.0...42.beta
2022-03-25 15:01:23 +01:00
Jan Tojnar
dde7232802
evolution-data-server: 3.42.3 → 3.43.2
...
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.42.3...3.43.2
Replaced intltool with gettext.
Also formatted the expression.
2022-03-25 15:01:22 +01:00
Jan Tojnar
7d2ded8c0f
gnome-desktop: Move into top-level
2022-03-25 15:01:21 +01:00
Jan Tojnar
7e0a1f2eec
Merge pull request #165558 from bobby285271/gnome-dictionary
...
gnome.gnome-dictionary: fix build with meson 0.61
2022-03-24 06:47:02 +01:00
Bobby Rong
24c7d32c22
gnome.gnome-dictionary: fix build with meson 0.61
2022-03-24 12:47:08 +08:00
Bobby Rong
311545660d
gnome.gnome-dictionary: format with nixpkgs-fmt
...
Should not cause any rebuilds.
2022-03-24 12:34:02 +08:00
Bobby Rong
8f640ba3cb
gnome.gucharmap: 14.0.0 -> 14.0.2
...
https://gitlab.gnome.org/GNOME/gucharmap/-/compare/14.0.0...14.0.2
2022-03-23 17:54:59 +08:00
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
R. Ryantm
11e41ae4b2
evince: 41.3 -> 41.4
2022-03-13 22:12:41 +00:00
R. Ryantm
61d2bc0cfe
gnome-tour: 40.0 -> 40.1
2022-02-26 15:49:32 +01:00
zseri
2bd4a5d10d
evince: make libsecret optional
2022-02-23 23:38:06 +01:00
0x4A6F
09033167ee
gnome-bluetooth: fix transposition error
2022-02-20 11:58:16 +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
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
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
4aa5df74fc
gnome.gnome-control-center: 41.2 -> 41.4
2022-02-17 02:04:49 +01:00
R. Ryantm
6067bd6a2e
gnome.gnome-initial-setup: 41.2 -> 41.4
2022-02-15 09:41:44 +00:00
Jan Tojnar
345a5e4bea
gnome.gnome-shell: 41.2 → 41.3
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-shell/41/gnome-shell-41.3.news
2022-01-30 20:39:49 +01:00
Jan Tojnar
75df38ecda
gnome.mutter: 41.2 → 41.3
...
https://ftp.gnome.org/pub/GNOME/sources/mutter/41/mutter-41.3.news
2022-01-30 20:39:49 +01:00
Jan Tojnar
161cd51dc4
gnome.gnome-session: 40.1.1 → 41.3
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-session/40/gnome-session-40.8.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-session/41/gnome-session-41.3.news
- Patch no longer relies on grep (db1a97c2ff
).
- Also format the expression.
2022-01-30 20:39:49 +01:00
Jan Tojnar
6396b5dbc2
gnome.gnome-desktop: 41.2 → 41.3
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/41/gnome-desktop-41.3.news
2022-01-30 04:47:01 +01:00
Jan Tojnar
1a11eb1eb3
gnome.gdm: 41.0 → 41.3
...
Remove nvidiaWayland NixOS option since it was severely out of date.
https://ftp.gnome.org/pub/GNOME/sources/gdm/41/gdm-41.3.news
2022-01-30 04:47:01 +01:00
Vladimír Čunát
14dfd74d8e
gnome.gnome-settings-daemon338: fix build with new meson
...
Our default gnome-settings-daemon release already contains this.
2022-01-22 08:06:05 +01:00
github-actions[bot]
fd5336b13e
Merge master into staging-next
2022-01-21 18:01:25 +00:00
R. Ryantm
90ec465b16
gnome.nautilus: 41.1 -> 41.2
2022-01-21 13:31:56 +01:00
github-actions[bot]
2e421aaac4
Merge master into staging-next
2022-01-15 00:01:36 +00:00
Tom Fitzhenry
47a8b15664
evolution-data-server: propagate libgdata
...
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit).
Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs , evolution-data-server requires libgdata for gobject introspection.
See also 025960d229
, which did a similar thing for libsoup.
2022-01-15 06:05:40 +11:00
github-actions[bot]
dc1b038f25
Merge master into staging-next
2022-01-14 12:01:14 +00:00
Jan Tojnar
897f195006
Merge pull request #154185 from symphorien/eds-udpdate
...
evolution-data-server: 3.42.2 -> 3.42.3
2022-01-14 12:16:30 +01:00
github-actions[bot]
7def368b6f
Merge master into staging-next
2022-01-12 18:01:16 +00:00