Commit Graph

16 Commits

Author SHA1 Message Date
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
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fabian Affolter
3865502609
drawing: add changelog to meta 2023-03-26 12:01:40 +02:00
Bobby Rong
6ca69ac3ee
drawing: 1.0.1 -> 1.0.2
https://github.com/maoschanz/drawing/compare/1.0.1...1.0.2
2023-03-26 14:46:10 +08:00
Bobby Rong
8549806fe8
drawing: 1.0.0 -> 1.0.1 2022-09-11 17:12:22 +08:00
Bobby Rong
6911f1ef78
drawing: fix build with meson 0.61 2022-04-07 17:23:31 +08:00
R. Ryantm
fd211d7aaa drawing: 0.8.5 -> 1.0.0 2022-04-02 12:11:15 +02:00
Bobby Rong
d23a53bd36
drawing: fix build with meson 0.61 2022-03-30 18:09:51 +08:00
R. RyanTM
e01fa67cdd
drawing: 0.8.3 -> 0.8.5
(#156017)
2022-01-21 19:30:50 +01:00
Matt Votava
01478aefb3 drawing: 0.8.0 -> 0.8.3 2021-10-13 16:48:43 -07:00
figsoda
4f75c6e438 drawing: 0.4.13 -> 0.8.0 2021-04-24 22:18:52 -04:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
R. RyanTM
7d19703e5e drawing: 0.4.11 -> 0.4.13 2020-03-29 14:13:04 +00:00
Ferry Jérémie
e3c1092232 drawing: init at 0.4.11 2020-02-24 14:15:27 +01:00