forked from openkylin/quarkai
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
name: kylin-assistant
|
|
version: '1.0.0'
|
|
summary: Integrated tool to aid in routine system maintenance tasks
|
|
description: |
|
|
Kylin Assistant is a tool designed to help Ubuntu and Ubuntu Kylin
|
|
desktop users manage and maintain many aspects of their working
|
|
environment conveniently in a single application, providing a consistent
|
|
user experience.
|
|
|
|
Features currently included:
|
|
* Detecting and displaying general system information
|
|
* Unity and Mate user interface customization
|
|
* System garbage cleaning
|
|
* Upgrade from Qt4 to Qt5
|
|
|
|
grade: devel # must be 'stable' to release into candidate/stable channels
|
|
confinement: devmode # use 'strict' once you have the right plugs and slots
|
|
|
|
apps:
|
|
kylin-assistant:
|
|
command: desktop-launch kylin-assistant
|
|
desktop: usr/share/applications/kylin-assistant.desktop
|
|
plugs: [home, unity7, desktop, desktop-legacy]
|
|
|
|
parts:
|
|
kylin-assistant:
|
|
plugin: qmake
|
|
qt-version: qt5
|
|
source: .
|
|
build-packages: [g++, qtbase5-dev, qt5-qmake, qtscript5-dev, libglib2.0-dev]
|