From 3202116c43cf948bae13ab4db4bdf770124c36e9 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 16 Jan 2023 12:55:12 -0300 Subject: [PATCH] Updating flathub manifest. --- flathub/br.app.pw3270.terminal.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/flathub/br.app.pw3270.terminal.yml b/flathub/br.app.pw3270.terminal.yml index 872e81d..4fd4089 100644 --- a/flathub/br.app.pw3270.terminal.yml +++ b/flathub/br.app.pw3270.terminal.yml @@ -22,33 +22,22 @@ cleanup: modules: - name: lib3270 buildsystem: autotools - build-commands: - - NOCONFIGURE=1 ./autogen.sh - - ./configure --prefix=/app --with-product-id="br.app.pw3270" - - make all + config-opts: --with-product-id="br.app.pw3270" sources: - type: git - branch: stable + tag: "5.4" url: https://github.com/PerryWerneck/lib3270 - name: libv3270 buildsystem: autotools - build-commands: - - NOCONFIGURE=1 ./autogen.sh - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/include LDFLAGS=-L/app/lib - - make all sources: - type: git - branch: stable + tag: "5.4" url: https://github.com/PerryWerneck/libv3270 - name: pw3270 buildsystem: autotools - build-commands: - - NOCONFIGURE=1 ./autogen.sh - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/usr/include LDFLAGS=-L/app/lib - - make all sources: - type: git - branch: stable + tag: "5.4" url: https://github.com/PerryWerneck/pw3270 -- libgit2 0.21.2