Warning, /education/kstars/snap/snapcraft.yaml is written in an unsupported language. File is not indexed.

0001 ---
0002 name: kstars
0003 version: 3.3.8
0004 confinement: strict
0005 grade: devel
0006 base: core18
0007 adopt-info: kstars
0008 apps:
0009     kstars:
0010         command: kf5-launch kstars
0011         plugs:
0012         - kde-frameworks-5-plug
0013         - home
0014         - x11
0015         - opengl
0016         - network
0017         - network-bind
0018         - unity7
0019         - pulseaudio
0020         - serial-port
0021         - camera
0022         - gpio
0023         - hardware-observe
0024         - hidraw
0025         - i2c
0026         - location-control
0027         - location-observe
0028         - raw-usb
0029         - desktop
0030         - desktop-legacy
0031 slots:
0032     session-dbus-interface:
0033         interface: dbus
0034         name: org.kde.kstars
0035         bus: session
0036 plugs:
0037     kde-frameworks-5-plug:
0038         interface: content
0039         content: kde-frameworks-5-core18-all
0040         default-provider: kde-frameworks-5-core18
0041         target: kf5
0042 parts:
0043     kstars:
0044         parse-info:
0045         - usr/share/metainfo/org.kde.kstars.appdata.xml
0046         build-snaps:
0047         - kde-frameworks-5-core18-sdk
0048         after:
0049         - kde-frameworks-5-env
0050         plugin: cmake
0051         build-packages:
0052         - qt5-default
0053         - libeigen3-dev
0054         - zlib1g-dev
0055         - libcfitsio-dev
0056         - libnova-dev
0057         - libgsl-dev
0058         - libindi-dev
0059         - qt5keychain-dev
0060         - wcslib-dev
0061         stage-packages:
0062         - astrometry.net
0063         - indi-bin
0064         - indi-full
0065         - xplanet
0066         - libcfitsio5
0067         - libnova-0.16-0
0068         - libgsl23
0069         - libindialignmentdriver1
0070         - libindidriver1
0071         - libpgsbox5
0072         - libwcs5
0073         - libqt5keychain1
0074         source: https://anongit.kde.org/kstars.git
0075         configflags:
0076         - "-DCMAKE_INSTALL_PREFIX=/usr"
0077         - "-DCMAKE_BUILD_TYPE=Release"
0078         - "-DENABLE_TESTING=OFF"
0079         - "-DBUILD_TESTING=OFF"
0080         - "-DBUILD_DOC=OFF"
0081         - "-DKDE_SKIP_TEST_SETTINGS=ON"
0082     kde-frameworks-5-env:
0083         plugin: dump
0084         source: https://anongit.kde.org/snap-kf5-launcher.git