Age | Commit message (Collapse) | Author |
|
|
|
As depicted by
[ElVirolo](https://aur.archlinux.org/packages/gonic/#comment-745784),
GPL3 license is already included in `/usr/share/licenses/common/GPL3`,
so it is now removed from the install process.
The environment variable regarding Jukebox mode is also fixed here in
`gonic.service` file.
|
|
- Update required files;
- Remove `gonicscan` binary;
- Add `alsa-lib` to support jukebox mode;
- Add a new environment variable in `gonic.service` for jukebox mode;
- Add `gonic.install` to provide information to run a fully functional
gonic setup.
|
|
|
|
A tmpfile is added for storing application data (like the sqlite
database) inside `/var/lib/gonic` by default.
|
|
Add the required files to generate the gonic Archlinux package:
- `.SRCINFO`: contains information displayed on AUR;
- `PKGBUILD`: contains information required to generate the package;
- `gonic.service`: is a systemd unit definition for `gonic` in which are
defined several environment variables used as `gonic` settings;
- `gonic.sysusers`: contains instructions to create gonic group and user.
|