Commit Graph

75 Commits

Author SHA1 Message Date
Piotr Kwiecinski
21ce51cca3
phpactor: switch to buildComposerProject2 2024-08-20 20:29:34 +02:00
Pol Dellaiera
9734fe6243
phpunit: switch to buildComposerProject2 2024-08-15 13:44:06 +02:00
R. Ryantm
6b3823cbd0 phpunit: 11.3.0 -> 11.3.1 2024-08-14 17:23:42 +00:00
Piotr Kwiecinski
67dc98c20d
phpactor: format with nixfmt-rfc-style 2024-08-12 13:57:02 +02:00
Piotr Kwiecinski
b018ad68c0
phpactor: simplify shell completion installation 2024-08-12 13:56:46 +02:00
R. Ryantm
c9cae9b4df phraze: 0.3.13 -> 0.3.14 2024-08-10 23:18:47 +00:00
Weijia Wang
73c0b5f730
Merge pull request #332100 from wegank/photoqt-bump
photoqt: 4.5 -> 4.6
2024-08-09 09:33:38 +02:00
R. Ryantm
5cd0f79b8d phpunit: 11.2.8 -> 11.3.0 2024-08-07 12:54:06 +00:00
Weijia Wang
3f272cbdea photoqt: 4.5 -> 4.6 2024-08-04 01:16:53 +02:00
Weijia Wang
0eedcb2eb0 photoqt: move to pkgs/by-name, format 2024-08-04 01:16:41 +02:00
Donovan Glover
b6fdaa940f
phraze: install man page and shell completions 2024-07-31 16:24:54 -04:00
Donovan Glover
4c5f6a1636
phraze: add myself as maintainer 2024-07-31 16:24:54 -04:00
Donovan Glover
8b63ff3009
phraze: 0.3.12 -> 0.3.13 2024-07-31 16:24:54 -04:00
R. Ryantm
17698703dd phpunit: 11.2.7 -> 11.2.8 2024-07-26 19:50:11 +00:00
Peder Bergebakken Sundt
bf5e1b147d
Merge pull request #326649 from Sigmanificient/physac-fix-tag
physac: fix incorrect version
2024-07-26 01:03:27 +02:00
R. Ryantm
1f845e6ed4 phpdocumentor: 3.5.2 -> 3.5.3 2024-07-24 07:54:04 +00:00
Artturin
45a1b61e24
Merge pull request #326324 from x123/x123-phraze-auto-update
phraze: set updateScript and add passthru.tests
2024-07-19 23:33:39 +03:00
x123
08f63deadb phraze: Add updateScript and version test 2024-07-19 23:24:27 +03:00
R. Ryantm
3bad0ef67e phpunit: 11.2.6 -> 11.2.7 2024-07-16 21:51:40 +00:00
Sigmanificient
db558497e5 physac: fix incorrect version 2024-07-12 22:27:21 +02:00
Matthias Devlamynck
fb2e1920b2 phpactor: fix build
This fixes the generation of bash completion by patching the shebang of
the phpactor script before the generation is excuted.
2024-07-10 11:58:02 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Nick Cao
d18fb07934
Merge pull request #324893 from x123/x123-update-phraze
phraze: 0.3.11 -> 0.3.12
2024-07-06 11:37:41 -04:00
R. Ryantm
93539a5d99 phpunit: 11.2.5 -> 11.2.6 2024-07-05 21:45:07 +00:00
x123
bbca97b224 phraze: 0.3.11 -> 0.3.12 2024-07-05 22:54:08 +02:00
Pol Dellaiera
381a94c16d
Merge pull request #324532 from r-ryantm/auto-update/phpactor
phpactor: 2024.03.09.0 -> 2024.06.30.0
2024-07-04 13:56:16 +02:00
R. Ryantm
79aad75234 phpactor: 2024.03.09.0 -> 2024.06.30.0 2024-07-04 11:06:28 +00:00
h7x4
9f4128e00b
Merge pull request #323762 from x123/x123-add-phraze-tool
phraze: init at 0.3.11
2024-07-03 20:27:49 +02:00
x123
f2c901e294 phraze: init at 0.3.11 2024-07-03 08:03:42 +02:00
Patka
1d1635196a maintainers: remove patka 2024-07-02 01:36:56 +02:00
R. Ryantm
957a14d0cf phpdocumentor: 3.5.0 -> 3.5.2 2024-06-28 00:02:12 +00:00
Sandro
d2076f15a6
Merge pull request #300749 from zebreus/init-photini
photini: init at 2024.2.1
2024-06-26 00:43:23 +02:00
R. Ryantm
c99d86f980 phpunit: 11.2.2 -> 11.2.5 2024-06-22 22:39:41 +00:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
R. Ryantm
b418b6c469 phpunit: 11.2.0 -> 11.2.2 2024-06-15 16:00:45 +00:00
jopejoe1
d35b27f00c physac: use pname instead of name 2024-06-15 09:56:44 +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
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
R. Ryantm
c9fc178c78 phpunit: 11.1.3 -> 11.2.0 2024-06-08 01:48:08 +00:00
Zebreus
55fcb611f4 photini: init at 2025.5.0 2024-06-04 16:09:01 +02:00
R. Ryantm
ee9bda4d6b phpdocumentor: 3.4.3 -> 3.5.0 2024-05-24 15:31:09 +00:00
Sigmanificient
f192a3fe95 physac: init at 2.5-unstable-2024-05-21
physac: fix
2024-05-21 08:34:37 +02:00
R. Ryantm
0724597c70 phel: 0.12.0 -> 0.13.0 2024-05-14 02:27:13 +00:00
Jonas Meurer
832bb3df1c
phpdocumentor: add missing build input
Since 3be507be1e
'php.buildComposerProject' does not provide the 'makeBinaryWrapper'
anymore, causing the build to fail.
2024-05-07 13:33:54 +02:00
Patka
249a84be14
phpunit: 11.1.1 -> 11.1.3
diff: https://github.com/sebastianbergmann/phpunit/compare/11.1.1...11.1.3
2024-05-06 17:45:05 +02:00
Patka
f1732f8c79
Revert "maintainers: remove patka" 2024-05-06 14:08:44 +02:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Peder Bergebakken Sundt
4cbc821452
Merge pull request #300062 from max-niederman/photonvision
photonvision: 2024.2.3 -> 2024.3.1
2024-05-01 03:16:07 +02:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +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