Skip to content

Commit

Permalink
Update snapcraft configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jacki <[email protected]>
  • Loading branch information
TheJackiMonster committed Jan 12, 2025
1 parent 78020b1 commit 279ffe5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: messenger-gtk
version: 0.10.1
version: 0.10.2
title: GNUnet Messenger
summary: A GTK based GUI for the Messenger service of GNUnet.
description: |
Expand All @@ -17,6 +17,8 @@ description: |
* Exchanging contact details physically
* Verifying contact identities
* Switching between different accounts
* Chatting live via video or voice streaming
* Sharing your screen with a selected group
Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.
adopt-info: messenger-gtk
Expand Down Expand Up @@ -82,14 +84,14 @@ parts:
- libgnutls-dane0
- libunbound8
- libltdl7
source: http://ftp.gnu.org/gnu/gnunet/gnunet-0.22.0.tar.gz
source: http://ftp.gnu.org/gnu/gnunet/gnunet-0.23.1.tar.gz
plugin: autotools
autotools-configure-parameters:
- --prefix=/usr
- --disable-documentation
libgnunetchat:
after: [ gnunet ]
source: http://ftp.gnu.org/gnu/gnunet/libgnunetchat-0.5.1.tar.gz
source: http://ftp.gnu.org/gnu/gnunet/libgnunetchat-0.5.2.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr
Expand Down Expand Up @@ -120,7 +122,7 @@ parts:
- libpipewire-0.3-0t64
- libportal1
- libportal-gtk3-1
source: http://ftp.gnu.org/gnu/gnunet/messenger-gtk-0.10.1.tar.gz
source: http://ftp.gnu.org/gnu/gnunet/messenger-gtk-0.10.2.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr
Expand Down

0 comments on commit 279ffe5

Please sign in to comment.