Jan Tojnar
cb530357bc
Merge GNOME updates 2024-12-07 ( #362830 )
2024-12-08 16:43:14 +01:00
R. Ryantm
ad84974d6c
gnmic: 0.39.0 -> 0.39.1
2024-12-08 12:33:33 +00:00
Bobby Rong
aee56a2a55
gnome-user-docs: 47.0 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-user-docs/-/compare/47.0...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
d211ba708b
gnome-user-share: 47.0 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-user-share/-/compare/47.0...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
343e3df195
gnome-shell-extensions: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/47.1...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
c2b9cd8edd
gnome-shell: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.1...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
e4e7c17dd8
gnome-settings-daemon: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/47.1...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
e574b22c4f
gnome-remote-desktop: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/47.1...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
c913dfac7a
gnome-music: 47.0 → 47.1
...
https://gitlab.gnome.org/GNOME/gnome-music/-/compare/47.0...47.1
2024-12-08 08:34:58 +08:00
Bobby Rong
54d2aad347
gnome-online-accounts: 3.52.1 → 3.52.2
...
https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/compare/3.52.1...3.52.2
2024-12-08 08:34:58 +08:00
Bobby Rong
82ad008e92
gnome-initial-setup: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/47.1...47.2
2024-12-08 08:34:58 +08:00
Bobby Rong
c7905a1531
gnome-control-center: 47.1.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/47.1.1...47.2
* gst-plugins-bad no longer needed:
625f1e7a4e
dd4e25ab69
2024-12-08 08:34:58 +08:00
Jan Tojnar
064ee2cb49
libsoup_2_4: Rename from libsoup
...
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
Eman Resu
e2e988d917
gnome-extension-manager: fix black screen via upstream patch ( #358236 )
2024-12-07 20:39:43 +08:00
R. Ryantm
596eb73570
gnome-online-accounts-gtk: 3.50.4 -> 3.50.5
2024-12-06 01:40:48 +00:00
R. Ryantm
6a5614466d
gnome-network-displays: 0.93.0 -> 0.94.0
2024-12-05 08:03:18 +00:00
Jan Tojnar
53886667ee
Merge GNOME updates 2024-12-01 ( #360787 )
2024-12-03 22:51:14 +01:00
Bobby Rong
d37e098e8d
Revert "gnome-maps: remove absolute path in desktop entry"
...
This reverts commit 8816be7bda
.
Well this is not a desktop entry... I think.
This fixes opening Maps in GNOME (from the activity view) for me:
"JS ERROR: Error: Requiring GLib, version 2.0: Typelib file for namespace 'GLib',
version '2.0' not found".
I learned from the KDE docs[1] that *unlike desktop files*, dbus files should contain
full path to the application to start. I tried not using full path previously in a
sticky PR[2] and it just fails to start with `org.freedesktop.DBus.Error.Spawn.ExecFailed`.
[1]: https://develop.kde.org/docs/features/d-bus/dbus_autostart_services/#creating-a-service-file
[2]: https://github.com/linuxmint/sticky/pull/118
2024-12-01 22:43:03 +08:00
Bobby Rong
f01af5e44b
gnome-text-editor: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/47.1...47.2
2024-12-01 20:39:09 +08:00
Bobby Rong
73e0a97730
gnome-software: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/47.1...47.2
2024-12-01 20:39:09 +08:00
Bobby Rong
649da5fca3
gnome-maps: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v47.1...v47.2
2024-12-01 20:39:09 +08:00
Vincent Bernat
998c477262
gnmic: fix version reporting
...
Fix #359543
2024-11-27 20:29:40 +01:00
Aleksana
722661d33b
gnome-maps: fix cross compilation ( #357238 )
2024-11-27 19:43:24 +08:00
Anderson Torres
58fe14bdf9
treewide: remove AndersonTorres from some packages' meta.maintainers
2024-11-21 21:24:15 -03:00
Weijia Wang
d4585492ce
gnumeric: unmark as broken on darwin ( #357140 )
2024-11-19 21:56:24 +01:00
Colin
7a9a2d8f34
gnome-maps: fix cross compilation
...
upstream determines the gjs path with `find_program('gjs')`, however
this fails to find anything when cross compiling because meson doesn't
know which paths to check.
the interaction between meson's `find_program` and `cross-file` is
documented here:
<https://mesonbuild.com/Reference-manual_functions.html#find_program >
2024-11-19 12:11:13 +00:00
Winter
869c8565c6
gnumeric: unmark as broken on darwin
...
It works now! 🎉
2024-11-18 21:53:52 -05:00
Sefa Eyeoglu
ac1e883587
gnome-control-center: remove absolute path in desktop entry
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:48 +01:00
Sefa Eyeoglu
d769a8defe
gnome-panel: remove absolute path in desktop entry
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:47 +01:00
Sefa Eyeoglu
8816be7bda
gnome-maps: remove absolute path in desktop entry
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:47 +01:00
Sefa Eyeoglu
dc27833765
gnome-weather: remove absolute path in desktop entry
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-10 14:44:47 +01:00
Bobby Rong
70ca880f35
gnome-online-accounts: 3.52.0 → 3.52.1
...
https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/compare/3.52.0...3.52.1
2024-11-09 23:02:07 +08:00
Bobby Rong
748ada2ba6
gnome-shell-extensions: 47.0 → 47.1
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/47.0...47.1
2024-11-09 23:02:07 +08:00
Bobby Rong
b3b9989a36
gnome-shell: 47.0 → 47.1
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.0...47.1
2024-11-09 23:02:07 +08:00
Bobby Rong
d45192210e
gnome-remote-desktop: 47.0 → 47.1
...
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/47.0...47.1
2024-11-09 23:02:06 +08:00
Bobby Rong
ea1a562cb9
gnome-control-center: 47.0.1 → 47.1.1
...
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/47.0.1...47.1.1
2024-11-09 23:02:06 +08:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
r-vdp
6bc77c1aad
gnome-firmware: 46.0 -> 47.0
2024-11-06 15:52:55 +01:00
r-vdp
f9337922ac
gnome-firmware: switch to finalAttrs
2024-11-06 15:52:55 +01:00
r-vdp
e7e4f76aeb
gnome-firmware: move to by-name
2024-11-06 15:52:55 +01:00
Bobby Rong
959fc90712
GNOME updates 2024-11-02 ( #353154 )
2024-11-05 20:39:01 +08:00
jaredmontoya
8f740302cf
gnome-maps: fix broken .desktop file
2024-11-02 11:40:59 +01:00
Bobby Rong
70c69b19f8
gnome-terminal: 3.52.2 → 3.54.1
...
https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.52.2...3.54.1
2024-11-02 16:27:11 +08:00
Bobby Rong
67fc4abb7e
gnome-sudoku: 47.0 → 47.1.1
...
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/47.0...47.1.1
2024-10-31 23:11:54 +08:00
Bobby Rong
a7236443d5
gnome-text-editor: 47.0 → 47.1
...
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/47.0...47.1
2024-10-31 23:11:54 +08:00
Fabián Heredia Montiel
fdc64cfee0
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-22 09:14:28 -06:00
aleksana
f32ef08b48
gnome-commander: init at 1.18.1-unstable-2024-10-18
2024-10-21 20:40:28 +08:00
Fabián Heredia Montiel
1aefcf5fb0
gnome-maps: 47.0 -> 47.1
...
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v47.0...v47.1
2024-10-16 16:44:44 -06:00
github-actions[bot]
05ae933cd6
Merge master into staging-next
2024-10-16 12:05:34 +00:00
Pol Dellaiera
2986e3c46e
gnome-graphs: 1.8.1 -> 1.8.2 ( #343712 )
2024-10-16 11:18:51 +02:00