~moon127/quasselclient-moon127-snap/trunk

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Gareth Woolridge
  • Date: 2019-01-10 16:56:32 UTC
  • Revision ID: gareth.woolridge@canonical.com-20190110165632-hmjktidezjjj95m2
Force oxygen theme, drop staging oxygen-icon-theme as we're bundling the theme at build time in the cmake flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
apps:
8
8
    quasselclient: 
9
 
        command: desktop-launch quasselclient
 
9
        command: desktop-launch quasselclient --icontheme oxygen
10
10
        environment:
11
11
          DISABLE_WAYLAND: 1
12
12
        plugs: [network, home, gsettings, network-control, x11, desktop, unity7]
17
17
        source: https://quassel-irc.org/pub/quassel-0.13.0.tar.bz2
18
18
        configflags: [-DWANT_CORE=OFF, -DWANT_QTCLIENT=ON, -DWANT_MONO=OFF, -DUSE_QT5=ON, -DWITH_OXYGEN=ON, -DWITH_OXYGEN_ICONS=ON, -DWITH_BUNDLED_ICONS=ON]              
19
19
        build-packages: [g++, libqt5dbus5, qttools5-dev, qttools5-dev-tools, libdbusmenu-qt5-dev, libqt5webkit5-dev]
20
 
        stage-packages: [libqt5core5a, libqt5dbus5, libdbusmenu-qt5, libqt5webkit5, ubuntu-mate-themes, ubuntu-mate-icon-themes, oxygen-icon-theme]
 
20
        stage-packages: [libqt5core5a, libqt5dbus5, libdbusmenu-qt5, libqt5webkit5, ubuntu-mate-themes, ubuntu-mate-icon-themes]
21
21
        after: [desktop-qt5]
22
22
    desktop-qt5:
23
23
        filesets: