messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 04e94bee388d048bee291b75667a22f1d0f6917d
parent fd34203020c6b2e30c2358e5c13ffc12eb879acb
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Tue,  1 Nov 2022 20:28:03 +0100

Update snap configuration to GNUnet 0.18.0 and libgnunetchat 0.1.1

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msnap/snapcraft.yaml | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -106,7 +106,7 @@ parts: - libunistring2 - libsqlite3-0 - libmicrohttpd12 - source: http://ftpmirror.gnu.org/gnunet/gnunet-0.17.6.tar.gz + source: http://ftpmirror.gnu.org/gnunet/gnunet-0.18.0.tar.gz plugin: autotools autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr' ] libgnunetchat: @@ -114,13 +114,9 @@ parts: build-packages: - build-essential - libc6-dev - source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.0.tar.gz - plugin: make - override-build: | - make release - mkdir -p "$SNAPCRAFT_PART_INSTALL/usr/lib" - export INSTALL_DIR="$SNAPCRAFT_PART_INSTALL/usr/" - make install + source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz + plugin: autotools + autotools-configure-parameters: [ '--prefix=/usr' ] messenger-gtk: after: [ desktop-gtk3, gnunet, libgnunetchat ] build-packages: