Commit Graph

56 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Jan Tojnar
cb530357bc
Merge GNOME updates 2024-12-07 (#362830) 2024-12-08 16:43:14 +01:00
R. Ryantm
df084a4d3c gtree: 1.10.12 -> 1.10.13 2024-12-08 13:56:23 +00:00
Bobby Rong
342485223d
gtranslator: 47.0 → 47.1
https://gitlab.gnome.org/GNOME/gtranslator/-/compare/47.0...47.1
2024-12-08 08:34:58 +08:00
Jan Tojnar
064ee2cb49 libsoup_2_4: Rename from libsoup
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
aleksana
97da68eef5 gtk-engine-bluecurve: remove 2024-12-04 16:56:03 +08:00
Anderson Torres
9a56705f94 various: remove AndersonTorres from maintainers
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
2024-11-30 16:29:06 -03:00
Colin
d4ea27eb31 gtk4-layer-shell: fix cross compilation 2024-11-19 11:35:07 +00:00
aleksana
bd43c4d6c9 gtklock-userinfo-module: 3.0.0 -> 4.0.0 2024-11-13 20:37:44 +08:00
aleksana
18b40fe3ac gtklock-powerbar-module: 3.0.0 -> 4.0.0 2024-11-13 20:37:44 +08:00
aleksana
8c307b51ef gtklock-playerctl-module: 3.0.0 -> 4.0.0 2024-11-13 20:37:44 +08:00
aleksana
48c03f11aa gtklock: add module compatibility check helper 2024-11-13 20:37:44 +08:00
aleksana
25e67ab7fd gtklock: 3.0.0 -> 4.0.0 2024-11-13 20:37:44 +08:00
aleksana
676b56208b gtklock-userinfo-module: format with nixfmt-rfc-style 2024-11-13 20:36:34 +08:00
aleksana
7b9bf8ab98 gtklock-userinfo-module: move to pkgs/by-name 2024-11-13 20:36:34 +08:00
aleksana
0c8cec39e7 gtklock-powerbar-module: format with nixfmt-rfc-style 2024-11-13 20:36:24 +08:00
aleksana
060794d950 gtklock-powerbar-module: move to pkgs/by-name 2024-11-13 20:36:24 +08:00
aleksana
77df6568e1 gtklock-playerctl-module: format with nixfmt-rfc-style 2024-11-13 20:36:16 +08:00
aleksana
2421f1e6ee gtklock-playerctl-module: move to pkgs/by-name 2024-11-13 20:36:16 +08:00
aleksana
e220f5b28d gtklock: format with nixfmt-rfc-style 2024-11-13 20:36:07 +08:00
aleksana
76bd26326b gtklock: move to pkgs/by-name 2024-11-13 20:36:07 +08:00
R. Ryantm
0a0d12f662 gtree: 1.10.11 -> 1.10.12 2024-11-10 02:35:22 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Chuang Zhu
e4f41d5598
gtuber: init at 0-unstable-2024-10-11 2024-10-22 18:13:03 +05:30
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Peder Bergebakken Sundt
b2f2d2b5f1
gtimelog: unstable-2023-10-05 -> 0.12.0 (#331219) 2024-09-12 15:53:53 +02:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
R. Ryantm
45887b09cd gtfocli: 0.0.4 -> 0.0.5 2024-08-18 14:05:50 +00:00
Jan Tojnar
369e2d976d gtkhtml: Unmaintain
This is dead and probably insecure.
2024-08-12 00:29:13 +02:00
Jan Tojnar
e61da57bbf gtkhtml: Move from gnome scope to top-level 2024-08-12 00:29:13 +02:00
Alvar Penning
dd71984807 gtimelog: unstable-2023-10-05 -> 0.12.0
- https://github.com/gtimelog/gtimelog/releases/tag/0.12.0
- https://github.com/gtimelog/gtimelog/blob/0.12.0/CHANGES.rst#0120-2024-04-03
2024-08-02 09:46:19 +02:00
R. Ryantm
3d5f17ca96 gtrash: 0.0.5 -> 0.0.6 2024-07-08 11:34:43 +00:00
R. Ryantm
0586895e87 gtksheet: 4.3.13 -> 4.3.14 2024-07-06 13:08:34 +00: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
Weijia Wang
160dff0bae Merge branch 'master' into staging-next 2024-04-27 10:30:24 +02:00
Aleksana
590959643e
Merge pull request #305361 from Aleksanaa/gtklock
gtklock: 2.1.0 -> 3.0.0; gtk-session-lock: init at 0.2.0
2024-04-27 15:00:08 +08: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
aleksana
8ff422e5d5 gtk-session-lock: init at 0.2.0 2024-04-24 01:59:44 +08:00
Fabian Affolter
7de6e523c1 gtfocli: init at 0.0.4
GTFO Command Line Interface for search binaries commands to bypass
local security restrictions

https://github.com/cmd-tools/gtfocli
2024-04-18 19:30:51 +02:00
Paul Meyer
fba7582947 treewide: remove explicit -trimpath from Go pkgs 2024-03-28 07:57:19 +01:00
ByteSudoer
6929a7444d gtkhash: init at 1.5 2024-03-27 18:27:49 +01: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
TornaxO7
a2d3152ca9
gtt: 8 -> 9 2024-02-11 18:12:18 +01:00
Sandro
16ac40fbcc
Merge pull request #259395 from nixdrin/gtimelog 2024-01-29 14:25:09 +01:00
nixdrin
2157862aea gtimelog: install desktop entry 2024-01-26 20:27:25 +01:00
nixdrin
d111dade74 gtimelog: unstable-2020-05-16 -> unstable-2023-10-05, cleanup
- use wrapGAppsHook
- use patchShebangs
- move freezegun to checkInputs
- libsoup_3 is needed now
- gnome-keyring was replaced with libsecret
2024-01-26 20:27:25 +01:00
nixdrin
916f15c469 gtimelog: convert to python application 2024-01-26 20:27:25 +01:00
kirillrdy
69edbe190c
Merge pull request #282706 from linuxissuper/add-package/gtt
gtt: init at 8
2024-01-24 06:57:16 +09:00
linuxissuper
849e69f86d gtt: init at 8 2024-01-22 08:08:52 +01:00
umlx5h
a20f6f4acb gtrash: init at 0.0.5 2024-01-22 13:15:35 +09:00