Maxine Aubrey
b6c23241c1
libpanel: 1.4.1 → 1.6.0
...
https://gitlab.gnome.org/GNOME/libpanel/-/compare/1.4.1...1.6.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:55 +02:00
Bobby Rong
617e0ee76f
gnome.gnome-remote-desktop: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/45.1...46.0
In file included from ../src/grd-settings.c:28:
/nix/store/xxx-freerdp-3.4.0/lib/pkgconfig/../../include/freerdp3/freerdp/freerdp.h:25:10:
fatal error: winpr/stream.h: No such file or directory
25 | #include <winpr/stream.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
Ugh. So stuff I am aware of here:
- In freerdp3.pc, winpr3 is in Requires.private.
- In https://github.com/FreeRDP/FreeRDP/blob/3.4.0/include/freerdp/freerdp.h#L25 <winpr/stream.h>
is included.
- In GNOME/gnome-remote-desktop@d29909a
<freerdp/freerdp.h> is included in src/grd-settings.c.
- We patched pkg-config in NixOS to not include Requires.private in --cflags according to
mate-desktop/atril issue 351.
- According to https://gitlab.gnome.org/GNOME/gjs/-/issues/571 , Requires.private is probably correct
if no data types are exposed in public API.
So to fix this somewhere, if src/grd-settings.c has direct usage of winpr, we can PR to g-r-d declaring
the dep. If freerdp/freerdp.h exposes winpr data types we PR to freerdp and move winpr to Requires.
Probably someone can help me do the check, I am committing this simply to unbreak the build for now.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:54 +02:00
Bobby Rong
9914081155
freerdp3: init at 3.4.0
...
Non-maintainer upload. Did not test.
Mostly based on changes in `packaging/rpm/freerdp-nightly.spec`.
ref: 8032bb6173
2024-04-22 21:10:54 +02:00
Bobby Rong
d548f7858b
uhttpmock_1_0: init at 0.10.0
...
libgdata is not ported to libsoup 3 yet, unfortunately.
2024-04-22 21:10:54 +02:00
Bobby Rong
4502fe4911
gnome-builder: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/45.0...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:54 +02:00
Bobby Rong
c0ffd4c221
gnome.gnome-system-monitor: 45.0.2 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/compare/45.0.2...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:53 +02:00
Bobby Rong
fdddda82fe
gnome.gnome-sudoku: 45.5 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/45.5...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:53 +02:00
Bobby Rong
5a4492b45a
gnome.gnome-initial-setup: 45.4.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/45.4.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:53 +02:00
Bobby Rong
90cd4bd2fb
libmsgraph: init at 0.2.1
...
Co-Authored-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:52 +02:00
Bobby Rong
be41b08830
vte: 0.74.2 → 0.76.0
...
https://gitlab.gnome.org/GNOME/vte/-/compare/0.74.2...0.76.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:52 +02:00
Bobby Rong
5c70aa0b68
orca: 45.2 → 46.1
...
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_45_2...ORCA_46_1
Regenerated the fix-paths.patch by searching usages of `subprocess`.
Port to meson.
No more pyatspi.
1c496c9ada
Move to by-name and use pkgs.callPackage so we don't have to write another
`inherit (pkgs.buildPackages) meson;`.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:51 +02:00
Bobby Rong
7b2a419358
libshumate: 1.1.3 → 1.2.1
...
https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.1.3...1.2.1
Enable the vector renderer by default when building (needs gperf, json-glib, protobufc)
https://github.com/GNOME/libshumate/blob/1.2.beta/shumate/vector/meson.build
fetch tarball instead of git repo
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:10:36 +02:00
Bobby Rong
e19d84b2b8
libhandy: replace sha256 with hash
2024-04-22 21:08:52 +02:00
Bobby Rong
cc69fde59d
libdex: 0.4.3 → 0.6.0
...
https://gitlab.gnome.org/GNOME/libdex/-/compare/0.4.3...0.6.0
fetch tarball instead of git repo
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:52 +02:00
Bobby Rong
8d0983b1fb
gnote: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnote/-/compare/45.1...46.0
Port to libadwaita
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:52 +02:00
Bobby Rong
cbf8888a34
gnome-text-editor: 45.3 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/45.3...46.0
We don't need appstream-util or appstreamcli if we don't run tests.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:51 +02:00
Bobby Rong
70cf86e5fd
gnome-tecla: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/tecla/-/compare/45.0...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:51 +02:00
Bobby Rong
def1a3bf27
gnome.swell-foop: 41.1 → 46.0
...
https://gitlab.gnome.org/GNOME/swell-foop/-/compare/41.1...46.0
Port to GTK4.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:51 +02:00
Bobby Rong
99404bce0f
gnome.lightsoff: 40.0.1 → 46.0
...
https://gitlab.gnome.org/GNOME/lightsoff/-/compare/40.0.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:50 +02:00
Bobby Rong
f8152d1d17
gnome.gnome-software: 45.3 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/45.3...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:50 +02:00
Bobby Rong
894ad2081f
gnome.gnome-shell-extensions: 45.2 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/45.2...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:50 +02:00
Bobby Rong
628e5732da
gnome.gnome-shell: 45.5 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.5...46.0
Remove gnome-shell.portal:
36b3a995eb
Port to gi-docgen:
4373a91911
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:50 +02:00
Bobby Rong
1afec2cb4c
gnome.gnome-session: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-session/-/compare/45.0...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:49 +02:00
Bobby Rong
e41c7e112e
gnome.gnome-disk-utility: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/compare/45.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:49 +02:00
Bobby Rong
18eefa1c83
gnome.gnome-control-center: 45.3 → 46.0.1
...
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/45.3...46.0.1
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:49 +02:00
Bobby Rong
39d0f9ecb7
gnome.gnome-contacts: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-contacts/-/compare/45.1...46.0
gnome-desktop likely not needed.
064b06e84e
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:49 +02:00
Bobby Rong
a7242a3218
gnome.gnome-chess: 43.2 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-chess/-/compare/43.2...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:48 +02:00
Bobby Rong
bba3383534
gnome.gnome-calculator: 45.0.2 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/45.0.2...46.0
Note that we run tests for this package.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:48 +02:00
Bobby Rong
53628f6bd6
gnome.gnome-bluetooth: 42.8 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.8...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:48 +02:00
Bobby Rong
4883633363
gnome.gnome-backgrounds: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/compare/45.0...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:48 +02:00
Bobby Rong
5f4115bc15
gnome.ghex: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/ghex/-/compare/45.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:47 +02:00
Bobby Rong
830d591fc6
gnome.adwaita-icon-theme: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/compare/45.0...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:47 +02:00
Maxine Aubrey
cf9c7d0ceb
evolution-ews: 3.50.3 → 3.52.0
...
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.50.3...3.52.0
2024-04-22 21:08:47 +02:00
Bobby Rong
d3de5bb8de
evolution-data-server: 3.50.4 → 3.52.0
...
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.4...3.52.0
libaccounts-glib cleanup already done in 3.50.3 bump.
2024-04-22 21:08:47 +02:00
Bobby Rong
0e49a859e7
evolution: 3.50.4 → 3.52.0
...
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.50.4...3.52.0
2024-04-22 21:08:46 +02:00
Bobby Rong
a461a0f722
epiphany: 45.3 → 46.0
...
https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.3...46.0
Remove Safe Browsing support
4cfb37b4a6
Add PKCS11 (smartcard) support
d1f428e9bd
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:46 +02:00
Bobby Rong
4bc50c47f5
d-spy: 1.8.0 → 1.10.0
...
https://gitlab.gnome.org/GNOME/d-spy/-/compare/1.8.0...1.10.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:46 +02:00
Maxine Aubrey
629073c919
gnome.gnome-settings-daemon: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/45.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:46 +02:00
Maxine Aubrey
fde899eefd
gnome.mutter: 45.5 → 46.0
...
https://gitlab.gnome.org/GNOME/mutter/-/compare/45.5...46.0
API bump happens every release.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:45 +02:00
Maxine Aubrey
8b4f08e82c
gnome-online-accounts: 3.48.1 → 3.50.0
...
https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/compare/3.48.1...3.50.0
Port to GTK4. Still provides goa-1.0.
* It is unclear to me why gvfs is needed here, I searched for
`org.gnome.system`, `dns_sd`, `smb`, `gvfs` in the source but found
nothing useful (I am aware of the `gnomeSupport` option in gvfs
default to `false` to prevent circular dependency.).
* Same for icu.
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:45 +02:00
Maxine Aubrey
5456fd2061
gvfs: 1.52.2 → 1.54.0
...
https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.52.2...1.54.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:45 +02:00
Maxine Aubrey
47d9ca61ef
gcr_4: 4.1.0 → 4.2.1
...
https://gitlab.gnome.org/GNOME/gcr/-/compare/4.1.0...4.2.1
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:45 +02:00
Maxine Aubrey
9c3661e703
gnome.gdm: 45.0.1 → 46.0
...
https://gitlab.gnome.org/GNOME/gdm/-/compare/45.0.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:44 +02:00
Maxine Aubrey
c204c234d9
xdg-desktop-portal-gnome: 45.1 → 46.0
...
https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/compare/45.1...46.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:44 +02:00
Maxine Aubrey
f39fe7fc08
gjs: 1.78.4 → 1.80.2
...
https://gitlab.gnome.org/GNOME/gjs/-/compare/1.78.4...1.80.2
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:44 +02:00
Maxine Aubrey
8dcf9b1fdb
libadwaita: 1.4.4 → 1.5.0
...
https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.4.4...1.5.0
https://blogs.gnome.org/alicem/2024/03/15/libadwaita-1-5/
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:43 +02:00
Maxine Aubrey
1df6938bde
gtksourceview5: 5.10.0 → 5.12.0
...
https://gitlab.gnome.org/GNOME/gtksourceview/-/compare/5.10.0...5.12.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:43 +02:00
Maxine Aubrey
8de37dce4c
libical: Fix typo in test env setup
...
Use ":" instead of ";". This fixes the test for me w/ gi 1.79.1.
2024-04-22 21:08:43 +02:00
Maxine Aubrey
8b757acff5
gtkmm4: 4.12.0 → 4.14.0
...
https://gitlab.gnome.org/GNOME/gtkmm/-/compare/4.12.0...4.14.0
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:43 +02:00
Maxine Aubrey
9f6b6e48ab
gtk4: 4.12.5 → 4.14.1
...
https://gitlab.gnome.org/GNOME/gtk/-/compare/4.12.5...4.14.1
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:08:42 +02:00