radicale: fixup

closes #8124

Co-authored-by: Teldra <teldra@rotce.de>
This commit is contained in:
maxice8 2019-03-03 19:18:42 -03:00
parent ff8ab2bb08
commit 0501d5b9f8
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
4 changed files with 15 additions and 17 deletions

View file

@ -1,3 +1,2 @@
#!/bin/sh
exec svlogd /var/log/radicale

View file

@ -1,4 +1,3 @@
#!/bin/sh
exec 2>&1
exec chpst -u radicale radicale -f -C /etc/radicale/config

View file

@ -1,28 +1,28 @@
# Template file for 'radicale'
pkgname=radicale
version=1.1.6
revision=1
wrksrc=Radicale-${version}
build_style=python2-module
conf_files="
/etc/radicale/config
/etc/sv/radicale/log/run"
make_dirs="
/etc/radicale 755 root root
/usr/share/radicale/ 755 root root
/var/log/radicale/ 700 root root
/var/lib/radicale 750 radicale radicale"
revision=2
archs=noarch
wrksrc="Radicale-${version}"
build_style=python2-module
pycompile_module="radicale"
hostmakedepends="python python-setuptools"
depends="python-pam python-requests python-dulwich"
pycompile_module="radicale"
short_desc="Complete calendar and contact storing and manipulating solution"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3"
homepage="http://radicale.org"
license="GPL-3.0-or-later"
homepage="https://radicale.org"
distfiles="${PYPI_SITE}/R/Radicale/Radicale-${version}.tar.gz"
checksum=c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
conf_files="
/etc/radicale/config
/etc/sv/radicale/log/run"
make_dirs="
/etc/radicale 755 root root
/usr/share/radicale/ 755 root root
/var/log/radicale/ 700 root root
/var/lib/radicale 750 radicale radicale"
system_accounts="radicale"
radicale_homedir="/var/lib/radicale"

View file

@ -1 +1 @@
ignore="[^1].*"
ignore="[2].*"