-
Notifications
You must be signed in to change notification settings - Fork 9
/
io.github.stiglers_eponym.BeamerPresenter-qt6.yml
65 lines (65 loc) · 1.92 KB
/
io.github.stiglers_eponym.BeamerPresenter-qt6.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
app-id: io.github.stiglers_eponym.BeamerPresenter
branch: master
runtime: org.kde.Platform
runtime-version: "6.5"
sdk: org.kde.Sdk
command: beamerpresenter
build-options:
strip: true
no-debuginfo: true
finish-args:
- "--socket=x11"
- "--socket=wayland"
- "--socket=pulseaudio"
- "--filesystem=xdg-documents"
- "--filesystem=xdg-download"
- "--filesystem=xdg-public-share"
- "--filesystem=xdg-desktop"
- "--filesystem=xdg-config/beamerpresenter"
- "--own-name=io.github.stiglers_eponym.BeamerPresenter"
modules:
- name: poppler
buildsystem: cmake-ninja
config-opts:
- "-DCMAKE_INSTALL_PREFIX=/app"
- "-DCMAKE_INSTALL_LIBDIR=/app/lib"
- "-DCMAKE_INSTALL_INCLUDEDIR=/app/include"
- "-DENABLE_LIBOPENJPEG=none"
- "-DENABLE_BOOST=OFF"
- "-DENABLE_UTILS=OFF"
- "-DENABLE_LIBCURL=OFF"
- "-DENABLE_QT5=OFF"
- "-DENABLE_QT6=ON"
- "-DENABLE_GLIB=OFF"
- "-DENABLE_GOBJECT_INTROSPECTION=OFF"
- "-DENABLE_GTK_DOC=OFF"
- "-DENABLE_CPP=OFF"
cleanup:
- "/bin"
sources:
- type: archive
url: https://poppler.freedesktop.org/poppler-24.12.0.tar.xz
sha256: 1cf374c3146f3f685d9257701bf0c2866c61d6c202c14d1f5c01a1f3a089028a
- name: beamerpresenter
buildsystem: cmake-ninja
config-opts:
- "-DQT_VERSION_MAJOR=6"
- "-DQT_VERSION_MINOR=5"
- "-DUSE_POPPLER=ON"
- "-DUSE_MUPDF=OFF"
- "-DUSE_QTPDF=OFF"
- "-DUSE_EXTERNAL_RENDERER=OFF"
- "-DUSE_TRANSLATIONS=ON"
- "-DGIT_VERSION=ON"
- "-DAPPID_NAME=io.github.stiglers_eponym.BeamerPresenter"
- "-DINSTALL_METAINFO=ON"
- "-DCMAKE_BUILD_TYPE=Release"
- "-DCMAKE_INSTALL_PREFIX=/app"
- "-DCMAKE_INSTALL_SYSCONFDIR=/app/etc"
- "-DCMAKE_INSTALL_DATAROOTDIR=/app/share"
- "-DCMAKE_INSTALL_LIBDIR=/app/lib"
- "-DCMAKE_INSTALL_INCLUDEDIR=/app/include"
sources:
- type: git
url: https://github.com/stiglers-eponym/BeamerPresenter.git
branch: main