Commit Graph

784 Commits

Author SHA1 Message Date
R. Ryantm
07369ae043 gnome.gnome-initial-setup: 42.0.1 -> 42.1 2022-04-06 22:04:15 +00:00
Jan Tojnar
e29253ad9b gnome.eog: Hardcode library path in gir
By default, gobject-introspection refers to libraries using their
file name in the GIR file. Since we do not have FHS to reliably
find libraries by their name, we are patching gobject-introspection
to use absolute paths.

This works fine for libraries installed to "$out/lib" but when a different
path is used, the hard-coded absolute path will be incorrect.
To deal with this case, we also patch Meson to be able
to pass the install_dir to gobject-introspection.
But it currently only passes the data for targets
that have absolute install_dir set.

To have correct libeog path, we therefore need to absolutize the install_dir.
2022-04-06 01:44:36 +02:00
piegames
98bdd27117
Merge pull request #167213: gnomeExtensions.arcmenu: 24 -> 27 2022-04-06 01:01:02 +02:00
piegames
b178b904ec
Merge #166187: gnomeExtensions.system-monitor: 2021-09-07 → 2022-02-04 2022-04-06 00:55:19 +02:00
Anders Kaseorg
daa0d0d265 gnomeExtensions.system-monitor: Use upstream Makefile to fix version
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-05 15:30:37 -07:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
R. Ryantm
7ab510e588 gnomeExtensions.arcmenu: 24 -> 27 2022-04-04 17:57:40 +00:00
Bobby Rong
d0f3fa1910
Merge pull request #166754 from bobby285271/gnome
GNOME updates 2022-04-01
2022-04-02 12:23:36 +08:00
Bobby Rong
c167b827b5
gnome.sushi: 41.0 → 41.1
https://gitlab.gnome.org/GNOME/sushi/-/compare/41.0...41.1
2022-04-02 11:04:54 +08:00
Bobby Rong
79cccf419b
gnome.gucharmap: 14.0.2 → 14.0.3
https://gitlab.gnome.org/GNOME/gucharmap/-/compare/14.0.2...14.0.3
2022-04-02 11:04:54 +08:00
Bobby Rong
524c463486
gnome.five-or-more: 3.32.2 → 3.32.3
https://gitlab.gnome.org/GNOME/five-or-more/-/compare/3.32.2...3.32.3
2022-04-02 11:04:37 +08:00
Bobby Rong
3c583c8226
Merge pull request #166569: unbreak GNOME Flashback and reintroduce gnome-bluetooth_1_0
- Add missing geocode-glib dependency for gnome-panel
- Reintroduce gnome-bluetooth_1_0 for gnome-flashback, blueberry and gnome-bluetooth-contract

Related:
- https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/49
- https://github.com/NixOS/nixpkgs/pull/166569#issuecomment-1084658550
- https://github.com/linuxmint/blueberry/issues/123
- https://github.com/elementary/gnome-bluetooth-contract/issues/1
2022-04-01 23:50:36 +08:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Bobby Rong
57d754ee3c
gnome.five-or-more: format with nixpkgs-fmt 2022-04-01 11:28:55 +08:00
Bobby Rong
20d0500abd
gnome.aisleriot: 3.22.21 → 3.22.22
https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.21...3.22.22
2022-04-01 11:28:55 +08:00
Bobby Rong
85dff10d06
gnome.gnome-flashback: use gnome-bluetooth_1_0 2022-03-31 23:25:54 +08:00
Bobby Rong
55d676321a
gnome.gnome-bluetooth_1_0: init at 3.34.5 2022-03-31 23:22:37 +08:00
Bobby Rong
dd2c542196
gnome.gnome-panel: add missing geocode-glib dependency 2022-03-31 21:28:03 +08:00
piegames
1dfe42f57c
Merge #166485: gnomeExtensions.pop-shell: 2022-01-14 -> 2022-03-25 2022-03-31 14:18:26 +02:00
genofire
9781be53a2 gnomeExtensions.pop-shell: unstable-2022-01-14 -> unstable-2022-03-25 2022-03-30 23:41:54 +02:00
Doron Behar
e05a7fa858
Merge pull request #166392 from bobby285271/meson-fixes 2022-03-30 20:10:47 +03:00
piegames
bf80fd1786
Merge pull request #166327: gnomeExtensions: auto-update 2022-03-30 12:26:50 +02:00
Jan Tojnar
645796c0cb dconf-editor: fix build with Meson 0.61 2022-03-30 11:36:56 +02:00
Jan Tojnar
289a54ef8d dconf-editor: Respect NIX_GSETTINGS_OVERRIDES_DIR variable
We patch GLib to recognize NIX_GSETTINGS_OVERRIDES_DIR
environment variable as a high priority source of settings
schemas. This is used by NixOS modules for desktop environments
like GNOME to set default values for stuff like background image.

