Commit Graph

5 Commits

Author SHA1 Message Date
aleksana
76fa4651ee gnome-pomodoro: add herschenglime to maintainers 2024-09-30 15:58:15 +08:00
Herschenglime
768456183c gnome-pomodoro: 0.24.1 -> 0.26.0
Compile schemas manually to follow Nix conventions.

The gnome.post_install(glib_compile_schemas: true) param tries to
compile schemas in `<prefix>/<datadir>/glib-2.0/schemas`, which is not
compatible with the Nix way of handling gsettings schemas.

This commit patches that option out and manually adds a compilation step
to the preFixup hook, which fixes the issue and results in a fully
working local install of the program.
2024-09-30 11:57:19 +08:00
aleksana
bd36b81aed treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Jan Tojnar
25000395ce gnome-pomodoro: Move from gnome scope to top-level
Not really a GNOME project.
2024-07-01 08:26:50 +02:00