/[smecontribs]/rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-bz11430-plugins.patch
ViewVC logotype

Diff of /rpms/smeserver-roundcube/contribs10/smeserver-roundcube-1.2-bz11430-plugins.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by jpp, Sat Dec 10 06:38:43 2022 UTC Revision 1.4 by jpp, Sun Dec 11 21:10:01 2022 UTC
# Line 113  diff -Nur --no-dereference smeserver-rou Line 113  diff -Nur --no-dereference smeserver-rou
113    
114   // Enables using standard browser windows (that can be handled as tabs)   // Enables using standard browser windows (that can be handled as tabs)
115   // instead of popup windows   // instead of popup windows
116    diff -Nur --no-dereference smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh
117    --- smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh 2022-12-11 16:07:13.382000000 -0500
118    +++ smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh     2022-12-11 16:08:04.034000000 -0500
119    @@ -5,13 +5,13 @@
120     pathroundcube=$(pwd)
121    
122     cd /usr/share/roundcubemail
123    -# add needed ones
124    -/usr/bin/jq -r ".require.\"johndoh/contextmenu\" = \"~3.3.1\"" composer.json > tmp.json && mv -f tmp.json composer.json
125    -/usr/bin/jq -r ".require.\"johndoh/globaladdressbook\" = \"~2.1\"" composer.json > tmp.json && mv -f tmp.json composer.json
126    +COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74  /usr/local/bin/composer require johndoh/contextmenu --with-dependencies
127    +COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74  /usr/local/bin/composer require johndoh/globaladdressbook ~2.1 --with-dependencies
128    +COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74  /usr/local/bin/composer require roundcube/larry ~1.6.0 --with-dependencies
129    
130    
131     COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer self-update
132    -COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74  /usr/local/bin/composer update
133    +COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74  /usr/local/bin/composer update --with-dependencies
134     /sbin/e-smith/db configuration setprop php74 AllowUrlFopen off
135     /sbin/e-smith/expand-template /etc/opt/remi/php74/php.ini
136     /usr/bin/systemctl restart php74-php-fpm >/dev/null 2>&1


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed