mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
radicale: update to 3.2.1.
* fix permissions post-install
This commit is contained in:
parent
c4c2af887c
commit
0612f83b45
2 changed files with 17 additions and 6 deletions
12
srcpkgs/radicale/INSTALL
Normal file
12
srcpkgs/radicale/INSTALL
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# *-*-shell-*-*
|
||||||
|
#
|
||||||
|
case ${ACTION} in
|
||||||
|
post)
|
||||||
|
# fix permissions and owners
|
||||||
|
chown radicale:radicale /etc/radicale/config
|
||||||
|
chown radicale:radicale /etc/radicale/rights
|
||||||
|
chmod 644 /etc/radicale/config
|
||||||
|
chmod 640 /etc/radicale/rights
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'radicale'
|
# Template file for 'radicale'
|
||||||
pkgname=radicale
|
pkgname=radicale
|
||||||
version=3.1.8
|
version=3.2.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
|
depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
|
||||||
|
@ -14,15 +14,14 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://radicale.org"
|
homepage="https://radicale.org"
|
||||||
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=40078e0f05917c09664363a9e289a36d32e00d10a1d169ffc60b5c581deb4e77
|
checksum=42d2bff32764046aa64e6774ecfaa24cd9332e13957d913347fa4b1d003154a7
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/radicale/config
|
/etc/radicale/config
|
||||||
/etc/radicale/rights
|
/etc/radicale/rights"
|
||||||
/etc/sv/radicale/log/run"
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/radicale 755 root root
|
/etc/radicale 755 root root
|
||||||
/usr/share/radicale/ 755 root root
|
/usr/share/radicale/ 755 root root
|
||||||
/var/log/radicale/ 700 root root
|
/var/log/radicale/ 750 radicale radicale
|
||||||
/var/lib/radicale 750 radicale radicale"
|
/var/lib/radicale 750 radicale radicale"
|
||||||
system_accounts="radicale"
|
system_accounts="radicale"
|
||||||
radicale_homedir="/var/lib/radicale"
|
radicale_homedir="/var/lib/radicale"
|
||||||
|
|
Loading…
Add table
Reference in a new issue