Commit graph

1474 commits

Author SHA1 Message Date
Artturi 06c63bcc53
Merge pull request #223142 from Artturin/crossfixes6 2023-04-06 23:09:56 +03:00
Dylan M. Taylor f8c705059f gnome-extensions-cli: init at 0.9.5 2023-04-05 22:23:25 -04:00
Weijia Wang df810ec66e
Merge pull request #224790 from wegank/eog-darwin
gnome.eog: unbreak on darwin
2023-04-06 01:26:56 +03:00
Weijia Wang 134c32d770 gnome.eog: unbreak on darwin 2023-04-05 11:16:22 +03:00
Bobby Rong 28031f7579
Merge pull request #216737 from FedericoSchonborn/budgie
Budgie Desktop
2023-04-03 10:57:32 +08:00
Artturin ceb7b20723 gucharmap: enable strictDeps
fix cross

checked with diffing
2023-04-02 05:50:33 +03:00
Federico Damián Schonborn 424a6ccd2b
gnome.gnome-session: Make support for GNOME Shell optional
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-01 18:06:52 -03:00
github-actions[bot] 8422d0b645
Merge master into staging-next 2023-03-26 12:01:29 +00:00
Lin Jian adbd2bd426
gnomeExtensions.EasyScreenCast: fix build
It needs intltool-extract.
2023-03-26 17:49:04 +08:00
github-actions[bot] 2c8e6963dc
Merge master into staging-next 2023-03-18 00:02:30 +00:00
Noel Gisler f41316581d gnomeExtension.dash-to-dock: v75 => v79 2023-03-17 20:20:24 +01:00
Vladimír Čunát 0f9354bfee
Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5
...into staging
2023-03-16 11:11:31 +01:00
Martin Weinelt 6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Atemu f8264a5b1e tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Ryan Horiguchi 9fcd39a8cc
gnomeExtensions: auto-update 2023-03-11 22:07:50 +01:00
Martin Weinelt e3f019bb71 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-07 15:05:00 +01:00
Ryan Horiguchi b7b7c43d5a
gnomeExtensions: auto-update 2023-03-03 22:27:28 +01:00
github-actions[bot] 736c488efe
Merge staging-next into staging 2023-03-01 18:01:48 +00:00
Fabián Heredia Montiel 0c6d8cb679 xorg.xorgserver: 1.20.14 → 21.1.7
Diff:
https://github.com/freedesktop/xorg-xserver/compare/xorg-server-1.20.14...xorg-server-21.1.7

This reverts the revert on https://github.com/NixOS/nixpkgs/pull/174140
2023-03-01 08:47:09 -06:00
github-actions[bot] e3dc1573ff
Merge staging-next into staging 2023-03-01 06:01:52 +00:00
Bobby Rong 3a97d63d5c
pantheon.gnome-settings-daemon: 3.38.2 -> 42.2
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/GNOME_SETTINGS_DAEMON_3_38_2...42.2
2023-02-28 23:02:56 +08:00
Bobby Rong cae5a65c90
pantheon.mutter: 3.38.6 -> 42.7
https://gitlab.gnome.org/GNOME/mutter/-/compare/3.38.6...42.4
https://gitlab.gnome.org/GNOME/mutter/-/compare/42.4...42.7
2023-02-28 23:02:56 +08:00
Jan Tojnar 9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
piegames 5bc7cc43f2
Merge pull request #218076: gnomeExtensions: auto-update 2023-02-25 13:29:48 +01:00
Ryan Horiguchi 6d2618b938
gnomeExtensions: auto-update 2023-02-24 21:19:45 +01:00
Andrew Marshall c84e76ec70 gnome-keyring: Add arg to build without wrapper
Some derivations may want to use gnome-keyring during their build, e.g.
for tests, but the wrapper for gnome-keyring-daemon not does not inside
the sandbox, so add an option to build without it. This will, at
least, be used in the upcoming bitwarden source-based build.
2023-02-23 23:30:14 -05:00
github-actions[bot] 3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot] 9acd1eb7fd
Merge staging-next into staging 2023-02-21 18:01:45 +00:00
Bobby Rong 1f64c9ca16
epiphany: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/epiphany/-/compare/43.0...43.1

