Peder Bergebakken Sundt
feb1150909
processing: use mirror url
2024-10-09 12:05:04 +02:00
eljamm
0dbf5b7b90
processing: fix build
2024-08-02 00:47:15 +01:00
eljamm
2570854a2a
processing: format with nixfmt
2024-08-02 00:47:15 +01: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
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
TomaSajt
209e418d86
processing: make deterministic
2024-03-25 17:54:00 +01:00
éclairevoyant
ba7c7a0969
processing: preserve pre/post phase hooks
2024-02-25 00:43:04 -05:00
éclairevoyant
7095b0a395
processing: help wrapper find libgl
2024-02-25 00:42:31 -05:00
Weijia Wang
b95f9bd48c
javaPackages.jogl_2_4_0: rename to jogl
2024-02-10 18:00:38 +01:00
Evan Goode
deb242d58c
processing: 4.2 -> 4.3
2023-11-29 00:57:38 -05:00
Weijia Wang
f5672f753b
processing: unbreak on aarch64-linux
2023-08-03 15:33:11 +02:00
Evan Goode
bb60502dbc
processing: 4.1.1 -> 4.2
2023-04-04 12:12:41 -04:00
Evan Goode
68ef099f53
processing: 3 -> 4.0.1
...
Credit to @matyklug for initial work on packaging Processing 4.
Signed-off-by: Evan Goode <mail@evangoo.de>
2023-01-15 16:46:13 -05:00
Louis Bettens
91c6a4648e
processing: fix build
2021-01-29 16:09:02 +01: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
Thomas Friese
7ad968fd09
processing: 3.5.3 -> 3.5.4
2020-06-25 23:16:06 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Ben Wolsieffer
939cd1bf4c
processing: 3.4 -> 3.5.3
2019-08-16 22:22:03 -04:00
Austin Seipp
0eb8bda019
nixpkgs: remove ancient 'processing' package
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Cillian de Róiste
feb7d844f8
processing: fix homepage
2017-08-03 23:03:04 +02:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Luca Bruno
5a4d349ce7
processing: fix build (ZHF)
2015-07-21 16:18:21 +02:00
Cillian de Róiste
cc1866eacb
processing: apply patch from IRC to make it work without the IDE too
2014-09-02 08:58:09 +02:00
Cillian de Róiste
622bdca26c
processing: keep processing-java and patch it to make it work
2014-08-31 22:46:02 +02:00
Cillian de Róiste
ef9c1d612d
processing: add license
2014-08-30 19:54:03 +02:00
Cillian de Róiste
c40a256548
Add processing: A language and IDE for electronic arts
...
(cherry picked from commit 0db6387d1c3a8a8f7a9a1e111532d8acd1f794d6)
2014-08-30 19:20:13 +02:00