~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to snap/snapcraft.yaml

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name: youker-assistant
2
 
version: '2.4.2'
 
2
version: '3.0.0'
3
3
summary: Integrated tool to aid in routine system maintenance tasks
4
4
description: |
5
 
  Youker Assistant is a tool designed to help Ubuntu and Ubuntu Kylin 
 
5
  Kylin Assistant is a tool designed to help Ubuntu and Ubuntu Kylin 
6
6
  desktop users manage and maintain many aspects of their working 
7
7
  environment conveniently in a single application, providing a consistent
8
8
  user experience.
11
11
   * Detecting and displaying general system information
12
12
   * Unity and Mate user interface customization
13
13
   * System garbage cleaning
 
14
   * Upgrade from Qt4 to Qt5
 
15
   * Add system monitor.
14
16
 
15
17
grade: devel # must be 'stable' to release into candidate/stable channels
16
18
confinement: devmode # use 'strict' once you have the right plugs and slots
18
20
apps:
19
21
  youker-assistant:
20
22
    command: desktop-launch youker-assistant
21
 
    desktop: usr/share/applications/youker-assistant.desktop
 
23
    desktop: usr/share/applications/kylin-assistant.desktop
22
24
    plugs: [home, unity7, desktop, desktop-legacy]
23
25
 
24
26
parts:
25
27
  youker-assistant:
26
28
    plugin: qmake
27
 
    qt-version: qt4
 
29
    qt-version: qt5
28
30
    source: .
29
 
    build-packages: [g++, libqt4-dev, libglib2.0-dev]
30
 
    after: [desktop-qt4]
 
31
    build-packages: [g++, qtbase5-dev, qt5-qmake, qtscript5-dev, libglib2.0-dev, libsystemd-dev]