Commit Graph

43 Commits

Author SHA1 Message Date
R. Ryantm
b035a330c4 vencord: 1.7.9 -> 1.8.0 2024-05-05 12:02:49 +00:00
Gliczy
5607766da7 vesktop: 1.5.1 -> 1.5.2 2024-05-01 23:13:48 +02:00
Pol Dellaiera
64a883feec
Merge pull request #306421 from mmarx/fix-vesktop
Patch RPATH for pre-built node modules in vesktop, terra-station, standardnotes, and logseq
2024-04-29 22:49:20 +02:00
R. Ryantm
c68efb996d vencord: 1.7.8 -> 1.7.9 2024-04-28 13:03:44 +00:00
Maximilian Marx
84d675aaa9
vesktop: patch pre-built node modules 2024-04-25 03:04:34 +02:00
LilleAila
3d2f4980b7 vesktop: IME with NIXOS_OZONE_WL
This moves the `--enable-wayland-ime` flag to NIXOS_OZONE_WL instead of
having a separate option for it.
2024-04-24 15:17:34 +02:00
LilleAila
5dbf1419fe vesktop: wayland IME option
This commit adds an option to wrap the resulting program with the
`--enable-wayland-ime` argument, so that IME support on wayland can be
enabled in the package.
2024-04-23 17:14:04 +02:00
Sandro
65d8de75bd
Merge pull request #303590 from mmarx/fix-mattermost-desktop-notifications
electron: Add libnotify, pipewire, and several other runtime dependencies to RPATH; fixes desktop notifications and screenshare
2024-04-20 19:42:43 +02:00
Sefa Eyeoglu
cae17fea21
vencord: 1.7.4 -> 1.7.8
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-18 13:16:56 +02:00
Sefa Eyeoglu
c53aa571bc
vencord: fix update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-18 13:15:29 +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
Maximilian Marx
92a452733d
electron: add speechd to RPATH 2024-04-16 15:15:45 +02:00
Sefa Eyeoglu
10c0931872
vencord: 1.7.3 -> 1.7.4
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-30 14:37:43 +01:00
Chloe Arciniega
fb335f02d5
vesktop: 1.5.0 -> 1.5.1 (#296306)
* vesktop: 1.5.0 -> 1.5.1

This bumps the Vesktop package to version 1.5.1.

* chore: update hash for pnpm devs

* chore: change `src` hash

* chore: properly update output hash

Co-authored-by: seth <getchoo@tuta.io>

---------

Co-authored-by: seth <getchoo@tuta.io>
2024-03-25 11:18:29 +01:00
Sergei Trofimovich
40eee3c747 vesktop: use stdenv instead of gcc13Stdenv
`gcc-13` as a default now. Let's switch to use it to ease migration to
future migration to `gcc-14`.
2024-02-13 21:29:43 +00:00
Anderson Torres
cbe2b770fc ventoy: 1.0.96 -> 1.0.97 2024-01-24 10:27:33 -03:00
Anderson Torres
b33805a0ec ventoy: migrate to by-name 2024-01-24 09:14:14 -03:00
seth
f0cd0a8158
vesktop: add withSystemVencord 2024-01-20 21:11:02 -05:00
Leah Amelia Chen
e8b7dc9c26
vesktop: add disable update checking patch
As discussed in [NixOS/nixpkgs#281669](https://github.com/NixOS/nixpkgs/pull/281669#issuecomment-1899451746), it might be more beneficial to disable the update checker
and prevent the users from being annoyed to update to a version that's
not yet built in Nixpkgs.

A builtin option for disabling the update checker does exist, however
it's buried very deeply within Vesktop settings and normal users may not
ever be aware of its existence — better to do it in Nixpkgs itself
2024-01-19 09:07:36 +01:00
h7x4
a422d4c724
Merge pull request #281258 from Airradda/vesktop-tts
vesktop: add text-to-speech
2024-01-18 21:50:21 +01:00
Airradda
3eb1022a97 vesktop: add text-to-speech 2024-01-15 21:49:18 -06:00
Airradda
8855c8bfcf vesktop: 0.4.4 -> 1.5.0 2024-01-15 20:23:31 -06:00
Ben Darwin
2c47278cab verdict: init at 1.4.2 2023-12-28 10:15:46 -05:00
Reed
cfe3e686d0 vesktop: add missing libnotify 2023-12-13 21:11:50 -05:00
uku
760284d28c
vesktop: 0.4.3 -> 0.4.4 2023-12-02 19:36:31 +01:00
Azat Bahawi
f7d2a5b123
vesktop: add desktop item categories 2023-11-26 15:31:38 +03:00
Sefa Eyeoglu
d86d781cb3
vesktop: add cacert to pnpmDeps derivation
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-20 17:46:06 +01:00
Sefa Eyeoglu
cfc105bb59
vesktop: simplify pnpm copy
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-06 09:56:17 +01:00
Sefa Eyeoglu
a8c543f055
vesktop: assert pnpm >= 8.10.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-06 09:56:10 +01:00
Sefa Eyeoglu
28e5f03f10
vesktop: add pnpmDeps to passthru
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-06 09:55:46 +01:00
Sefa Eyeoglu
058fb7672f
vesktop: use function-based derivation
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-06 09:55:43 +01:00
Sefa Eyeoglu
2f9b68dbeb
vesktop: use a single store for all supported platforms
pnpm 8.10.0 introduced a feature that allows downloading npm deps for
other platforms. Sadly, this is a package.json option currently, but
using a simple patch with jq we can leverage this feature, to have a
single output hash for all supported platforms for our pnpm
dependencies. This might be one step forward towards an eventual
fetchPnpmDeps build-support function.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-06 09:55:40 +01:00
Leah Amelia Chen
76ddbdf9f0
vesktop: add pluiedev as maintainer 2023-11-03 14:42:34 +01:00
Leah Amelia Chen
d49f1017ed
vesktop: 0.4.2 -> 0.4.3 2023-11-03 14:41:17 +01:00
seth
ac16e103e1
vesktop: fix aarch64-linux builds 2023-11-02 19:12:03 -04:00
Leah Amelia Chen
b46d9323e6
vesktop: 0.4.1 -> 0.4.2 2023-10-29 10:04:30 +01:00
seth
2b45630e44
vesktop: use hash instead of sha256 2023-10-25 10:36:33 -04:00
seth
966c0d2ac4
vesktop: mark aarch64-linux as broken
while the package builds and mostly functions, venmic does not. this
  will be resolved in a future PR.
2023-10-25 10:36:33 -04:00
seth
54ff6977e8
vesktop: better specify platforms
these are platforms we plan to support for now and can test, though
some others such as i686-linux could also be supported in the future
2023-10-25 10:36:33 -04:00
seth
9d65f633bf
vesktop: 0.3.3 -> 0.4.1
Diff: https://github.com/Vencord/Vesktop/compare/v0.3.3...v0.4.1
2023-10-25 10:36:33 -04:00
Azat Bahawi
f492cdbc3f
Merge pull request #261006 from vgskye/add-vesktop
vesktop: init at 0.3.3
2023-10-15 16:44:45 +03:00
Skye
a26baa1954
vesktop: init at 0.3.3 2023-10-14 22:51:05 +09:00
Robert Schütz
cf7f32a65e vercel-pkg: use fetchYarnDeps 2023-10-05 08:09:16 -07:00