lp:functy

Created by David Llewellyn-Jones and last modified
Get this branch:
bzr branch lp:functy

Related bugs

Related blueprints

Branch information

Owner:
David Llewellyn-Jones
Project:
functy
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://gitlab.com/flypig/functy.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 seconds — see the log

Recent revisions

185. By David Llewellyn-Jones

Add check for g++ on configure

If it's not present, the configure process should give a sensible
error, rather than just claiming glut doesn't exist when it does
(which is a horrible misdirection!).

184. By David Llewellyn-Jones

Add g++ to snapcraft build-packages

Without this, the configure fails during snapcraft cleanbuild, since
g++ is used to check for the existence of glut (and needed for
OpenVDB as well, I think, although it never got that far).

Thanks go to Loïc Minier for solving the problem:

https://lists.ubuntu.com/archives/snapcraft/2016-October/001284.html

183. By David Llewellyn-Jones

Change source link from git to https

The git clone was asking for a public key; this should avoid this.

182. By David Llewellyn-Jones

Add .gitignore

181. By David Llewellyn-Jones

Add snap desktop file and dependencies

Adds build-package and stage-package dependencies (at least a
first attempt at them, taken from configure.ac). Also adds a
.desktop file and icon.

180. By David Llewellyn-Jones

Add snapcraft configuration

Initial snapcraft config file added for creation a snap installer.
This may not be optimal, generates some permission errors, and
needs some stage-packages to be added, at least.

179. By David Llewellyn-Jones

Add global source files

These should have been added in the previous commit. They're
needed for storing the configured data directory, since
it's needed in multiple places throughout the application
(whenever anything is loaded from the data directory).

178. By David Llewellyn-Jones

Add datadir command line option

Snap packages install to $(datadir), but run from a different
location. Consequently, compiling the data directory into
the code (through a config define) doesn't work. See
https://bugs.launchpad.net/ubuntu/+source/snapcraft/+bug/1583250
This change allows the data directory to be configured at
runtime as a command line parameter, to help allow a snap
package to be created.

177. By David Llewellyn-Jones

Require libzip >= 0.11

The zip_discard function is needed in case an export is cancelled by
the user. zip_discard was introduced in libzip 0.11, see
http://hg.nih.at/libzip/rev/89c0621dc011 so the dependency has
been adjusted to reflect this.

176. By David Llewellyn-Jones

Allow tabbing between equation entry fields

Also bumped the version up to 0.38.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.