summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-04-10Update to 0.16.4sentriz
2024-03-10Update to 0.16.3Rafael Epplée
2023-12-16Update to 0.16.2sentriz
2023-08-07Update .SRCINFORafael Epplée
2023-08-07Add armvh7 architectureRafael Epplée
2022-11-26Remove alsa-lib dependencyRafael Epplée
2022-11-21Update to 0.15.0Rafael Epplée
2021-10-11Update to 0.14.0Rafael Epplée
2021-06-03update to 0.13.1Rafael Epplée
2020-11-29Update to 0.11.1Dimitri Pertin
2020-07-25Update to 0.11.0Dimitri Pertin
2020-07-12Update to 0.9.6Dimitri Pertin
2020-07-08Update to 0.9.5Dimitri Pertin
2020-06-15Update to 0.9.2Dimitri Pertin
The daemon configuration used to be managed inside the systemd unit with environment variables. This commit brings modifications and relies on: 1. the systemd unit provided by the gonic repository 2. the configuration file also provided which is now `/var/lib/gonic/config` Both files are patched to match archlinux guidelines.
2020-06-14Update to 0.9.1Dimitri Pertin
2020-06-06Update to 0.9.0Dimitri Pertin
2020-05-17Remove license install and fix .service fileDimitri Pertin
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.
2020-04-26Update to 0.8.8Dimitri Pertin
2020-04-26Update to 0.8.7Dimitri Pertin
2020-04-26Update to 0.8.6Dimitri Pertin
- 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.
2020-04-26Update to 0.8.5Dimitri Pertin
2020-04-25Fix .SRCINFODimitri Pertin
2020-04-04Add a tmpfile to create /var/lib/gonicDimitri Pertin
A tmpfile is added for storing application data (like the sqlite database) inside `/var/lib/gonic` by default.
2020-04-04Initial commitDimitri Pertin
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.