1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

39 commits

Author SHA1 Message Date
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
R. Ryantm f9bad91caf gnome-online-accounts-gtk: 3.50.3 -> 3.50.4 2024-07-22 13:36:30 +08:00
Randy Eckenrode 904c5631f5
gnome-font-viewer: fix build with clang 16 2024-07-20 08:58:32 -04:00
Aleksana 6fb0c4bdf9
Merge pull request #327851 from Aleksanaa/gnome-graphs
gnome-graphs: 1.7.2 -> 1.8.1
2024-07-19 19:14:19 +08:00
aleksana 52804c5bb0 gnome-graphs: 1.7.2 -> 1.8.1 2024-07-17 15:52:29 +08:00
Nikolay Korotkiy f4cbe8e67a
gnuastro: migrate to by-name 2024-07-17 10:52:16 +04:00
John Titor 1a16ceb8bf
gnome-keyring: 46.1 -> 46.2
https://gitlab.gnome.org/GNOME/gnome-keyring/-/compare/46.1...46.2
2024-07-16 19:42:39 +05:30
Jan Tojnar 2413b51652 gnome: Unmaintain dead packages 2024-07-01 09:35:26 +02:00
Jan Tojnar 1369411184 gnome-keyring: Move from gnome scope to top-level
It is on the way out.
2024-07-01 09:35:26 +02:00
Jan Tojnar 71750a5e1d gnome-disk-utility: Move from gnome scope to top-level 2024-07-01 09:35:26 +02:00
Jan Tojnar 075a8fe3b5 gnome-dictionary: Move from gnome scope to top-level 2024-07-01 09:35:26 +02: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
Jan Tojnar 9993102c58 gnome-tweaks: Move from gnome scope to top-level 2024-07-01 08:26:49 +02:00
Jan Tojnar ecb525108e gnome-packagekit: Move from gnome scope to top-level 2024-07-01 08:26:49 +02:00
Jan Tojnar e3a06d65ff gnome-themes-extra: Move from gnome scope to top-level
Upstream archived.
2024-07-01 08:26:49 +02:00
Jan Tojnar 6d725135fe gnome-font-viewer: Move from gnome scope to top-level 2024-07-01 08:26:49 +02:00
Jan Tojnar 4f71ac5153 gnome-system-monitor: Move from gnome scope to top-level 2024-07-01 08:26:49 +02:00
Jan Tojnar 5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Jan Tojnar 0fc6f66f88 gnome-common: Move from gnome scope to top-level
Most of maintained software moved from Autotools to Meson by now.
2024-07-01 08:26:45 +02:00
Jan Tojnar 0daa38a8fc gnome-calendar: Move from gnome scope to top-level 2024-07-01 08:26:45 +02:00
Jan Tojnar 66c4983d67 gnome-calculator: Move from gnome scope to top-level 2024-07-01 08:26:45 +02:00
Jan Tojnar eb16eabf25 gnome-screenshot: Move from gnome scope to top-level
No longer used by GNOME.
2024-07-01 08:26:45 +02:00
Jan Tojnar b91d4ead2a gnome-terminal: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
Jan Tojnar e124f51ee1 gnome-user-share: Move from gnome scope to top-level 2024-07-01 08:15:53 +02:00
Jan Tojnar 7a3aad75d3 gnome-autoar: Move from gnome scope to top-level 2024-07-01 08:15:53 +02:00
Aleksana 915188a3ba
Merge pull request #320801 from Aleksanaa/gnome-feeds
gnome-feeds: 0.16.2 -> 2.2.0; syndication-domination: init at 1.0-unstable-2023-03-25
2024-06-22 14:33:45 +08:00
aleksana 46653e0019 gnome-feeds: add aleksana as maintainer 2024-06-20 16:19:42 +08:00
aleksana 6c895ffbe9 gnome-feeds: 0.16.2 -> 2.2.0 2024-06-20 16:19:42 +08:00
R. Ryantm 23363112ca gnome-online-accounts-gtk: 3.50.2 -> 3.50.3 2024-06-19 21:39:00 +08:00
aleksana 7372a01400 gnome-feeds: format with nixfmt-rfc-style 2024-06-18 21:50:58 +08:00
aleksana 619db5d8f4 gnome-feeds: move to pkgs/by-name 2024-06-18 21:46:55 +08:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
aveltras 1a86669886 gnome-monitor-config: init at 0-unstable-2023-09-26 2024-05-27 15:09:21 +02:00
Bobby Rong 711d5b0d05
gnome-online-accounts-gtk: 3.50.1 -> 3.50.2
https://github.com/xapp-project/gnome-online-accounts-gtk/compare/3.50.1...3.50.2
2024-05-04 00:01:45 +08:00
Bobby Rong fae132c6e3
gnome-online-accounts-gtk: init at 3.50.1
https://github.com/xapp-project/gnome-online-accounts-gtk
2024-04-22 21:11:25 +02:00
Felix Buehler 5209f97ff7 gnucap: deprecate phases 2024-03-25 21:54:08 +01:00
aleksana bd2585b2c4 gnome-graphs: init at 1.7.2 2024-03-12 18:39:43 +08:00
Arnout Engelen 68d9ecff4c
gnucap: move to by-name
tested gnucap-full still works as well
2024-02-23 12:01:37 +01:00