From e2331645917d183b87981c5f6ffbdddbf556713e Mon Sep 17 00:00:00 2001 From: Thomas Legay Date: Mon, 11 Nov 2024 00:09:41 +0100 Subject: [PATCH] update --- README.MD | 6 +++++- lib/exec_in_chroot.sh | 4 ++++ ressources/claper/rootfs/DEBIAN/control | 2 +- ressources/mysqlfdw/debmaker | 2 +- ressources/phpbb/debmaker | 1 + ressources/rustdesk-server/debmaker | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index d5170b5..4872e08 100644 --- a/README.MD +++ b/README.MD @@ -44,10 +44,12 @@ To enter in temporary filesystem - [adguardhome](./ressources/adguardhome) - [authelia](./ressources/authelia) + - [babybuddy](./ressources/babybuddy) - [bitwarden-desktop](./ressources/bitwarden-desktop) - [budibase](./ressources/budibase) - - [clouseau](./ressources/clouseau) + - [claper](./ressources/claper) - [cloudbeaver](./ressources/cloudbeaver) + - [clouseau](./ressources/clouseau) - [crfpp](./ressources/crfpp) - [element-web](./ressources/element-web) - [flame](./ressources/flame) @@ -55,10 +57,12 @@ To enter in temporary filesystem - [glpi](./ressources/glpi) - [gotify](./ressources/gotify) - [grocy](./ressources/grocy) + - [humhub](./ressources/humhub) - [joplin desktop](./ressources/joplin) - [joplin-server](./ressources/joplin-server) - [keycloak](./ressources/keycloak) - [kimai2](./ressources/kimai2) + - [libfq](./ressources/libfq) - [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy) - [mautrix-whatsapp](./ressources/mautrix-whatsapp) - [mailhog](./ressources/mailhog) diff --git a/lib/exec_in_chroot.sh b/lib/exec_in_chroot.sh index bf5b729..d857031 100755 --- a/lib/exec_in_chroot.sh +++ b/lib/exec_in_chroot.sh @@ -23,6 +23,10 @@ get_git_source(){ fi } +configure_depot_lgy(){ + wget -qO - https://deb.lgy.fr/install.sh | bash +} + configure_depot_erlang_rabbitmq(){ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/erlang-rabbitmq.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian bookworm main" > /etc/apt/sources.list.d/erlang.list wget -qO - "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key" | gpg --dearmor > /usr/share/keyrings/erlang-rabbitmq.gpg diff --git a/ressources/claper/rootfs/DEBIAN/control b/ressources/claper/rootfs/DEBIAN/control index 365697d..68c81ad 100644 --- a/ressources/claper/rootfs/DEBIAN/control +++ b/ressources/claper/rootfs/DEBIAN/control @@ -3,6 +3,6 @@ Version: %VERSION% Section: contrib Priority: optional Architecture: all -Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl +Depends: inotify-tools, erlang-base, erlang-syntax-tools, erlang-xmerl, ghostscript >= 9 , libreoffice >=24 Maintainer: Thomas Legay Description: claper diff --git a/ressources/mysqlfdw/debmaker b/ressources/mysqlfdw/debmaker index 575ea95..c3d4535 100755 --- a/ressources/mysqlfdw/debmaker +++ b/ressources/mysqlfdw/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2_9_1 +VERSION=2_9_2 APP=mysqlfdw DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git GIT_VERSION=REL-${VERSION} diff --git a/ressources/phpbb/debmaker b/ressources/phpbb/debmaker index c72e3a1..6b1042f 100755 --- a/ressources/phpbb/debmaker +++ b/ressources/phpbb/debmaker @@ -10,6 +10,7 @@ IMAGE_SIZE=2 PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli" main(){ + configure_depot_yarn base_package_upgrade install_package_dependency default_prebuild diff --git a/ressources/rustdesk-server/debmaker b/ressources/rustdesk-server/debmaker index 71670f8..1890b3a 100755 --- a/ressources/rustdesk-server/debmaker +++ b/ressources/rustdesk-server/debmaker @@ -1,7 +1,7 @@ #!/bin/bash APP=rustdesk-server -VERSION=1.1.11-1 +VERSION=1.1.12 GIT_VERSION=$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm