~moon127/claws-mail-moon127-snap/trunk

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Gareth Woolridge
  • Date: 2021-04-07 19:01:40 UTC
  • Revision ID: gareth.woolridge@canonical.com-20210407190140-b4bd3cq2vnew377t
Try and build 3.17.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name:   claws-mail-moon127
2
 
version: 3.17.5  # the version of the snap
 
2
version: 3.17.8  # the version of the snap
3
3
summary: Claws Mail # 79 char long summary
4
4
description: Claws Mail (previously known as Sylpheed-Claws) is a lightweight and highly configurable email client and news reader based on the GTK+ GUI toolkit, it runs on the X Window System.
5
5
confinement: strict
12
12
parts:
13
13
    claws-mail:  
14
14
        plugin: autotools
15
 
        source: http://www.claws-mail.org/download.php?file=releases/claws-mail-3.17.5.tar.gz
 
15
        source: http://www.claws-mail.org/download.php?file=releases/claws-mail-3.17.8.tar.gz
16
16
        build-packages: [pkg-config, libetpan-dev]
17
17
        stage-packages: [ubuntu-mate-themes, ubuntu-mate-icon-themes]
18
18
        after: [desktop-gtk2]