Commit Graph

54 Commits

Author SHA1 Message Date
Aleksana
d5f5657db1
whatsie: Add desktop entry and install icons (#363929) 2024-12-11 22:16:08 +08:00
Mach50
a264d75d5c whatsie: Add desktop entry and install icons 2024-12-11 18:35:56 +05:30
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
R. Ryantm
6933dee917 whatsapp-for-linux: 1.6.5 -> 1.7.0 2024-11-30 23:04:39 +00:00
José Romildo
59dc99c57e whitesur-gtk-theme: 2024.09.02 -> 2024-11-18 2024-11-18 17:28:22 -03:00
Benno Bielmeier
8e8851bb23
whatsapp-chat-exporter: 0.10.0 -> 0.10.5 2024-11-14 18:44:24 +05:30
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
Igor Rzegocki
21a4b4cddc
whatsie: 4.16.2 -> 4.16.3 2024-11-02 16:25:14 +01:00
Weijia Wang
25d5ee9861
whistle: 2.9.80 -> 2.9.86 (#349253) 2024-11-01 14:23:12 +01:00
Igor Rzegocki
431233867d
whatsie: 4.16.1 -> 4.16.2 2024-10-25 22:37:00 +02:00
Igor Rzegocki
57e4e0c6f6
whatsie: 4.16.0 -> 4.16.1 2024-10-22 10:44:43 +02:00
R. Ryantm
1d92e8a430 whistle: 2.9.80 -> 2.9.86 2024-10-17 10:24:30 +00:00
Diogo Correia
964f3946dc whoami: init at 1.10.3 2024-10-15 10:50:45 +01:00
Igor Rzegocki
c959e4d33c
whatsie: 4.15.5 -> 4.16.0 2024-10-09 16:33:42 +02:00
Aleksana
0ac2ba0f56
whatsie: init at 4.15.5 (#333700) 2024-09-14 19:26:28 +08:00
Igor Rzegocki
5889366f36
whatsie: 4.15.3 -> 4.15.5 2024-09-14 11:48:47 +02:00
Loïc Reynier
e7d5c84166
when-cli: init at 0.4.0
Co-authored-by: Callum Leslie <github@cleslie.uk>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-09-10 08:53:13 +00:00
Igor Rzegocki
87480a3334
whatsie: init at 4.15.3 2024-08-12 14:14:49 +02:00
R. Ryantm
84e51a10b7 whistle: 2.9.78 -> 2.9.80 2024-07-30 03:20:48 +00:00
R. Ryantm
98b1681e6b where-is-my-sddm-theme: 1.10.0 -> 1.11.0 2024-07-22 04:50:56 +00:00
R. Ryantm
dc3525a241 whistle: 2.9.77 -> 2.9.78 2024-07-18 18:04:02 +00:00
R. Ryantm
d02e6baca3 where-is-my-sddm-theme: 1.9.2 -> 1.10.0 2024-07-12 12:43:30 +00:00
R. Ryantm
7129d79712 whistle: 2.9.76 -> 2.9.77 2024-07-07 00:14:12 +00:00
Pol Dellaiera
3c2eabf5a1
Merge pull request #321933 from r-ryantm/auto-update/whistle
whistle: 2.9.73 -> 2.9.76
2024-06-29 08:30:26 +02:00
R. Ryantm
1b3df1d5b4 whistle: 2.9.73 -> 2.9.76 2024-06-23 09:39:35 +00:00
iivusly
205bd6f42b
whatsapp: init at 2.24.11.85 (#321464)
Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>
2024-06-22 20:45:31 +05:30
R. Ryantm
981cc09ff7 whistle: 2.9.71 -> 2.9.73 2024-06-15 09:09:57 +00:00
Gaetan Lepage
165080a713 where-is-my-sddm-theme: 1.9.1 -> 1.9.2
Diff: https://github.com/stepanzubkov/where-is-my-sddm-theme/compare/v1.9.1...v1.9.2
2024-06-14 08:32:36 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
R. Ryantm
15038dc4fd whistle: 2.9.70 -> 2.9.71 2024-05-20 03:24:20 +00:00
R. Ryantm
9f3fff8353 whatsapp-emoji-font: 2.24.2.76-1 -> 2.24.8.85-1 2024-05-14 18:27:12 +00:00
R. Ryantm
86ea1fe867 whistle: 2.9.68 -> 2.9.70 2024-05-01 08:42:55 +00:00
Nick Cao
4a883919c5
Merge pull request #306502 from r-ryantm/auto-update/whatsapp-emoji-font
whatsapp-emoji-font: 2.23.2.72-1 -> 2.24.2.76-1
2024-04-25 09:46:55 -04:00
R. Ryantm
89cb92cd2b whatsapp-emoji-font: 2.23.2.72-1 -> 2.24.2.76-1 2024-04-24 11:14:21 +00:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
R. Ryantm
9361945d5f where-is-my-sddm-theme: 1.9.0 -> 1.9.1 2024-04-18 08:38:10 +00:00
Mario Rodas
ad2586fa9a whistle: 2.9.67 -> 2.9.68
Diff: https://github.com/avwo/whistle/compare/v2.9.67...v2.9.68

Changelog: https://github.com/avwo/whistle/blob/v2.9.68/CHANGELOG.md
2024-04-16 04:20:00 +00:00
R. Ryantm
973c61c6a7 where-is-my-sddm-theme: 1.8.0 -> 1.9.0 2024-04-12 20:00:50 +00:00
name_snrl
0bd01ec0bf where-is-my-sddm-theme: add meta.platforms 2024-04-09 11:09:59 +05:00
name_snrl
23dec31e98 where-is-my-sddm-theme: fix qt5 variant and add qtsvg to qt6 2024-04-09 07:02:04 +05:00
name_snrl
7ce82795e3 where-is-my-sddm-theme: refactoring 2024-04-09 01:29:46 +05:00
Azat Bahawi
7835a86bef
whatfiles: init at 1.0 2024-03-31 20:47:52 +03:00
R. Ryantm
ad2d5b41f3 whistle: 2.9.66 -> 2.9.67 2024-03-25 01:55:02 +00:00
R. Ryantm
30e455e73f whistle: 2.9.65 -> 2.9.66 2024-03-11 01:11:00 +00:00
R. Ryantm
84e6526435 whistle: 2.9.64 -> 2.9.65 2024-02-26 05:59:25 +00:00
R. Ryantm
b89b2aaa82 whistle: 2.9.63 -> 2.9.64 2024-02-01 04:49:14 +00:00
Mario Rodas
856fec73ea whistle: 2.9.62 -> 2.9.63
Diff: https://github.com/avwo/whistle/compare/v2.9.62...v2.9.63

Changelog: https://github.com/avwo/whistle/blob/v2.9.63/CHANGELOG.md
2024-01-18 04:20:00 +00:00
R. Ryantm
106f8b1481 whistle: 2.9.61 -> 2.9.62 2024-01-06 03:15:15 +00:00
Mario Rodas
e0904bc284 whistle: 2.9.59 -> 2.9.61
Diff: https://github.com/avwo/whistle/compare/v2.9.59...v2.9.61

Changelog: https://github.com/avwo/whistle/blob/v2.9.61/CHANGELOG.md
2023-12-23 04:20:00 +00:00