Commit Graph

110 Commits

Author SHA1 Message Date
Alyssa Ross
564ef796a2
drawio: drop maintainership 2024-10-22 14:54:57 +02:00
Alyssa Ross
da2060c0de
drawio: update license
Link: https://github.com/jgraph/drawio/discussions/4623
2024-10-22 14:54:41 +02:00
Alexis Hildebrandt
f55cd63423 drawio: 24.7.8 -> 24.7.17 2024-10-02 00:37:18 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
DarkOnion0
9c12d7b48b
drawio: 24.6.4 -> 24.7.8
https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.8
2024-09-03 15:51:25 +02:00
TomaSajt
4fa5aad842
drawio: use electron.dist 2024-08-27 21:37:14 +02:00
Mathew Polzin
93de96df6a drawio: 24.6.1 -> 24.6.4
https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.4
2024-07-03 15:10:59 -05:00
DarkOnion0
6a4f40eb8d
drawio: 24.4.8 -> 24.6.1
https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.1
2024-06-22 10:34:31 +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
DarkOnion0
1ebd24c155
drawio: 24.4.0 -> 24.4.8
https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.8
2024-05-27 21:32:57 +02:00
DarkOnion0
7d411dc9b4 drawio: 24.2.5 -> 24.4.0
https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.0
2024-05-20 11:17:57 +02:00
DarkOnion0
f7ae5ead09 drawio: 24.1.0 -> 24.2.5
https://github.com/jgraph/drawio-desktop/releases/tag/v24.2.5
2024-04-28 20:21:14 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00
DarkOnion0
48e9fb5685
drawio: 24.0.4 -> 24.1.0
https://github.com/jgraph/drawio-desktop/releases/tag/v24.1.0
2024-03-26 20:38:04 +01:00
Emily Trau
2ce7312005 drawio: fix darwin signing failure 2024-03-19 13:44:27 +11:00
Emily Trau
bf8c4dafb6
Merge pull request #295384 from DarkOnion0/drawio
drawio: 23.1.5 -> 24.0.4
2024-03-19 13:17:31 +11:00
DarkOnion0
bf61a36892
drawio: 23.1.5 -> 24.0.4
https://github.com/jgraph/drawio-desktop/releases/tag/v24.0.4
2024-03-12 19:25:28 +01:00
Pascal Bach
f310fdbe66
Merge pull request #289738 from DarkOnion0/drawio
drawio: 22.1.8 -> 23.1.5
2024-02-18 19:16:20 +01:00
DarkOnion0
68b10cb8dc
drawio: 22.1.8 -> 23.1.5
https://github.com/jgraph/drawio-desktop/releases/tag/v23.1.5
2024-02-18 12:36:28 +01:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
DarkOnion0
b66442b2f9 drawio: 22.1.16 -> 22.1.18
https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.18
2024-01-17 22:33:33 +01:00
nixdrin
718bd06c89 drawio: 22.1.2 -> 22.1.16
https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.16
2024-01-04 10:39:37 +01:00
DarkOnion0
5310b5cd41 drawio: 22.0.3 -> 22.1.2
https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.2
2023-11-23 13:09:38 +01:00
Felix Buehler
ffab8d1a37 drawio: migrate to prefetch-yarn-deps 2023-11-23 13:05:41 +01:00
DarkOnion0
9ae3af67ec
drawio: 22.0.2 -> 22.0.3 2023-10-28 22:31:58 +02:00
Weijia Wang
e59b866c4e drawio: unbreak on darwin 2023-10-22 01:35:56 +02:00
nixdrin
0e8352388d drawio: fix startupWMClass
drawio seems to report "draw.io" as WM_CLASS, not "drawio". Having this
wrong means it does not get associated properly to the desktop entry and
is not grouped properly on the task bar.

(Checked using "xprop WM_CLASS" then clicking the drawio window.)
2023-10-09 13:10:09 +00:00
nixdrin
16ea502fbc drawio: 21.7.5 -> 22.0.2 2023-10-09 13:10:09 +00:00
DarkOnion0
a8da24aa7b
drawio: 21.6.8 -> 21.7.5 2023-09-16 13:44:24 +02:00
Yureka
5d7c754943 electron-bin: place electron files in libexec/ 2023-09-10 14:05:55 +02:00
DarkOnion0
b1b67ca3f8
drawio: 21.6.1 -> 21.6.8 2023-08-23 21:48:54 +02:00
DarkOnion0
2618753327
drawio: 21.5.0 -> 21.6.1 2023-07-11 17:25:56 +02:00
DarkOnion0
2e7efc14f2 drawio: 21.4.0 -> 21.5.0 2023-06-26 09:06:38 +00:00
DarkOnion0
1616b478af drawio: 21.3.7 -> 21.4.0 2023-06-16 10:04:00 +00:00
DarkOnion0
313b938d21 drawio: 21.2.8 -> 21.3.7 2023-06-13 08:53:35 +00:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
DarkOnion0
726c18e6d6
drawio: 21.2.1 -> 21.2.8 2023-05-05 18:35:04 +02:00
Alyssa Ross
007907fc50 drawio: build from source
This allows using drawio on other architectures, and on Darwin.
The implementation is adapted from the podman-desktop package.
2023-04-30 08:53:40 +00:00
R. Ryantm
a942be7015 drawio: 21.1.2 -> 21.2.1 2023-04-22 08:03:06 +00:00
DarkOnion0
aa9b61665b
drawio: 20.8.16 -> 21.1.2 2023-04-02 10:38:52 +02:00
Alex Martens
d654c44d2f drawio-headless: add --auto-display to prevent races 2023-02-27 15:51:41 -08:00
R. Ryantm
4e6f4f630a drawio: 20.8.10 -> 20.8.16 2023-02-07 00:58:41 +00:00
DarkOnion0
7deb1d9310
drawio: 20.7.4 -> 20.8.10 2023-01-25 20:59:01 +01:00
R. Ryantm
f7667eed3d drawio: 20.6.2 -> 20.7.4 2022-12-24 09:44:13 +00:00
DarkOnion0
0de0c691bf
drawio: 20.6.1 -> 20.6.2 2022-12-11 19:12:40 +01:00
DarkOnion0
eed6640f79
drawio: 20.3.0 -> 20.6.1 2022-12-08 20:59:06 +01:00
DarkOnion0
77a0ee33d0
drawio: 20.2.3 -> 20.3.0 2022-09-09 21:30:41 +02:00
R. Ryantm
487a681bfc drawio: 19.0.3 -> 20.2.3 2022-08-05 20:31:20 +00:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
DarkOnion0
c8099f552f
drawio: 19.0.2 -> 19.0.3 2022-06-14 18:38:38 +02:00