1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Merge pull request #21 from YunoHost-Apps/testing

add php-gd as a dependency
This commit is contained in:
Kayou 2021-01-13 18:00:20 +01:00 committed by GitHub
commit 0d7e9e61e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "CMS with a focus on collaborative edition and multilingualism",
"fr": "CMS conçu pour l'édition collaborative et le multilinguisme"
},
"version": "3.2.8~ynh1",
"version": "3.2.8~ynh2",
"url": "http://www.spip.net/",
"license": "GPL-3.0-or-later",
"maintainer": {

View file

@ -6,7 +6,7 @@
YNH_PHP_VERSION="7.2"
extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-xml"
extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd"
#=================================================
# EXPERIMENTAL HELPERS

View file

@ -106,6 +106,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
#=================================================
# Set right permissions for curl install
mkdir -p $final_path/plugins/auto
chown -R $app: $final_path
# Set the app as temporarily public for curl call

View file

@ -143,6 +143,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
#=================================================
# Set right permissions for curl install
mkdir -p $final_path/plugins/auto
chown -R $app: $final_path
# Set the app as temporarily public for curl call