Commit 7c473728c6a3fc23b196e8160e624cdf682f93d3
1 parent
e8deb960
Exists in
master
and in
1 other branch
Updating flathub manifest.
Showing
2 changed files
with
54 additions
and
53 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,54 @@ |
| 1 | +app-id: br.app.pw3270.terminal | |
| 2 | +runtime: org.gnome.Platform | |
| 3 | +runtime-version: 43 | |
| 4 | +sdk: org.gnome.Sdk | |
| 5 | +command: pw3270 | |
| 6 | +finish-args: | |
| 7 | + - "--share=network" | |
| 8 | + - "--share=ipc" | |
| 9 | + - "--socket=fallback-x11" | |
| 10 | + - "--socket=wayland" | |
| 11 | + - "--own-name=br.app.pw3270.pw3270.terminal" | |
| 12 | +cleanup: | |
| 13 | + - "/include" | |
| 14 | + - "/lib/pkgconfig" | |
| 15 | + - "/man" | |
| 16 | + - "/share/doc" | |
| 17 | + - "/share/gtk-doc" | |
| 18 | + - "/share/man" | |
| 19 | + - "/share/pkgconfig" | |
| 20 | + - "*.la" | |
| 21 | + - "*.a" | |
| 22 | +modules: | |
| 23 | + - name: lib3270 | |
| 24 | + buildsystem: autotools | |
| 25 | + build-commands: | |
| 26 | + - NOCONFIGURE=1 ./autogen.sh | |
| 27 | + - ./configure --prefix=/app --with-product-id="br.app.pw3270" | |
| 28 | + - make all | |
| 29 | + sources: | |
| 30 | + - type: git | |
| 31 | + branch: stable | |
| 32 | + url: https://github.com/PerryWerneck/lib3270 | |
| 33 | + - name: libv3270 | |
| 34 | + 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: | |
| 40 | + - type: git | |
| 41 | + branch: stable | |
| 42 | + url: https://github.com/PerryWerneck/libv3270 | |
| 43 | + - name: pw3270 | |
| 44 | + 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: | |
| 50 | + - type: git | |
| 51 | + branch: stable | |
| 52 | + url: https://github.com/PerryWerneck/pw3270 | |
| 53 | + | |
| 54 | + | ... | ... |
flathub/br.app.pw3270.yml
| ... | ... | @@ -1,53 +0,0 @@ |
| 1 | -app-id: br.app.pw3270 | |
| 2 | -runtime: org.gnome.Platform | |
| 3 | -sdk: org.gnome.Sdk | |
| 4 | -command: pw3270 | |
| 5 | -finish-args: | |
| 6 | - - "--share=network" | |
| 7 | - - "--share=ipc" | |
| 8 | - - "--socket=fallback-x11" | |
| 9 | - - "--socket=wayland" | |
| 10 | - - "--own-name=br.app.pw3270" | |
| 11 | -cleanup: | |
| 12 | - - "/include" | |
| 13 | - - "/lib/pkgconfig" | |
| 14 | - - "/man" | |
| 15 | - - "/share/doc" | |
| 16 | - - "/share/gtk-doc" | |
| 17 | - - "/share/man" | |
| 18 | - - "/share/pkgconfig" | |
| 19 | - - "*.la" | |
| 20 | - - "*.a" | |
| 21 | -modules: | |
| 22 | - - name: lib3270 | |
| 23 | - buildsystem: simple | |
| 24 | - build-commands: | |
| 25 | - - NOCONFIGURE=1 ./autogen.sh | |
| 26 | - - ./configure --prefix=/app | |
| 27 | - - make all | |
| 28 | - - make install | |
| 29 | - sources: | |
| 30 | - - type: git | |
| 31 | - url: https://github.com/PerryWerneck/lib3270 | |
| 32 | - - name: libv3270 | |
| 33 | - buildsystem: simple | |
| 34 | - build-commands: | |
| 35 | - - NOCONFIGURE=1 ./autogen.sh | |
| 36 | - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/include LDFLAGS=-L/app/lib | |
| 37 | - - make all | |
| 38 | - - make install | |
| 39 | - sources: | |
| 40 | - - type: git | |
| 41 | - url: https://github.com/PerryWerneck/libv3270 | |
| 42 | - - name: pw3270 | |
| 43 | - buildsystem: simple | |
| 44 | - build-commands: | |
| 45 | - - NOCONFIGURE=1 ./autogen.sh | |
| 46 | - - ./configure --prefix=/app PKG_CONFIG_PATH=/app/lib/pkgconfig CFLAGS=-I/app/usr/include LDFLAGS=-L/app/lib | |
| 47 | - - make all | |
| 48 | - - make install | |
| 49 | - sources: | |
| 50 | - - type: git | |
| 51 | - url: https://github.com/PerryWerneck/pw3270 | |
| 52 | - | |
| 53 | - |