com.bktus.gpgfrontend/com.bktus.gpgfrontend.yaml

53 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2023-10-15 07:50:43 +00:00
app-id: com.bktus.gpgfrontend
runtime: org.kde.Platform
2023-10-15 09:28:27 +00:00
runtime-version: "6.5"
2023-10-15 07:50:43 +00:00
sdk: org.kde.Sdk
command: GpgFrontend
finish-args:
- --share=ipc
2023-10-15 09:28:27 +00:00
- --socket=fallback-x11
2023-10-15 07:50:43 +00:00
- --socket=wayland
2023-10-15 09:28:27 +00:00
- --socket=gpg-agent
2023-10-15 07:50:43 +00:00
- --device=dri
- --share=network
2023-10-15 09:28:27 +00:00
- --filesystem=~/.gnupg
2023-10-15 07:50:43 +00:00
cleanup:
2023-10-15 09:28:27 +00:00
- '*.a'
- '*.la'
2023-10-15 07:50:43 +00:00
- /share/doc
- /share/gtk-doc
- /share/man
2023-10-15 09:28:27 +00:00
- /include
- /lib/cmake
- /lib/pkgconfig
2023-10-15 07:50:43 +00:00
modules:
- name: boost
buildsystem: simple
build-commands:
- ./bootstrap.sh --prefix=${FLATPAK_DEST} --with-libraries=date_time,system
2023-10-15 09:28:27 +00:00
- ./b2 variant=release link=static runtime-link=shared cxxflags="$CXXFLAGS" linkflags="$LDFLAGS" -j $FLATPAK_BUILDER_N_JOBS install
2023-10-15 07:50:43 +00:00
sources:
- type: archive
url: https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2
sha256: 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
2023-10-15 09:28:27 +00:00
cleanup:
- '*'
2023-10-15 07:50:43 +00:00
- name: libconfig++
sources:
- type: archive
url: https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.3.tar.gz
sha256: 545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7
- name: gpgfrontend
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DGPGFRONTEND_GENERATE_LINUX_INSTALL_SOFTWARE=ON
sources:
- type: git
url: https://github.com/saturneric/GpgFrontend.git
2023-10-15 09:28:27 +00:00
commit: f5e667607cee7e70ee6688b826539489ca11f6ac
2023-10-15 07:50:43 +00:00