-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
snapcraft.yaml
80 lines (79 loc) · 1.83 KB
/
snapcraft.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# SPDX-FileCopyrightText: 2024 Jasem Mutlaq <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
---
name: kstars
version: 3.7.2
confinement: classic
base: core22
compression: lzo
adopt-info: kstars
apps:
kstars:
extensions:
- kde-neon-5
common-id: org.kde.kstars.desktop
desktop: usr/share/applications/org.kde.kstars.desktop
command: usr/bin/kstars
plugs:
- home
- opengl
- network
- network-bind
- unity7
- joystick
- pulseaudio
- serial-port
- camera
- gpio
- gpio-control
- location-observe
- hardware-observe
- hidraw
- i2c
- password-manager-service
- location-control
- location-observe
- raw-usb
- desktop
command-chain:
- snap/command-chain/desktop-launch5
slots:
session-dbus-interface:
interface: dbus
name: org.kde.kstars
bus: session
parts:
kstars:
parse-info:
- usr/share/metainfo/org.kde.kstars.appdata.xml
plugin: cmake
cmake-parameters:
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=Release
- -DENABLE_TESTING=OFF
- -DBUILD_TESTING=OFF
- -DBUILD_DOC=OFF
- -DKDE_SKIP_TEST_SETTINGS=ON
build-packages:
- qt5-default
- libeigen3-dev
- zlib1g-dev
- libcfitsio-dev
- libnova-dev
- libgsl-dev
- libindi-dev
- qt5keychain-dev
- wcslib-dev
stage-packages:
- astrometry.net
- indi-bin
- indi-full
- xplanet
- libcfitsio5
- libnova-0.16-0
- libgsl27
- libpgsbox7
- libwcs7
- libqt5keychain1
source: https://anongit.kde.org/kstars.git