Commit Graph

1789 Commits

Author SHA1 Message Date
Weijia Wang
c1eb661271 Merge branch 'master' into staging-next 2023-11-12 22:13:26 +01:00
Corey O'Connor
5fa6b40311 gnome.gnome-control-center: fix crash in Mouse panel
The Mouse panel uses GtkPicture to display VP9-encoded webm clips.
Without GStreamer, the panel would crash with:

    ERROR: GstPlay: 'playbin' element not found, please check your setup

Fixes: https://github.com/NixOS/nixpkgs/issues/253928
2023-11-12 21:11:51 +01:00
Alyssa Ross
506dcaabb4 stdenv: fix meson rust cross compilation 2023-11-09 10:02:24 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Artturi
508ce53ab4
Merge pull request #262176 from lucasew/zenity-mainprogram 2023-10-20 09:43:33 +03:00
lucasew
9b2213047e zenity: add meta.mainProgram
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-10-19 21:52:15 -03:00
piegames
23b238fc9b
Revert "gnomeExtensions: Update for GNOME 45" 2023-10-15 13:22:54 +02:00
Artturi
f754085a80
Merge pull request #260174 from OPNA2608/fix/evince-cross 2023-10-15 06:51:52 +03:00
piegames
080759b6db
Merge pull request #260458: gnomeExtensions: Update for GNOME 45 2023-10-14 12:08:41 +02:00
maxine
ee176b5fbb
Merge pull request #260692 from bobby285271/upd/gnome
mutter, gnome-shell: 44.4 → 44.5
2023-10-13 02:55:38 +02:00
Bobby Rong
554dcdfbac
gnome.gnome-shell: 44.4 → 44.5
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.4...44.5
2023-10-12 21:35:12 +08:00
Bobby Rong
04b05a7c97
gnome.mutter: 44.4 → 44.5
https://gitlab.gnome.org/GNOME/mutter/-/compare/44.4...44.5
2023-10-12 21:31:00 +08:00
piegames
817e2ca434 gnomeExtensions: Update for GNOME 45 2023-10-11 17:12:24 +02:00
OPNA2608
5968bc1abe gnome.evince: Fix cross
Needs build -> build & build -> host pkg-config.
2023-10-10 10:47:51 +02:00
R. Ryantm
dee45a49a4 gnomeExtensions.easyScreenCast: 1.7.0 -> 1.7.1 2023-10-10 04:37:37 +00:00
maxine
863f825256
Merge pull request #257745 from r-ryantm/auto-update/gnome.pomodoro
gnome.pomodoro: 0.23.1 -> 0.24.0
2023-10-09 18:21:50 +02:00
Bobby Rong
383b753bba
Merge pull request #259363 from bobby285271/fix/gnome-flashback
gnome.gnome-flashback: Fix x-d-p-gnome launch
2023-10-07 20:56:26 +08:00
Julian Stecklina
e1ee359d16
gnome.gnome-session: fix session crash in gnome-boxes
Fixes https://github.com/NixOS/nixpkgs/issues/226355
2023-10-06 21:36:05 +08:00
Bobby Rong
ad65c25dfb
gnome.gnome-flashback: Drop --builtin
We should be able to find the session and desktop files now.
2023-10-06 18:39:10 +08:00
Bobby Rong
ba82dd7148
gnome.gnome-flashback: Add mkGnomeSession
Having this in environment.systemPackages shouldn't be worse than
adding as XDG_DATA_DIRS in gnome-session.
2023-10-06 18:27:49 +08:00
Bobby Rong
21f5cd377a
gnome.gnome-flashback: Add mkWmApplication
Having this in environment.systemPackages shouldn't be worse than
adding as XDG_DATA_DIRS in gnome-session.
2023-10-06 18:22:07 +08:00
Bobby Rong
f6345cd259
gnome.gnome-panel-with-modules: init
Setting X_GNOME_PANEL_MODULESDIR in gnome-session wrapper is confusing to me.
2023-10-06 18:22:07 +08:00
Bobby Rong
55c124cadb
gnome.gnome-panel: Use autoconf271
I don't see any build issues with it.
2023-10-06 18:22:07 +08:00
R. Ryantm
5e5d80aaaa gnome.pomodoro: 0.23.1 -> 0.24.0 2023-09-28 00:54:42 +00:00
Sebastian Gabriel Trzpiot
860f42f451 paperwm: remove manually packaged extension
PaperWM became available on extensions.gnome.org at the end of July.
See: https://github.com/paperwm/PaperWM/pull/569
2023-09-23 23:34:41 +02:00
Alyssa Ross
c57e7d5622 gnome3.adwaita-icon-theme.meta.homepage: init 2023-09-21 18:09:07 +00:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain (#255902)
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Ryan Horiguchi
92887a8f37 gnomeExtensions: auto-update 2023-09-12 23:00:09 +02:00
Maxine Aubrey
9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
Jan Tojnar
41acd5bc57 gnome.gnome-shell: 44.3 → 44.4
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.3...44.4
2023-09-07 07:38:36 +02:00
Jan Tojnar
28fb2d91b4 gnome.mutter: 44.3 → 44.4
https://gitlab.gnome.org/GNOME/mutter/-/compare/44.3...44.4
2023-09-07 07:38:36 +02:00
Jan Tojnar
48e6cd0038 gnome.gnome-boxes: 44.2 → 44.3
https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/44.2...44.3
2023-09-07 07:38:29 +02:00
Bobby Rong
d0a8c1b075
gnome.mutter43: 43.7 → 43.8
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.7...43.8
2023-09-03 20:13:52 +08:00
Jan Tojnar
434d160d7c
Merge pull request #234615 from linsui/dconf
nixos/dconf: support generating from attrs
2023-08-28 18:31:52 +02:00
michaelgrahamevans
f9aa8c555f
gnome.gnome-maps: 44.3 → 44.4
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v44.3...v44.4
2023-08-26 23:01:50 +08:00
piegames
62d9cc2d62
Merge pull request #250090 from LudovicoPiero/gnome-impatience-bump
gnomeExtension.impatience: unstable-2022-03-26 -> unstable-2023-04-04
2023-08-20 16:04:45 +02:00
Bobby Rong
e3de770dce
gnome.ghex: 44.1 → 44.2
https://gitlab.gnome.org/GNOME/ghex/-/compare/44.1...44.2
2023-08-19 18:10:54 +08:00
Bobby Rong
536d77dffd
gnome.geary: 44.0 → 44.1
https://gitlab.gnome.org/GNOME/geary/-/compare/44.0...44.1
2023-08-19 18:08:58 +08:00
Bobby Rong
c6ba803d6e
gnome.gnome-bluetooth: 42.5 → 42.6
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.5...42.6
2023-08-19 18:01:15 +08:00
Ludovico Piero
e3fbb8ac71
gnome-shell-extension-impatience: unstable-2022-03-26 -> unstable-2023-04-04 2023-08-19 13:24:35 +10:00
linsui
0e6827ed9c nixos/gdm: switch to dconf settings 2023-08-15 19:20:39 +08:00
Jan Tojnar
52fbc287ca gnome.gnome-shell: Provide schema compiler path
This is required for installing extensions containing schemas since GNOME 44:

> Error while installing just-perfection-desktop@just-perfection: Failed to execute child process “glib-compile-schemas” (No such file or directory)

While at it, also unify the other patched paths.

This adds `glib.dev` to the GNOME Shell runtime closure but it is just 20 MiB increase to 1.9 GiB.
2023-08-11 22:15:28 +02:00
Weijia Wang
3d772a1811
Merge pull request #247785 from wegank/gnome-color-manager-exiv2
gnome-color-manager: add patch for exiv2 0.28
2023-08-08 08:00:42 +02:00
Weijia Wang
610dc986d6 gnome-color-manager: add patch for exiv2 0.28 2023-08-07 21:51:58 +02:00
Robert Schütz
242d458f25 Merge branch 'master' into staging-next 2023-08-07 12:40:10 -07:00
Jan Tojnar
25ced5ec2d
Merge pull request #247662 from bobby285271/upd/gnome
GNOME updates 2023-08-07
2023-08-07 20:12:35 +02:00
Bobby Rong
9a7825e199
gnome.gnome-terminal: 3.48.1 → 3.48.2
https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.48.1...3.48.2
2023-08-07 12:31:40 +08:00
github-actions[bot]
6458cb74a2
Merge master into staging-next 2023-08-05 12:01:30 +00:00
piegames
ab364f08b3
Merge pull request #246866: gnomeExtensions: auto-update 2023-08-05 10:25:17 +02:00
github-actions[bot]
16547be5c0
Merge master into staging-next 2023-08-05 00:02:07 +00:00