Since dconf-editor uses custom GSettingsSchemaSource,
it bypassed that patch, leading to the dconf-editor
showing different values from what other apps
using the GLib’s default source saw.

Let’s mirror our GLib patch in dconf-editor to fix that.
2022-03-30 11:36:56 +02:00
Bobby Rong
5fa8d3ac38
gnome-2048: fix build with meson 0.61 2022-03-30 17:29:10 +08:00
Bobby Rong
68824fbc89
gnome.gnome-screenshot: fix build with meson 0.61 2022-03-30 17:29:10 +08:00
Bobby Rong
dbc55b6667
gnome.gnome-screenshot: format
- use pname + version
- format with nixpkgs-fmt
- reorder the attributes
2022-03-30 17:29:10 +08:00
Bobby Rong
3d1d33c5ff
gnome.gnome-books: fix build with meson 0.61 2022-03-30 17:29:09 +08:00
Bobby Rong
d3dab0e67d
gnome.devhelp: fix build with meson 0.61 2022-03-30 17:29:09 +08:00
Sandro
a08c0e60a8
Merge pull request #166254 from bobby285271/gnome-logs 2022-03-30 02:48:57 +02:00
Ryan Horiguchi
b9c5ad1c06
gnomeExtensions: auto-update 2022-03-30 00:28:30 +02:00
piegames
eabb942f1f
Merge #166184: gnomeExtensions.sound-output-device-chooser: update 2022-03-29 22:58:01 +02:00
piegames
bd9ceeda56
Merge pull request #165977: gnomeExtensions.freon: package automatically 2022-03-29 21:57:32 +02:00
Doron Behar
2682154e89 gnomeExtensions.sound-output-device-chooser: 39 -> unstable-2022-03-29 2022-03-29 22:25:21 +03:00
Jan Tojnar
e9c2918e9b gnome.gnome-control-center: fix Online Accounts configuration on X11 2022-03-29 16:06:13 +02:00
Bobby Rong
3ea0bebd9e
gnome.gnome-logs: 3.36.0 → 42.0
https://gitlab.gnome.org/GNOME/gnome-logs/-/compare/gnome-logs-3.36.0...gnome-logs-42.0
2022-03-29 21:37:01 +08:00
Jan Tojnar
ae92c8f516 gnome.yelp: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/yelp/-/compare/42.0...42.1
2022-03-29 10:23:06 +02:00
Jan Tojnar
16b4042373 gnome.gnome-terminal: 3.43.90 → 3.44.0
https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.43.90...3.44.0
2022-03-29 10:23:06 +02:00
Jan Tojnar
9a2de8ca73 Revert "gnome.gnome-color-manager: 3.32.0 → 3.36.0"
This was bumped accidentaly, it removes gcm-calibrate,
which is still used gnome-control-center.

This reverts commit 133d326efd.
2022-03-29 10:06:45 +02:00
Anders Kaseorg
966b98f945 gnomeExtensions.system-monitor: 2021-09-07 → 2022-02-04
Needed for GNOME 42 support.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-03-28 21:53:08 -07:00
Ryan Horiguchi
af26200234
gnomeExtensions: add gnome40Extensions to gnomeExtensions 2022-03-28 16:48:58 +02:00
Sandro
44fe73efbe
Merge pull request #165868 from LibreCybernetics/remove-python2-dependencies-from-gnome 2022-03-28 14:38:17 +02:00
Justinas Stankevicius
2b52fed975 gnomeExtensions.freon: package automatically 2022-03-27 20:15:31 +03:00
Fabián Heredia Montiel
1207aa204e gnome-user-share: add upstream meson >= 0.61 patch 2022-03-27 10:15:55 -06:00
Sandro
f164238df1
Merge pull request #165840 from piegamesde/gnome-extensions 2022-03-27 15:54:01 +02:00
Fabián Heredia Montiel
f23a1c2033 gnome-keyring: checkInputs python2 → python3 2022-03-26 23:49:49 -06:00
Jan Tojnar
7574eb2cba gnome.gpaste: 42.0 → 42.1
https://www.imagination-land.org/posts/2022-03-21-gpaste-42.1-released.html
https://github.com/Keruspe/GPaste/compare/v42.0...v42.1
2022-03-26 22:25:40 +01:00
Fabián Heredia Montiel
95f91dbed5 gnome.nautilus: remove unused exempi dependency
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/26

> Since now we use gexiv2 these are not longer necessary.
2022-03-26 11:01:20 -06:00
piegames
4edf59e00a gnomeExtensions.screen-autorotate: Patch gjs path
Fixes #164865
2022-03-26 13:24:42 +01:00
Fabián Heredia Montiel
1a805fcd23 gnomeExtensions: update extensions.json 2022-03-25 11:36:22 -06:00