# HG changeset patch # User Mike Miller # Date 1572036919 25200 # Node ID 4c30f2cb5947236c252bad2883b4b9f5507df471 # Parent 0d69004cdfc916eaade9f43696b7d36a6983e60b Empty the repository, leave a note about where development has been moved diff -r 0d69004cdfc9 -r 4c30f2cb5947 .hgignore --- a/.hgignore Thu Jun 13 15:31:42 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -.*\.snap -^squashfs-root/.* diff -r 0d69004cdfc9 -r 4c30f2cb5947 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Oct 25 13:55:19 2019 -0700 @@ -0,0 +1,5 @@ +Octave Snap +=========== + +This repository has been converted and moved, the current development +repository can be found at https://github.com/octave-snap/octave-snap diff -r 0d69004cdfc9 -r 4c30f2cb5947 snap/snapcraft.yaml --- a/snap/snapcraft.yaml Thu Jun 13 15:31:42 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,167 +0,0 @@ -name: octave -base: core18 -version: '5.1.0' -summary: Interactive programming environment for numerical computations -description: | - GNU Octave is a high-level interpreted language, primarily intended for - numerical computations. It provides capabilities for the numerical - solution of linear and nonlinear problems, and for performing other - numerical experiments. It also provides extensive graphics capabilities - for data visualization and manipulation. Octave is normally used through - its interactive command line interface, but it can also be used to write - non-interactive programs. The Octave language is quite similar to - Matlab so that most programs are easily portable. - -grade: stable -confinement: strict - -layout: - /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib: - bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib - /etc/asound.conf: - bind-file: $SNAP/etc/asound.conf - /usr/share/alsa/alsa.conf: - bind-file: $SNAP/etc/asound.conf - -apps: - octave: - command: usr/bin/octave - environment: - LD_LIBRARY_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET:$SNAP/usr/lib:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa-egl:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri" - PERL5LIB: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/perl5/5.26:$SNAP/usr/share/perl5:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/perl/5.26:$SNAP/usr/share/perl/5.26" - LIBGL_DRIVERS_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri" - LIBVA_DRIVERS_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri" - QT_PLUGIN_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/qt5/plugins" - QT_XKB_CONFIG_ROOT: "$SNAP/usr/share/X11/xkb" - plugs: - - desktop - - desktop-legacy - - home - - opengl - - pulseaudio - - unity7 - - wayland - - x11 - octave-cli: - command: usr/bin/octave-cli - environment: - LD_LIBRARY_PATH: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET:$SNAP/usr/lib:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio" - PERL5LIB: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/perl5/5.26:$SNAP/usr/share/perl5:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/perl/5.26:$SNAP/usr/share/perl/5.26" - plugs: - - desktop - - desktop-legacy - - home - - opengl - - pulseaudio - - unity7 - - wayland - - x11 - -parts: - alsa: - plugin: nil - source: https://github.com/diddledan/snapcraft-alsa.git - override-pull: | - cat > asound.conf <