Compare commits

..

1 Commits

Author SHA1 Message Date
dd00ba11c8 Fix missing depends in deb package. Close #587 2025-11-01 12:04:14 +08:00
4 changed files with 14 additions and 11 deletions

View File

@@ -143,7 +143,7 @@ jobs:
- run: | - run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1 sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1
dart pub global activate flutter_to_debian dart pub global activate flutter_to_debian --source git https://github.com/venera-app/flutter_to_debian.git
- run: python3 debian/build.py x64 - run: python3 debian/build.py x64
- run: dart run flutter_to_arch - run: dart run flutter_to_arch
- run: | - run: |
@@ -171,7 +171,7 @@ jobs:
flutter pub get flutter pub get
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1 sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1
dart pub global activate flutter_to_debian dart pub global activate flutter_to_debian --source git https://github.com/venera-app/flutter_to_debian.git
- name: "Patch font" - name: "Patch font"
run: | run: |
dart run patch/font.dart dart run patch/font.dart

View File

@@ -13,7 +13,7 @@ export "widget_utils.dart";
export "context.dart"; export "context.dart";
class _App { class _App {
final version = "1.6.0"; final version = "1.5.3";
bool get isAndroid => Platform.isAndroid; bool get isAndroid => Platform.isAndroid;

View File

@@ -478,10 +478,11 @@ packages:
flutter_to_debian: flutter_to_debian:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: flutter_to_debian path: "."
sha256: d23534407334b331ce20fbaa8395b9ecc255d0c047136b8998715f36933ee696 ref: HEAD
url: "https://pub.dev" resolved-ref: "3777c91b6b1cc0b7c03357c67ca216d4313c3db5"
source: hosted url: "https://github.com/venera-app/flutter_to_debian.git"
source: git
version: "2.0.2" version: "2.0.2"
flutter_web_plugins: flutter_web_plugins:
dependency: transitive dependency: transitive
@@ -1132,4 +1133,4 @@ packages:
version: "0.0.12" version: "0.0.12"
sdks: sdks:
dart: ">=3.8.0 <4.0.0" dart: ">=3.8.0 <4.0.0"
flutter: ">=3.35.7" flutter: ">=3.35.5"

View File

@@ -2,11 +2,11 @@ name: venera
description: "A comic app." description: "A comic app."
publish_to: 'none' publish_to: 'none'
version: 1.6.0+160 version: 1.5.3+153
environment: environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
flutter: 3.35.7 flutter: 3.35.5
dependencies: dependencies:
flutter: flutter:
@@ -93,7 +93,9 @@ dev_dependencies:
sdk: flutter sdk: flutter
flutter_lints: ^5.0.0 flutter_lints: ^5.0.0
flutter_to_arch: ^1.0.1 flutter_to_arch: ^1.0.1
flutter_to_debian: ^2.0.2 flutter_to_debian:
git:
url: https://github.com/venera-app/flutter_to_debian.git
archive: any archive: any
flutter: flutter: