2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-13 07:57:29 +00:00
Commit Graph

2122 Commits

Author SHA1 Message Date
Maxine Aubrey
1ad8eb9fdf
gnome.gnome-calendar: 45.1 → 46.0
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/45.1...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:11:08 +02:00
Maxine Aubrey
429c603fa9
gnome.nautilus: 45.2.1 → 46.0
https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.2.1...46.0

libxml2 no longer needed (and we don't run xmllint also)
9dbef31384

Co-Authored-By: Bobby Rong <rjl931189261@126.com>

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
2024-04-22 21:11:06 +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
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
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
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
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
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
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
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
bc41aa7225
Merge pull request from Janik-Haag/drop-piegames-from-gnome-plugins
gnomeExtensions: drop piegames from maintainers
2024-04-19 20:05:39 +02:00
Janik H.
c8d5a4ca24
gnomeExtensions: drop piegames from maintainers
upon request of @piegamesde
2024-04-19 20:04:32 +02:00
zzzsyyy
45a89f4ea3 eog: add jxl support 2024-04-19 18:47:45 +02:00
zzzsyyy
0518f07b8e gnome: add jxl thumbnails and wallpapers support 2024-04-19 18:47:45 +02:00
Victor Engmark
9262fa5692 gnome.gnome-mahjongg: 3.40.0 -> 3.40.1
Change log: https://download.gnome.org/sources/gnome-mahjongg/3.40/gnome-mahjongg-3.40.1.news

Commits: https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/compare/3.40.0...3.40.1
2024-04-18 11:52:36 +02:00
Luflosi
f1901cf020 gitg: 41 -> 44
https://download.gnome.org/sources/gitg/44/gitg-44.news

Also:
- Add myself as a maintainer
- Enable `strictDeps`
- Run the tests again since they now work
- Use `--replace-fail` instead of `--replace` for `substituteInPlace`
2024-04-16 13:44:12 +00:00
Harsh Shandilya
cde53c12dc gnomeExtensions: remove GNOME 46 extensions from the default set
Fixes 
2024-04-15 11:33:49 +00:00
Harsh Shandilya
8c60d2f75c gnomeExtensions.impatience: 0.5.0 -> 0.5.1
Diff: https://github.com/timbertson/gnome-shell-impatience/compare/refs/tags/version-0.5.0...version-0.5.1
2024-04-12 18:35:39 +00:00
Harsh Shandilya
5ef8f585c4 gnomeExtensions.argos: unstable-2023-09-26 -> unstable-2024-04-03 2024-04-12 18:35:39 +00:00
Harsh Shandilya
dfdc8d6751 gnomeExtensions.argos: set passthru.updateScript 2024-04-12 18:35:39 +00:00
Harsh Shandilya
b8959b55dc gnomeExtensions.mullvad-indicator: add patch for GNOME 46 compat 2024-04-12 18:35:39 +00:00
Harsh Shandilya
ac556a6d52 gnomeExtensions.pop-shell: unstable-2023-11-10 -> unstable-2024-04-04 2024-04-12 18:35:39 +00:00
Harsh Shandilya
3c84c5602f gnomeExtensions.pop-shell: set passthru.updateScript 2024-04-12 18:35:39 +00:00
Harsh Shandilya
35e7cd1dfc gnomeExtensions.arcmenu: 52 -> 55
Diff: https://gitlab.com/arcmenu/ArcMenu/-/compare/v52...v55
2024-04-12 18:35:39 +00:00
Harsh Shandilya
8b3fe3e265 gnomeExtensions: pull in updates for GNOME 46 2024-04-12 18:35:39 +00:00
Harsh Shandilya
d7146d9494 gnomeExtensions: add support for GNOME 46 2024-04-12 18:35:39 +00:00
aleksana
9dddc116d5 treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 apps 2024-04-06 01:33:38 +08:00
Martin Weinelt
26bd025b2e
gnome-extensions-cli: relax packaging constraint 2024-03-28 16:48:41 +01:00
Vladimír Čunát
02cfa48f93
gnome-extensions-cli: fix build by unpinning pydantic
It was complaining:
  Executing pythonRuntimeDepsCheck
  Checking runtime dependencies for gnome_extensions_cli-0.10.1-py3-none-any.whl
    - pydantic<3.0.0,>=2.3.0 not satisfied by version 1.10.14
2024-03-20 07:25:47 +01:00
Martin Weinelt
7762462405
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flask-security-too/default.nix
2024-03-19 17:30:16 +01:00
Bobby Rong
2dcadb7087
Merge pull request from FedericoSchonborn/add-federicoschonborn
maintainers: Add federicoschonborn back again
2024-03-19 23:12:06 +08:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00