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