Commit Graph

39 Commits

Author SHA1 Message Date
R. Ryantm
28f520f07f termius: 9.6.1 -> 9.7.2 2024-10-06 10:00:16 +00:00
R. Ryantm
118a6b2e7d termius: 9.5.0 -> 9.6.1 2024-09-18 03:23:48 +00:00
R. Ryantm
9693d04f69 termius: 9.3.2 -> 9.5.0 2024-09-07 04:16:34 +00:00
李晨潇
6435628c2d
termius: 9.3.1 -> 9.3.2 2024-08-16 13:36:02 +08:00
李晨潇
a7735432d9
termius: add update script 2024-08-13 23:44:54 +08:00
李晨潇
bbd14a62d0
termius: fix desktop icon not found 2024-08-13 23:39:58 +08:00
李晨潇
0606bc5750
termius: 8.12.9 -> 9.3.1 2024-08-13 23:37:05 +08:00
Hentioe
f2339433ad termius: 8.1.2 -> 8.12.9 2024-06-26 15:22:21 +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
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
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Sandro Jäckel
71e4764cee
termius: remove atomEnv 2023-10-03 16:37:26 +02:00
Steven Kou
7f6994759f
termius: 7.56.1 -> 8.1.2 2023-09-15 16:25:32 -04:00
Jon Molina
dd73b3e57b termius: 7.45.3 -> 7.56.1 2023-02-22 17:41:28 +08:00
Serhii Zhuravel
b6739f8ebd termius: 7.42.1 -> 7.45.3 2022-07-25 12:08:29 +03:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Serhii Zhuravel
bac8512229 termius: 7.41.2 -> 7.42.1 2022-06-20 12:10:51 +03:00
Serhii Zhuravel
237f5820ac termius: 7.40.2 -> 7.41.2 2022-05-26 13:01:33 +03:00
Serhii Zhuravel
7b543f03b4
termius: 7.39.0 -> 7.40.2 2022-05-05 00:40:34 +03:00
Serhii Zhuravel
a94e3cfb0a
termius: 7.37.0 -> 7.39.0 2022-04-19 23:51:13 +03:00
Serhii Zhuravel
60b194324b
termius: 7.36.1 -> 7.37.0 2022-03-29 14:11:18 +03:00
Serhii Zhuravel
ff2461f0b6
termius: 7.34.1 -> 7.36.1 2022-03-25 13:22:57 +02:00
Renaud
d1c9d2e96d
Merge pull request #161265 from dxops/patch-1
termius: 7.17.1 -> 7.34.1
2022-03-05 10:38:10 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Serhii Zhuravel
1cb346f0b6
termius: 7.17.1 -> 7.34.1 2022-02-21 20:41:57 +02:00
Artturin
5ff54697d0 termius: switch to a snap source 2021-08-04 17:58:26 +03:00
Artturin
decadbb63a termius: switch to a official source 2021-07-13 23:31:54 +03:00
Artturin
63b62fbf25 termius: unbreak 2021-07-11 02:49:51 +03:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro
ec421ca248
Merge pull request #100532 from piegamesde/fix-desktopitems
treewide: Fix broken desktop files and mark packages as broken
2020-11-27 22:27:59 +01:00
Thomas Marchand
4f85c0a764 termius: 6.4.1 -> 7.1.0 2020-11-21 09:32:55 +01:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
piegames
e14a359896 treewide: Fix broken desktop files and mark packages as broken
This fixes all packages that are failed `nixpkgs-review` in #91790.
Packages that were broken prior to that PR were marked as broken.
Packages that failed because of #75729 were fixed.
2020-10-15 15:14:51 +02:00
R. RyanTM
94515eb3cd termius: 6.1.1 -> 6.4.1 2020-08-31 02:08:41 +00:00
Florian Klink
05a5afc979 termius: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
R. RyanTM
0c07d01379 termius: 5.10.1 -> 6.1.1 2020-07-07 13:46:06 +00:00
Oleksii Filonenko
93330aa8fe termius: 5.6.2 -> 5.10.1 2020-05-01 08:22:37 +00:00
Oleksii Filonenko
736bf3ed84 termius: init at 5.6.2
Co-authored-by: misuzu <bakalolka@gmail.com>
Co-authored-by: Thomas Marhchand <thomas.marchand@tuta.io>
2020-03-27 15:43:30 +02:00