Warning, /education/kstars/appimage/appimage-builder.yml is written in an unsupported language. File is not indexed.

0001 version: 1
0002 script:
0003   - rm -rf AppDir || true
0004   - DESTDIR=AppDir ninja install
0005   - for F in $(dpkg-query -L libraw20); do cp $F --parent -t AppDir -v; done
0006 AppDir:
0007   path: ./AppDir
0008   app_info:
0009     id: org.kde.kstars
0010     name: KStars
0011     icon: kstars
0012     version: latest
0013     exec: usr/bin/kstars
0014     exec_args: $@
0015   runtime:
0016     path_mappings:
0017       - /usr/lib/x86_64-linux-gnu/qt5:$APPDIR/usr/lib/x86_64-linux-gnu/qt5
0018       - /usr/share/xsessions/plasma/kstars:$APPDIR/usr/share/xsessions/plasma/kstars
0019       - /usr/share/kstars:$APPDIR/usr/share/kstars
0020       - /usr/share/indi:$APPDIR/usr/share/indi
0021   apt:
0022     arch: amd64
0023     sources:
0024       - sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
0025         key_url: "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32"
0026       - sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
0027       - sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
0028       - sourceline: deb [arch=amd64] http://security.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
0029       - sourceline: deb [arch=amd64] http://ppa.launchpad.net/mutlaqja/ppa/ubuntu bionic main
0030         key_url: "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x7da5c2d272b4c6f8e7cea9c6487cec2b3f33a288"
0031       - sourceline: deb [arch=amd64] http://ppa.launchpad.net/pch/phd2/ubuntu bionic main
0032         key_url: "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xdae27ffb13432bed41181735e3dbd5d75cfabf12"
0033 
0034     include:
0035       - libstellarsolver
0036       - frameworkintegration
0037       - kimageformat-plugins
0038       - kio
0039       - libbz2-1.0
0040       - libcanberra-pulse
0041       - libcfitsio5
0042       - libexpat1
0043       - libfam0
0044       - libgcrypt20
0045       - libjpeg-turbo8
0046       - libkf5archive5
0047       - libkf5attica5
0048       - libkf5bookmarks5
0049       - libkf5codecs5
0050       - libkf5completion5
0051       - libkf5configcore5
0052       - libkf5configgui5
0053       - libkf5configwidgets5
0054       - libkf5coreaddons5
0055       - libkf5crash5
0056       - libkf5dbusaddons5
0057       - libkf5globalaccel5
0058       - libkf5guiaddons5
0059       - libkf5i18n5
0060       - libkf5iconthemes5
0061       - libkf5itemviews5
0062       - libkf5jobwidgets5
0063       - libkf5kiocore5
0064       - libkf5kiofilewidgets5
0065       - libkf5kiogui5
0066       - libkf5kiowidgets5
0067       - libkf5newstuff5
0068       - libkf5newstuffcore5
0069       - libkf5notifications5
0070       - libkf5notifyconfig5
0071       - libkf5package5
0072       - libkf5plotting5
0073       - libkf5service5
0074       - libkf5solid5
0075       - libkf5sonnetcore5
0076       - libkf5sonnetui5
0077       - libkf5style5
0078       - libkf5textwidgets5
0079       - libkf5waylandclient5
0080       - libkf5widgetsaddons5
0081       - libkf5windowsystem5
0082       - libkf5xmlgui5
0083       - libkf5auth5
0084       - liblz4-1
0085       - libopenexr22
0086       - libpciaccess0
0087       - libpcre3
0088       - libqt5concurrent5
0089       - libqt5quickcontrols2-5
0090       - libqt5quicktemplates2-5
0091       - libqt5keychain1
0092       - libqt5sql5-sqlite
0093       - libqt5svg5
0094       - libqt5texttospeech5
0095       - libqt5x11extras5
0096       - libqt5websockets5
0097       - libsm6
0098       - libsystemd0
0099       - libxau6
0100       - libxcb-render-util0
0101       - libxcb-sync1
0102       - libxcb-xinerama0
0103       - libxcb-xkb1
0104       - libxdamage1
0105       - libxdmcp6
0106       - libxext6
0107       - libxfixes3
0108       - libxrender1
0109       - libxshmfence1
0110       - libxxf86vm1
0111       - libgsl23
0112       - libzstd1
0113       - plasma-integration
0114       - qt5-image-formats-plugins
0115       - xplanet
0116       - libnova-0.16-0
0117       - libwcs5
0118       - indi-bin
0119       - libindi-data
0120     exclude:
0121       - breeze
0122       - breeze-icon-theme
0123       - breeze-cursor-theme
0124       - kde-style-breeze
0125       - perl
0126       - gnupg
0127       - gpg
0128       - gpgv
0129       - gpgsm
0130       - xkb-data
0131       - sound-theme-freedesktop
0132   files:
0133     exclude:
0134       - usr/share/man
0135       - usr/share/doc/*/README.*
0136       - usr/share/doc/*/changelog.*
0137       - usr/share/doc/*/NEWS.*
0138       - usr/share/doc/*/TODO.*
0139   test:
0140     fedora:
0141       image: appimagecrafters/tests-env:fedora-30
0142       command: "mkdir -p /home/$USER/.local/share/kstars && ./AppRun"
0143       use_host_x: true
0144     debian:
0145       image: appimagecrafters/tests-env:debian-stable
0146       command: "mkdir -p /home/$USER/.local/share/kstars && ./AppRun"
0147       use_host_x: true
0148     arch:
0149       image: appimagecrafters/tests-env:archlinux-latest
0150       command: "mkdir -p /home/$USER/.local/share/kstars && ./AppRun"
0151       use_host_x: true
0152     centos:
0153       image: appimagecrafters/tests-env:centos-7
0154       command: "mkdir -p /home/$USER/.local/share/kstars && ./AppRun"
0155       use_host_x: true
0156     ubuntu:
0157       image: appimagecrafters/tests-env:ubuntu-xenial
0158       command: "mkdir -p /home/$USER/.local/share/kstars && ./AppRun"
0159       use_host_x: true
0160 AppImage:
0161   arch: x86_64
0162   update-information: None
0163   sign-key: None