-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.swi_prolog.swipl.yml
37 lines (35 loc) · 1.11 KB
/
org.swi_prolog.swipl.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
id: org.swi_prolog.swipl
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: swipl-win
finish-args:
- --share=ipc
- --socket=x11
- --share=network
- --filesystem=host
- --device=dri
modules:
- name: swipl
sources:
- type: git
url: https://github.com/SWI-Prolog/swipl-devel.git
tag: V9.3.19
commit: f43fe00abdbb6c094c02eb78db455af1a061dc0e
x-checker-data:
type: git
tag-pattern: ^V(\d\.[\d.]+)$
- type: file
path: org.swi_prolog.swipl.desktop
- type: file
path: org.swi_prolog.swipl.appdata.xml
- type: file
path: org.swi_prolog.swipl.png
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=PGO
- -DSKIP_SSL_TESTS=ON
post-install:
- install -D -m0644 org.swi_prolog.swipl.png /app/share/icons/hicolor/128x128/apps/org.swi_prolog.swipl.png
- install -D -m0644 org.swi_prolog.swipl.desktop /app/share/applications/org.swi_prolog.swipl.desktop
- install -D -m0644 org.swi_prolog.swipl.appdata.xml /app/share/metainfo/org.swi_prolog.swipl.appdata.xml