~moon127/quasselclient-moon127-snap/trunk

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Gareth Woolridge
  • Date: 2022-11-01 15:46:46 UTC
  • Revision ID: gareth.woolridge@canonical.com-20221101154646-vi64p81a5cg5d9w3
bump version to 0.14.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name:   quasselclient-moon127
2
 
version: 0.13.1  # the version of the snap
 
2
version: 0.14.0  # the version of the snap
3
3
summary: Quassel Client  # 79 char long summary
4
4
description: Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core.  This is the desktop client component.
5
5
confinement: strict
14
14
parts:
15
15
    quasselclient:  
16
16
        plugin: cmake
17
 
        source: https://quassel-irc.org/pub/quassel-0.13.1.tar.bz2
 
17
        source: https://quassel-irc.org/pub/quassel-0.14.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
20
        stage-packages: [libqt5core5a, libqt5dbus5, libdbusmenu-qt5, libqt5webkit5, ubuntu-mate-themes, ubuntu-mate-icon-themes]