File: appimage.yml

package info (click to toggle)
displaycal-py3 3.9.17-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (23 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
app: ${APPNAME}

build:
  packages:
    - python
  files:
    - ${APPNAME}-${VERSION}.tar.gz

script:
  - cd $BUILD_SOURCE_DIR
  - tar -zxf ${APPNAME}-${VERSION}.tar.gz
  - cd ${APPNAME}-${VERSION}
  - cp ${APPNAME}/theme/icons/256x256/${APPNAME_LOWER}.png $BUILD_APPDIR
  - cp misc/${APPNAME_LOWER}.desktop $BUILD_APPDIR/${APPNAME}.desktop
  - echo -e '#!/bin/sh\nappdir=`dirname "$0"`\n"$appdir/${APPNAME}$1.pyw"' > $BUILD_APPDIR/AppRun
  - chmod +x $BUILD_APPDIR/AppRun *.pyw
  - mkdir -p $BUILD_APPDIR/usb
  - cp -f misc/55-Argyll.rules $BUILD_APPDIR/usb
  - cp -f misc/45-Argyll.rules $BUILD_APPDIR/usb
  - cp -f misc/Argyll $BUILD_APPDIR/usb
  - cp -f misc/Argyll.usermap $BUILD_APPDIR/usb
  - rm ${APPNAME}/theme/icons/*.ico ${APPNAME}/theme/icons/*.icns
  - mv ${APPNAME} screenshots scripts theme LICENSE.txt README-fr.html README.html *.pyw $BUILD_APPDIR