fix: rpm deps and webview package

This commit is contained in:
Prateek Sunal 2024-05-01 00:57:54 +05:30
parent c353ceaaf9
commit ac9f5095d1
3 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@ display_name: Auth
requires: requires:
- libsqlite3x - libsqlite3x
- webkit2gtk-4.0 - webkit2gtk4.0
- libsodium - libsodium
- libsecret - libsecret
- libappindicator - libappindicator

View file

@ -293,9 +293,9 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "packages/desktop_webview_window" path: "packages/desktop_webview_window"
ref: HEAD ref: fix-webkit-version
resolved-ref: "8cbbf9cd6efcfee5e0f420a36f7f8e7e64b667a1" resolved-ref: fe2223e4edfecdbb3a97bb9e3ced73db4ae9d979
url: "https://github.com/MixinNetwork/flutter-plugins" url: "https://github.com/ente-io/flutter-desktopwebview-fork"
source: git source: git
version: "0.2.4" version: "0.2.4"
device_info_plus: device_info_plus:

View file

@ -20,7 +20,8 @@ dependencies:
convert: ^3.1.1 convert: ^3.1.1
desktop_webview_window: desktop_webview_window:
git: git:
url: https://github.com/MixinNetwork/flutter-plugins url: https://github.com/ente-io/flutter-desktopwebview-fork
ref: fix-webkit-version
path: packages/desktop_webview_window path: packages/desktop_webview_window
device_info_plus: ^9.1.1 device_info_plus: ^9.1.1
dio: ^5.4.0 dio: ^5.4.0