mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Merge 03b4dc35d1
into b254f5c4aa
This commit is contained in:
commit
70897663ba
5 changed files with 7 additions and 12 deletions
|
@ -4,8 +4,10 @@ Roundcube for YunoHost
|
||||||
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
|
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
|
||||||
an application-like user interface.
|
an application-like user interface.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.3.6
|
**Shipped version:** 1.3.6
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
@ -7,8 +7,10 @@
|
||||||
"fr": "Webmail Open Source"
|
"fr": "Webmail Open Source"
|
||||||
},
|
},
|
||||||
"url": "https://roundcube.net/",
|
"url": "https://roundcube.net/",
|
||||||
|
|
||||||
"license": "GPL-3",
|
"license": "GPL-3",
|
||||||
"version": "1.3.6~ynh1",
|
"version": "1.3.6~ynh1",
|
||||||
|
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "YunoHost Contributors",
|
"name": "YunoHost Contributors",
|
||||||
"email": "apps@yunohost.org"
|
"email": "apps@yunohost.org"
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
# Package dependencies
|
# Package dependencies
|
||||||
pkg_dependencies="php5-cli php5-common php5-intl php5-json php5-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-crypt-gpg php-net-ldap2 php-net-ldap3"
|
pkg_dependencies="php5-cli php5-common php5-intl php5-json php5-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-crypt-gpg php-net-ldap2 php-net-ldap3"
|
||||||
|
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||||
|
pkg_dependencies="$pkg_dependencies php-zip"
|
||||||
|
fi
|
||||||
|
|
||||||
# Plugins version
|
# Plugins version
|
||||||
contextmenu_version=2.3
|
contextmenu_version=2.3
|
||||||
|
|
|
@ -57,12 +57,6 @@ ynh_app_setting_set $app with_enigma $with_enigma
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# jessie-backports is needed for php-net-ldap3
|
|
||||||
grep -q -R 'jessie-backports' /etc/apt/sources.list{,.d} || {
|
|
||||||
echo "deb http://httpredir.debian.org/debian jessie-backports main" \
|
|
||||||
| tee -a /etc/apt/sources.list.d/backports.list >/dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
ynh_install_app_dependencies "$pkg_dependencies"
|
ynh_install_app_dependencies "$pkg_dependencies"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -61,12 +61,6 @@ path_url=$(ynh_normalize_url_path $path_url)
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# jessie-backports is needed for php-net-ldap3
|
|
||||||
grep -q -R 'jessie-backports' /etc/apt/sources.list{,.d} || {
|
|
||||||
echo "deb http://httpredir.debian.org/debian jessie-backports main" \
|
|
||||||
| tee -a /etc/apt/sources.list.d/backports.list >/dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
ynh_install_app_dependencies "$pkg_dependencies"
|
ynh_install_app_dependencies "$pkg_dependencies"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue