Commit Graph

55 Commits

Author SHA1 Message Date
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
Patka
0757a75279
maintainers: remove patka 2024-04-26 21:52:53 +02:00
Patka
99e2997c57
phpunit: 11.1.0 -> 11.1.1
diff: https://github.com/sebastianbergmann/phpunit/compare/11.1.0...11.1.1
2024-04-07 19:30:56 +02:00
Patka
55000a12b1
phpunit: 11.0.4 -> 11.1.0
diff: https://github.com/sebastianbergmann/phpunit/compare/11.0.4...11.1.0
2024-04-05 12:39:36 +02:00
Patka
faaf197579
phpactor: change maintainer & move to by-name 2024-04-03 20:01:34 +02:00
Max Niederman
a693076617
photonvision: 2024.2.3 -> 2024.3.1 2024-03-29 12:13:59 -07:00
Sandro
0e1cac923d
Merge pull request #286685 from max-niederman/photonvision
photonvision: init at 2024.2.3
2024-03-24 22:05:36 +01:00
Max Niederman
ea7101783c
nixos/tests/photonvision: init 2024-03-07 14:59:21 -08:00
Max Niederman
f8e85512ed
photonvision: init at 2024.2.3 2024-03-07 14:54:00 -08:00
Sandro
1a6334084c
Merge pull request #277980 from eliandoran/dev/photocollage
photocollage: init at 1.4.6
2024-03-07 22:46:04 +01:00
Elian Doran
f192b4b584
photocollage: init at 1.4.6 2024-03-07 22:15:06 +02:00
Patka
8e8d1352f8
phpunit: 11.0.3 -> 11.0.4
diff: https://github.com/sebastianbergmann/phpunit/compare/11.0.3...11.0.4
2024-03-04 15:35:48 +01:00
Pol Dellaiera
3c555dfb2b
Merge pull request #290969 from patka-123/phpunit-11.0.3
phpunit: 11.0.2 -> 11.0.3
2024-02-23 22:53:30 +01:00
Patka
1db9741269
phpunit: 11.0.2 -> 11.0.3
Diff: https://github.com/sebastianbergmann/phpunit/compare/11.0.2...11.0.3
2024-02-23 21:47:21 +01:00
Pol Dellaiera
18ff9047fd
phel: replace postCheckInstall with postInstallCheck 2024-02-15 22:26:38 +01:00
Thomas Gerbet
ac35d418f4 phpdocumentor: 3.4.1 -> 3.4.3, fix the build
Changes:
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.2
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.3
2024-02-14 21:32:51 +01:00
Patka
115af2f3b1
phpunit: 10.5.1 -> 11.0.2 2024-02-08 08:21:42 +01:00
Сухарик
5b304dff06 pharo: fix non-path argv[0] segfault 2024-01-13 23:13:07 +03:00
Emery Hemingway
b58b9d1002 pharo: 10.0.8 -> 10.0.9-de76067 2024-01-12 09:51:25 +00:00
Emery Hemingway
a2d2b1a665 pharo: cleanup, add more library paths to wrapper 2024-01-12 09:51:25 +00:00
Pol Dellaiera
ec05ba5b4e
phpunit: add meta.mainProgram 2023-12-05 16:40:44 +01:00