ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #09697
Re: [Merge] lp:~dholbach/ubuntu-clock-app/snap-the-clock into lp:ubuntu-clock-app
Diff comments:
>
> === added file 'snapcraft.yaml'
> --- snapcraft.yaml 1970-01-01 00:00:00 +0000
> +++ snapcraft.yaml 2016-07-13 13:54:09 +0000
> @@ -0,0 +1,49 @@
> +name: ubuntu-clock-app
> +version: 3.6+snap2
Is there a way to auto-complete the version number just like in manifest.json.in?
> +summary: Ubuntu Clock app
> +description: The clock app for all Ubuntu devices
> +confinement: strict
> +
> +apps:
> + ubuntu-clock-app:
> + command: clock
> + plugs: [unity7,opengl]
> +
> +parts:
> + clock:
> + source: .
> + plugin: cmake
> + configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
> + build-packages:
> + - build-essential
> + - cmake
> + - gettext
> + - intltool
> + - ubuntu-touch-sounds
> + - suru-icon-theme
> + - qml-module-qttest
> + - qml-module-qtsysteminfo
> + - qml-module-qt-labs-settings
> + - qtdeclarative5-u1db1.0
> + - qtdeclarative5-qtmultimedia-plugin
> + - qtdeclarative5-qtpositioning-plugin
> + - qtdeclarative5-ubuntu-content1
> + - qt5-default
> + - qtbase5-dev
> + - qtdeclarative5-dev
> + - qtdeclarative5-dev-tools
> + - qtdeclarative5-folderlistmodel-plugin
> + - qtdeclarative5-ubuntu-ui-toolkit-plugin
> + - xvfb
> + stage-packages:
> + - ubuntu-sdk-libs
> + - qtubuntu-desktop
> + - qml-module-qtsysteminfo
> + snap:
> + - -usr/share/doc
> + - -usr/include
> + environment:
> + plugin: copy
> + files:
> + clock.wrapper: bin/clock
> + snappy-qt5.conf: etc/xdg/qtchooser/snappy-qt5.conf
--
https://code.launchpad.net/~dholbach/ubuntu-clock-app/snap-the-clock/+merge/299947
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~dholbach/ubuntu-clock-app/snap-the-clock into lp:ubuntu-clock-app.
References