Commit 3202116c43cf948bae13ab4db4bdf770124c36e9

Authored by Perry Werneck
1 parent 7c473728
Exists in master and in 1 other branch develop

Updating flathub manifest.

Showing 1 changed file with 4 additions and 15 deletions   Show diff stats
flathub/br.app.pw3270.terminal.yml
@@ -22,33 +22,22 @@ cleanup: @@ -22,33 +22,22 @@ cleanup:
22 modules: 22 modules:
23 - name: lib3270 23 - name: lib3270
24 buildsystem: autotools 24 buildsystem: autotools
25 - build-commands:  
26 - - NOCONFIGURE=1 ./autogen.sh  
27 - - ./configure --prefix=/app --with-product-id="br.app.pw3270"  
28 - - make all 25 + config-opts: --with-product-id="br.app.pw3270"
29 sources: 26 sources:
30 - type: git 27 - type: git
31 - branch: stable 28 + tag: "5.4"
32 url: https://github.com/PerryWerneck/lib3270 29 url: https://github.com/PerryWerneck/lib3270
33 - name: libv3270 30 - name: libv3270
34 buildsystem: autotools 31 buildsystem: autotools
35 - build-commands:  
36 - - NOCONFIGURE=1 ./autogen.sh  
37 - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/include LDFLAGS=-L/app/lib  
38 - - make all  
39 sources: 32 sources:
40 - type: git 33 - type: git
41 - branch: stable 34 + tag: "5.4"
42 url: https://github.com/PerryWerneck/libv3270 35 url: https://github.com/PerryWerneck/libv3270
43 - name: pw3270 36 - name: pw3270
44 buildsystem: autotools 37 buildsystem: autotools
45 - build-commands:  
46 - - NOCONFIGURE=1 ./autogen.sh  
47 - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/usr/include LDFLAGS=-L/app/lib  
48 - - make all  
49 sources: 38 sources:
50 - type: git 39 - type: git
51 - branch: stable 40 + tag: "5.4"
52 url: https://github.com/PerryWerneck/pw3270 41 url: https://github.com/PerryWerneck/pw3270
53 42
54 43