Is there a German howto/documentation for snapcraft?

Ralf Mardorf silver.bullet at zoho.com
Tue Jul 12 01:45:37 UTC 2016


FWIW I'm neither familiar with Python nor with Go.

[weremouse at moonstudio qjackctl]$ ls -Ggh
total 4.0K
-rwxrwxr-x 1 1.2K Jul 12 03:37 make_qjackctl-git_yaml.sh
[weremouse at moonstudio qjackctl]$ ./make_qjackctl-git_yaml.sh 
Cloning into 'qjackctl'...
remote: Counting objects: 9091, done.
remote: Compressing objects: 100% (3050/3050), done.
remote: Total 9091 (delta 7058), reused 7765 (delta 6003)
Receiving objects: 100% (9091/9091), 21.66 MiB | 697.00 KiB/s, done.
Resolving deltas: 100% (7058/7058), done.
Checking connectivity... done.
[weremouse at moonstudio qjackctl]$ snapcraft pull
Issue while loading plugin: properties failed to load for qjackctl: Additional properties are not allowed ('configflags' was unexpected)
[weremouse at moonstudio qjackctl]$ ls -Ggh
total 16K
-rwxrwxr-x 1 1.2K Jul 12 03:37 make_qjackctl-git_yaml.sh
drwxrwxr-x 5 4.0K Jul 12 03:38 qjackctl-0.4.2-r13-g5a8f67fc
drwxrwxr-x 3 4.0K Jul 12 03:38 setup
-rw-rw-r-- 1  825 Jul 12 03:38 snapcraft.yaml
[weremouse at moonstudio qjackctl]$ cat snapcraft.yaml 
name: qjackctl-git
version: 0.4.2-r13-g5a8f67fc
summary: QjackCtl
description: QjackCtl offers a Qt front-end for the JACK low-latency audio server.
confinement: strict

apps:
  qjackctl:
    command: bin/qjackctl

parts:
  qjackctl:
    plugin: make
    source: qjackctl-0.4.2-r13-g5a8f67fc
    build-packages:
      - libasound2-dev
      - libjack-dev
      - qtbase5-dev
      - qttools5-dev-tools 
      - libqt5x11extras5-dev
      - libx11-dev
    configflags:
      CFLAGS = -Wall -g
      export QTDIR=/usr/share/qt5
      export QT_SELECT=qt5
    stage-packages:
      - jackd2
      - libasound2
      - libc6
      - libgcc1
      - libjack-jackd2-0
      - libqt5core5a
      - libqt5dbus5
      - libqt5gui5
      - libqt5widgets5
      - libqt5x11extras5
      - libqt5xml5
      - libstdc++6
      - libx11-6





More information about the Snapcraft mailing list