- Hide bookmark star in application mode.
- Fix type error when displaying about:overview empty state.
- Fix thumbnails when loading about:overview from session state.
- Properly %-encode URLs copied from address bar.
- Fix minor memory leaks.
- Fix double free when file monitor for user JavaScript fails.
- Don't autofill passwords in sandboxed contexts (CVE-2023-26081).
- Updated translations.
2023-02-21 17:00:42 +08:00
github-actions[bot] 0a547ad8b7
Merge staging-next into staging 2023-02-20 12:02:08 +00:00
Doron Behar 5e9bcb9338
Merge pull request #217001 from tobim/pkgs/easyscreencast-1.7.0
gnomeExtensions.EasyScreenCast: 1.4.0 -> 1.7.0
2023-02-20 09:59:57 +02:00
github-actions[bot] 1ce3b0f272
Merge staging-next into staging 2023-02-19 12:02:03 +00:00
Maximilian Bosch 81e8a8cd14
Merge pull request #216386 from SuperSandro2000/gnome-keyring-name
libgnome-keyring: don't set name
2023-02-19 11:15:55 +01:00
github-actions[bot] ba877c4755
Merge staging-next into staging 2023-02-19 06:02:10 +00:00
Bobby Rong 602cb132de
gnome.mutter: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.2...43.3

- Skip resize effects for tiled windows during user grabs.
- Disable direct scanout during drag-n-drop operations.
- Ignore unmapped subsurfaces in direct scanout check.
- Fix cursor disappearing over windows during grabs.
- Fix pointer constrains with subsurfaces.
- Make wl_output mode independent of the orientation.
- Improve focus handling on workspace switches.
- Fix cursor position in window screencasts.
- Do not require a physical device to update pointer visibility.
- Fix initialization of keyboard accessibility.
- Fix freeze when crossing monitors under some conditions.
- Don't allow window activation to break global grabs.
- Fixed crashes.
- Plugged leak.
- Misc. bug fixes and cleanups.
2023-02-19 11:09:17 +08:00
Bobby Rong 71bdfad793
gnome.gnome-shell: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/43.2...43.3

- Ensure quick settings toggles align with the pixel grid.
- Lower OOM score of gnome-shell process.
- Fix incomplete device list in volume menus.
- Fixed crash.
- Plugged leak.
- Misc. bug fixes and cleanups.
2023-02-19 11:09:17 +08:00
Bobby Rong dd405d1b0c
gnome.gnome-boxes: 43.2 → 43.3
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/43.2...43.3

- Add OVF to list of supported install media formats.
- Use mime-type when validating OVA file.
2023-02-19 10:43:33 +08:00
Bobby Rong ef2b498ead
gnome.gnome-backgrounds: 43 → 43.1
https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/compare/43...43.1

No changes (https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/33).
2023-02-19 10:39:42 +08:00
Tobias Mayer f305cd1098
gnomeExtensions.EasyScreenCast: 1.4.0 -> 1.7.0 2023-02-18 20:48:28 +01:00
Artturi cdcca1cdcd
Merge pull request #215715 from Artturin/removegirworkarounds2 2023-02-18 20:12:57 +02:00
Artturin cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Jan Tojnar 4a22c3e26e
Merge pull request #216584 from bobby285271/upd/gnome
GNOME updates
2023-02-16 20:09:58 +01:00
Bobby Rong ce74158b70
gnome.gnome-control-center: 43.2 → 43.4.1
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/43.2...43.4.1
2023-02-16 11:40:02 +08:00
Bobby Rong 29a1311a65
gnome.rygel: 0.42.0 → 0.42.1
https://gitlab.gnome.org/GNOME/rygel/-/compare/rygel-0.42.0...rygel-0.42.1
2023-02-16 11:39:56 +08:00
Ryan Horiguchi 4c6d067322
gnomeExtensions: auto-update 2023-02-16 00:03:31 +01:00
Jan Tojnar 5ea14c1fb4 libgnome-keyring: remove maintainers
It has been deprecated for years and is not really maintained.
2023-02-14 23:53:00 +01:00
Sandro Jäckel fbf13b49fb
libgnome-keyring: don't set name 2023-02-14 23:32:38 +01:00
Jan Tojnar fffcd79090
Merge pull request #216101 from bobby285271/upd/gnome
GNOME updates
2023-02-14 19:54:28 +01:00