dcd.snap:master

Last commit made on 2019-07-11
Get this branch:
git clone -b master https://git.launchpad.net/dcd.snap

Branch merges

Branch information

Name:
master
Repository:
lp:dcd.snap

Recent commits

c81046b... by Ermesto Castellotti

Update DCD to 0.12.0

https://github.com/dlang-community/DCD/releases/tag/v0.12.0

4468ae0... by Ermesto Castellotti

Added $SNAP to use the absolute path

ef82ab7... by Joseph Wakeling

Update package summary and description

This patch provides some English improvements and extra helpful info.

abafc4f... by Ermesto Castellotti

Remove aliases from snap package definition

Aliases in the package definition have been deprecated since snapcraft
v2.35 (released 2017-11-16). See also the deprecation notice published
at https://docs.snapcraft.io/deprecation-notices/dn5.

They have been maintained until now in order to support distros using
older versions of `snapd` that do not support store- or user-defined
aliases, but since all supported distros now seem to be using recent
enough `snapd` releases, we can drop the aliases at last.

91cd52c... by Ermesto Castellotti

Update DCD to 0.11.1

https://github.com/dlang-community/DCD/releases/tag/v0.11.1

8cbf63a... by Ermesto Castellotti

 Added paragraph in the readme to configure dcd

3df4e89... by Ermesto Castellotti

Specified user's XDG_RUNTIME_DIR env

We need to access the user's XDG_RUNTIME_DIR to be able to open
the unix socket required for dcd-server, snap normally sets
XDG_RUNTIME_DIR to /run/user/$(id -u)/snap.<name of snap>,
but we must have "${XDG_RUNTIME_DIR%/*} to change the path
to /run/user/$(id -u) in order for DCD to work properly.

6250fe9... by Ermesto Castellotti

Fix for not exceeding the maximum characters

016abf6... by Ermesto Castellotti

Add License-GPLv3.txt file for the GPLv3 license

4b032e7... by Ermesto Castellotti

Add license.txt file for the dcd snap