refactor: make flutter_distributor packaging consistent with debian
This commit is contained in:
parent
6bd84d57b5
commit
bee1a4ed37
|
|
@ -1,5 +1,6 @@
|
||||||
appId: com.github.quickemu-project.quickgui
|
|
||||||
display_name: Quickgui
|
display_name: Quickgui
|
||||||
|
appId: com.github.quickemu-project.quickgui
|
||||||
|
generic_name: An elegant virtual machine manager for the desktop
|
||||||
icon: assets/images/logo_pink.png
|
icon: assets/images/logo_pink.png
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
|
@ -11,12 +12,9 @@ keywords:
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
|
|
||||||
generic_name: Desktop frontend for Quickget and Quickemu
|
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- System
|
- System
|
||||||
- Development
|
- Development
|
||||||
- Emulator
|
|
||||||
|
|
||||||
startup_notify: true
|
startup_notify: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,24 @@
|
||||||
display_name: Quickgui
|
display_name: Quickgui
|
||||||
package_name: quickgui
|
package_name: quickgui
|
||||||
|
generic_name: An elegant virtual machine manager for the desktop
|
||||||
|
icon: assets/images/logo_pink.png
|
||||||
|
|
||||||
maintainer:
|
maintainer:
|
||||||
name: Mark Johnson
|
name: Martin Wimpress
|
||||||
email: mark@barrenfrozenwasteland.com
|
email: code@wimpress.io
|
||||||
co_authors:
|
co_authors:
|
||||||
- name: Martin Wimpress
|
- name: Mark Johnson
|
||||||
email: code@wimpress.io
|
email: mark@barrenfrozenwasteland.com
|
||||||
- name: Yannick Mauray
|
- name: Yannick Mauray
|
||||||
email: yannick.mauray@gmail.com
|
email: yannick.mauray@gmail.com
|
||||||
priority: optional
|
|
||||||
section: x11
|
|
||||||
installed_size: 16777216
|
|
||||||
essential: false
|
|
||||||
icon: assets/images/logo_pink.png
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- zenity
|
- zenity
|
||||||
recommended_dependencies:
|
recommended_dependencies:
|
||||||
- quickemu
|
- quickemu
|
||||||
|
priority: optional
|
||||||
|
section: x11
|
||||||
|
installed_size: 16777216
|
||||||
|
essential: false
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- QEMU
|
- QEMU
|
||||||
|
|
@ -27,12 +29,9 @@ keywords:
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
|
|
||||||
generic_name: Desktop frontend for Quickget and Quickemu
|
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- System
|
- System
|
||||||
- Development
|
- Development
|
||||||
- Emulator
|
|
||||||
|
|
||||||
startup_notify: true
|
startup_notify: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,15 @@
|
||||||
display_name: Quickgui
|
display_name: Quickgui
|
||||||
group: Application/Emulator
|
summary: An elegant virtual machine manager for the desktop
|
||||||
vendor: Quickemu Project
|
icon: assets/images/logo_pink.png
|
||||||
packager: Martin Wimpress
|
packager: Martin Wimpress
|
||||||
packagerEmail: code@wimpress.io
|
packagerEmail: code@wimpress.io
|
||||||
license: MIT
|
|
||||||
url: https://github.com/quickemu-project/quickgui
|
vendor: Quickemu Project
|
||||||
icon: assets/images/logo_pink.png
|
|
||||||
requires:
|
requires:
|
||||||
- zenity
|
- zenity
|
||||||
|
group: Application/Emulator
|
||||||
|
license: MIT
|
||||||
|
url: https://github.com/quickemu-project/quickgui
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- QEMU
|
- QEMU
|
||||||
|
|
@ -18,12 +20,9 @@ keywords:
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
|
|
||||||
summary: Desktop frontend for Quickget and Quickemu
|
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- System
|
- System
|
||||||
- Development
|
- Development
|
||||||
- Emulator
|
|
||||||
|
|
||||||
startup_notify: true
|
startup_notify: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue