Martin Weinelt
294201004f
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-10 21:45:18 +02:00
Ryan Horiguchi
7162290393
gnomeExtensions: auto-update
2022-10-09 18:45:03 +02:00
Martin Weinelt
253ca4957d
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-05 00:44:16 +02:00
Jan Tojnar
e14d1e1bc9
Merge pull request #192969 from jtojnar/extra-gsettings-strict
...
GNOME/Cinnamon/Pantheon: Clean up GSettings overrides and make strict
2022-10-04 00:59:08 +02:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next
2022-09-30 18:03:29 +00:00
Ryan Horiguchi
dea11786f6
gnomeExtensions: auto-update
2022-09-30 16:43:33 +02:00
José Romildo Malaquias
e78c23cf5b
Merge pull request #193248 from romildo/upd.generic-updater
...
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
github-actions[bot]
9c14978f84
Merge master into staging-next
2022-09-29 12:01:25 +00:00
Vladimír Čunát
8ba120420f
Merge #191339 : staging-next 2022-09-15
2022-09-29 09:16:47 +02:00
Jan Tojnar
7ccc6ab217
Revert "gnome.gnome-boxes: add qemu to path"
...
Boxes insert the absolute path of `qemu-system-x86_64` program
as found on `PATH` into the `<emulator>` element of the libvirt
config. But if we add qemu to `PATH` using a wrapper, the saved
path will point directly to a store path, which will break when
the store path is garbage collected.
Let’s drop it again so that qemu can be picked up from the environment
using a more stable path such as `/run/libvirt/nix-emulators/qemu-system-x86_64`
introduced by the `virtualisation.libvirtd.enable = true;` NixOS option.
This reverts commit ba1ecbea39
,
essentially re-applying 120337053f
.
Fixes: https://github.com/NixOS/nixpkgs/issues/57931
2022-09-29 04:16:55 +02:00
github-actions[bot]
f18d801779
Merge staging-next into staging
2022-09-28 18:05:53 +00:00
Martin Weinelt
7da8d25d87
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-28 17:15:11 +02:00
José Romildo
01510c7ff3
treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater
2022-09-27 23:41:53 -03:00
Jan Tojnar
cd0b791eaa
Merge pull request #193119 from jtojnar/updatescript-residue
...
Backport updateScript fixes from GNOME branch
2022-09-28 02:53:01 +02:00
Artturi
1c1c182814
Merge pull request #192851 from Artturin/treewides1
2022-09-28 00:50:06 +03:00
github-actions[bot]
3f66160994
Merge master into staging-next
2022-09-27 18:04:13 +00:00
piegames
4d1f3b3a74
Merge pull request #192929 : gnomeExtensions: Add GNOME 43
2022-09-27 14:26:28 +02:00
piegames
73e71f2ef9
gnomeExtensions: Update for GNOME 43
2022-09-27 13:39:06 +02:00
Jan Tojnar
a5af361af4
gnome.updateScript: Support freezing up to an explicit version
...
libgweather released version 4 after releasing version 40,
we need to ignore the latter.
2022-09-27 02:19:25 +02:00
Artturin
0734f54ef2
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
...
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Jan Tojnar
35e033d416
gnome.nixos-gsettings-override: Make compilation strict
...
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26 00:52:08 +02:00
Jan Tojnar
1d4bddaed5
gnome.nixos-gsettings-override: extract from NixOS module
...
This will clean up the module slightly and bring it more in line with Pantheon & Cinnamon.
While at it do some other refactoring inspired by those modules:
- Correct a typo in light background attribute name.
- Rename the attribute name.
- Quote arguments.
- Extract the overridden package list and override text into variables.
- Avoid having separate copy commands for overrides from packages.
- Avoid `with` statements.
- Use `concatMapStringsSep`.
2022-09-26 00:52:08 +02:00
Martin Weinelt
5d4267b0f2
Merge remote-tracking branch 'origin/master' into staging-next
2022-09-20 12:25:19 +02:00
superherointj
491043c28f
Merge pull request #191246 from kilianar/unicode-15
...
update several packages to unicode 15.0.0
2022-09-19 10:39:08 -03:00
github-actions[bot]
d9a56077c8
Merge master into staging-next
2022-09-18 18:01:18 +00:00
AndersonTorres
c64a456c72
gnomeExtensions.paperwm: 38.1 -> 38.2
2022-09-18 01:38:10 -03:00
kilianar
d2e0e5368e
gucharmap: 14.0.3 -> 15.0.0
...
https://gitlab.gnome.org/GNOME/gucharmap/-/tags/15.0.0
2022-09-15 00:15:40 +02:00
Artturi
5fcc2889cc
Merge pull request #189397 from Artturin/gobjectfunfixessplit
...
lots of cross fixes
2022-09-08 23:54:09 +03:00
R. Ryantm
fc340a5962
gnome.aisleriot: 3.22.24 -> 3.22.25
2022-09-08 18:17:05 +02:00
Jan Tojnar
ad2aac1e24
_experimental-update-script-combinators: rename from update-script-combinators
...
To make it obvious they are not stable yet.
2022-09-08 13:01:47 +02:00
R. Ryantm
714ca3f3b8
gnomeExtensions.dash-to-dock: 72 -> 73
2022-09-08 12:57:34 +02:00
Artturin
da9a9a4404
treewide: cross fixes
2022-09-07 21:20:54 +03:00
Jan Tojnar
6262fa0b17
evolution-data-server: generate GSettings patch as part of update script
...
This should avoid it getting out of sync again.
2022-09-07 14:23:28 +02:00
Artturin
a32cd711ef
gnome-tour: work towards fixing cross
...
doesn't work yet
```
gnome-tour-aarch64-unknown-linux-gnu> error: linking with `/nix/store/3d9zjv5vaqjxb9kwbdqsd194alwm97x1-gcc-wrapper-11.3.0/bin/cc` failed: exit status: 1
gnome-tour-aarch64-unknown-linux-gnu> |
gnome-tour-aarch64-unknown-linux-gnu> = note: "/nix/store/3d9zjv5vaqjxb9kwbdqsd194alwm97x1-gcc-wrapper-11.3.0/bin/cc" "-m64" "/build/rustcd8pO0A/symbols.o" "/build/gnome-tour-42.0/build/src/release/deps/gnome_to
...
gnome-tour-aarch64-unknown-linux-gnu> /nix/store/vhf2cr6immz4qdxd83y025fnxim8mmfg-binutils-2.38/bin/ld: skipping incompatible /nix/store/c84gzzifyh10w9m612wxcas04r7fq4h0-glib-aarch64-unknown-linux-gnu-2.
72.3/lib/libglib-2.0.so when searching for -lglib-2.0
gnome-tour-aarch64-unknown-linux-gnu> /nix/store/vhf2cr6immz4qdxd83y025fnxim8mmfg-binutils-2.38/bin/ld: cannot find -lglib-2.0: No such file or directory
...
gnome-tour-aarch64-unknown-linux-gnu> collect2: error: ld returned 1 exit status
...
gnome-tour-aarch64-unknown-linux-gnu> FAILED: src/gnome-tour
gnome-tour-aarch64-unknown-linux-gnu> /nix/store/m5n32vy7rbfrqcxigw1p6wyx3cj7smg9-coreutils-9.1/bin/env CARGO_HOME=/build/gnome-tour-42.0/build/cargo-home /nix/store/76l9r44x1sv323c90j6vi401n4fvims2-cargo-1.62.1/b
in/cargo build --manifest-path /build/gnome-tour-42.0/Cargo.toml --target-dir /build/gnome-tour-42.0/build/src --release && cp src/release/gnome-tour src/gnome-tour
gnome-tour-aarch64-unknown-linux-gnu> ninja: build stopped: subcommand failed.
```
2022-09-02 18:31:54 +03:00
R. Ryantm
eae6d67f40
gnomeExtensions.arcmenu: 35 -> 37
2022-09-01 16:52:10 +00:00
kilianar
b7ee5671c2
gnomeExtensions.emoji-selector: 20 -> 22
...
- https://github.com/maoschanz/emoji-selector-for-gnome/releases/tag/21
- https://github.com/maoschanz/emoji-selector-for-gnome/releases/tag/22
2022-08-28 15:03:36 +02:00
Julian Stecklina
a2f98e5914
gnome.evolution-data-server: 3.44.3 -> 3.44.4
2022-08-25 18:29:11 +03:00
Vladimír Čunát
d59b78dd9b
gnome3.gnome-books: meta.broken = true
...
Shortly discussed on:
https://github.com/NixOS/nixpkgs/pull/186941#issuecomment-1221601016
2022-08-22 08:57:08 +02:00
piegames
98323eebbd
Merge pull request #186803 : gnomeExtensions: auto-update
2022-08-16 11:36:29 +02:00
Ryan Horiguchi
e2115fec63
gnomeExtensions: auto-update
2022-08-15 16:36:21 +02:00
piegames
862c5cd0e0
Merge pull request #184192 : gnomeExtensions.arcmenu: 30 -> 35
2022-08-15 12:41:02 +02:00
R. Ryantm
6b6e2ee00f
gnome.eog: 42.2 -> 42.3
2022-08-14 16:40:47 +02:00
maxine [they]
f374d2e577
Merge pull request #186528 from r-ryantm/auto-update/gnome.gedit
...
gnome.gedit: 42.1 -> 42.2
2022-08-14 12:21:26 +02:00
maxine [they]
150d46f642
Merge pull request #186530 from r-ryantm/auto-update/gnome.gnome-software
...
gnome.gnome-software: 42.3 -> 42.4
2022-08-14 12:21:10 +02:00
maxine [they]
6b45074419
Merge pull request #186532 from r-ryantm/auto-update/gnome.gnome-remote-desktop
...
gnome.gnome-remote-desktop: 42.3 -> 42.4
2022-08-14 12:20:57 +02:00
maxine [they]
0a8de67b93
Merge pull request #186533 from r-ryantm/auto-update/gnome.gnome-shell
...
gnome.gnome-shell: 42.3.1 -> 42.4
2022-08-14 12:20:23 +02:00
maxine [they]
b6b9478ec1
Merge pull request #186535 from r-ryantm/auto-update/gnome.tali
...
gnome.tali: 40.7 -> 40.8
2022-08-14 12:18:58 +02:00
R. Ryantm
fd7947723e
gnome.mutter: 42.3 -> 42.4
2022-08-13 22:57:50 +00:00
R. Ryantm
9be26ce643
gnome.tali: 40.7 -> 40.8
2022-08-13 22:57:31 +00:00
R. Ryantm
03d7498f4e
gnome.gnome-software: 42.3 -> 42.4
2022-08-13 22:36:39 +00:00