Skip to content

Commit

Permalink
⚡ Added Debian Packaging Configurations #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed Dec 15, 2023
1 parent c8e0e43 commit efdcc4c
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
/debian/packages/Cliptopia_1.0.0+2_amd64.deb
14 changes: 14 additions & 0 deletions debian/debian.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
flutter_app:
command: cliptopia
arch: x64
parent: /usr/local/lib

control:
Package: Cliptopia
Version: 1.0.0+2
Architecture: amd64
Essential: no
Priority: optional
Depends: xclip, grep, wl-clipboard, pkexec
Maintainer: Omega UI <[email protected]>
Description: The state-of-the-art clipboard manager.
10 changes: 10 additions & 0 deletions debian/gui/cliptopia.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Cliptopia
Exec=cliptopia
Icon=cliptopia
Version=1.0
Type=Application
Categories=Utility
Terminal=false
StartupWMClass=cliptopia
Description=The state-of-the-art Clipboard Manager
Binary file added debian/gui/cliptopia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_to_debian:
dependency: "direct main"
description:
name: flutter_to_debian
sha256: "9a980f964f9a6e00ca49b947a5807853e206ddc3a25168c0b541db46caaa826a"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -344,6 +352,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
mime_type:
dependency: transitive
description:
name: mime_type
sha256: "2ad6e67d3d2de9ac0f8ef5352d998fd103cb21351ae8c02fb0c78b079b37d275"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
nm:
dependency: transitive
description:
Expand Down Expand Up @@ -589,6 +605,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.3.0"
yaml:
dependency: transitive
description:
name: yaml
sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5"
url: "https://pub.dev"
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=3.13.0"
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
emojis: ^0.9.9
gap: ^3.0.1
flutter_animate: ^4.3.0
flutter_to_debian: ^1.0.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit efdcc4c

Please sign in to comment.