commit 9c9b03b8b03467a25f2ef560222956ec1f7aec33
parent 8af86cafcb267d2ff70bb86c0453b8d45a0376d1
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 11 Jun 2025 11:09:21 +0000
Container for libervia
Diffstat:
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -231,6 +231,7 @@ confz_site_containers_user_check() {
UC gentoo-dev gentoo-dev
UCa qpdf
UCa poezio
+ UCa libervia
UCa signal
UCa bugwarrior mount_rw=ccx-task
UC signal2 alpine-signal
@@ -804,21 +805,29 @@ confz_site_container_images_check() {
local -a alpine_libervia=(
$alpine_dev_py3_gcc
py3-{cryptography,asn1,asn1-modules,aiodns,pycares,typing-extensions}
+ py3-{alembic,twisted,gobject3,lxml,lxml-html-clean,dbus,babel,pillow}
+ py3-{openssl,sqlalchemy,cairo,cairo-dev}
# Mercurial
+ mercurial mercurial-zsh-completion
# libcairo 2 with development header
+ cairo{,-dev,-dbg}
# libjpeg with development headers
+ libjpeg{,-dev,-dbg}
# libgirepository 1.0 with development headers
# libdbus-1 with development headers
+ dbus{,-dev,-dbg}
# libdbus-glib-1 with development headers
+ dbus-glib{,-dev,-dbg}
# libxml2 with development headers
+ libxml2{,-dev,-dbg}
# libxlt2 with development headers
# D-Bus x11 tools (this doesn’t needs X11, it is just needed for dbus-launch)
cmake
)
- #require site_container_alpine :containers_dir :svscan_dir \
- # repositories="main community" \
- # image_name=alpine-libervia \
- # packages="$alpine_libervia"
+ require site_container_alpine :containers_dir :svscan_dir \
+ repositories="main community" \
+ image_name=alpine-libervia \
+ packages="$alpine_libervia"
local -a alpine_imgproc=(
$alpine_dev_py3_gcc