diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2017-07-02 14:33:17 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-07 10:51:14 -0400 |
commit | 5599dd22b8e0f2ee1108744194c4cd8859473f06 (patch) | |
tree | 0bd48c30ba6dce9d9bf816df01c9b2234db85bd1 /mail-client/roundcube/files | |
parent | dev-ruby/yard: ppc64 stable wrt bug #622498 (diff) | |
download | gentoo-5599dd22b8e0f2ee1108744194c4cd8859473f06.tar.gz gentoo-5599dd22b8e0f2ee1108744194c4cd8859473f06.tar.bz2 gentoo-5599dd22b8e0f2ee1108744194c4cd8859473f06.zip |
mail-client/roundcube: New 1.3.0 ebuild
- Increase deps versions
- Add warnings about needing to run ./bin/install-jsdeps.sh post
install or upgrade to pkg_postinstall and POST-UPGRADE.txt
- Mask all arches
- Add :TODO: note about missing qrcode ebuild dep
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5031
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'mail-client/roundcube/files')
-rw-r--r-- | mail-client/roundcube/files/POST-UPGRADE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt b/mail-client/roundcube/files/POST-UPGRADE.txt index 82b48d70f260..785b8319a6cc 100644 --- a/mail-client/roundcube/files/POST-UPGRADE.txt +++ b/mail-client/roundcube/files/POST-UPGRADE.txt @@ -13,6 +13,8 @@ Post-Upgrade Activities php composer.phar update --no-dev 6. Update your database and configurations by running: ./bin/update.sh +7. Update the cached javascript libraries by running: + ./bin/install-jsdeps.sh SQLite database upgrade ----------------------- |