Skip to content

Commit

Permalink
Updating flathub manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Jan 16, 2023
1 parent e8deb96 commit 7c47372
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions flathub/br.app.pw3270.yml → flathub/br.app.pw3270.terminal.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
app-id: br.app.pw3270
app-id: br.app.pw3270.terminal
runtime: org.gnome.Platform
runtime-version: 43
sdk: org.gnome.Sdk
command: pw3270
finish-args:
- "--share=network"
- "--share=ipc"
- "--socket=fallback-x11"
- "--socket=wayland"
- "--own-name=br.app.pw3270"
- "--own-name=br.app.pw3270.pw3270.terminal"
cleanup:
- "/include"
- "/lib/pkgconfig"
Expand All @@ -20,34 +21,34 @@ cleanup:
- "*.a"
modules:
- name: lib3270
buildsystem: simple
buildsystem: autotools
build-commands:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/app
- ./configure --prefix=/app --with-product-id="br.app.pw3270"
- make all
- make install
sources:
- type: git
branch: stable
url: https://github.com/PerryWerneck/lib3270
- name: libv3270
buildsystem: simple
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
- make install
sources:
- type: git
branch: stable
url: https://github.com/PerryWerneck/libv3270
- name: pw3270
buildsystem: simple
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
- make install
sources:
- type: git
branch: stable
url: https://github.com/PerryWerneck/pw3270


0 comments on commit 7c47372

Please sign in to comment.