Commit 3202116c43cf948bae13ab4db4bdf770124c36e9
1 parent
7c473728
Exists in
master
and in
1 other branch
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 | 22 | modules: |
23 | 23 | - name: lib3270 |
24 | 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 | 26 | sources: |
30 | 27 | - type: git |
31 | - branch: stable | |
28 | + tag: "5.4" | |
32 | 29 | url: https://github.com/PerryWerneck/lib3270 |
33 | 30 | - name: libv3270 |
34 | 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 | 32 | sources: |
40 | 33 | - type: git |
41 | - branch: stable | |
34 | + tag: "5.4" | |
42 | 35 | url: https://github.com/PerryWerneck/libv3270 |
43 | 36 | - name: pw3270 |
44 | 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 | 38 | sources: |
50 | 39 | - type: git |
51 | - branch: stable | |
40 | + tag: "5.4" | |
52 | 41 | url: https://github.com/PerryWerneck/pw3270 |
53 | 42 | |
54 | 43 | ... | ... |