Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630144 - mail-client/roundcube-1.3.0 uses the "Dependent" download - and is missing jquery and tinymce
Summary: mail-client/roundcube-1.3.0 uses the "Dependent" download - and is missing jq...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-07 10:49 UTC by brot
Modified: 2017-10-18 07:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brot 2017-09-07 10:49:04 UTC
Hello everyone,

the package for roundcube 1.3.0 is using the "Dependent" download (https://github.com/roundcube/roundcubemail/releases/download/1.3.0/roundcubemail-1.3.0.tar.gz) which does not include the jQuery or TinyMCE components. They are needed for roundcube to work.

Earlier versions include those, see:

minad js # equery f roundcube | grep jquery.min
/usr/share/webapps/roundcube/1.2.4/htdocs/plugins/jqueryui/js/jquery.miniColors.min.js
/usr/share/webapps/roundcube/1.2.4/htdocs/plugins/jqueryui/themes/larry/jquery.miniColors.css
/usr/share/webapps/roundcube/1.2.4/htdocs/plugins/legacy_browser/js/jquery.min.js
/usr/share/webapps/roundcube/1.2.4/htdocs/program/js/jquery.min.js
/usr/share/webapps/roundcube/1.3.0/htdocs/plugins/jqueryui/js/jquery.minicolors.min.js
/usr/share/webapps/roundcube/1.3.0/htdocs/plugins/jqueryui/themes/larry/images/jquery.minicolors.png
/usr/share/webapps/roundcube/1.3.0/htdocs/plugins/jqueryui/themes/larry/jquery.minicolors.css
minad js # 

The correct download would be: https://github.com/roundcube/roundcubemail/releases/download/1.3.1/roundcubemail-1.3.1-complete.tar.gz

Thanks for your work,
Michael
Comment 1 Larry the Git Cow gentoo-dev 2017-10-18 07:54:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24d60648cc27a25676b2de23c8cdfa28d5e7497

commit c24d60648cc27a25676b2de23c8cdfa28d5e7497
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2017-10-18 07:51:45 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2017-10-18 07:53:19 +0000

    mail-client/roundcube: version bumps to 1.2.6 and 1.3.1
    
    Closes: https://bugs.gentoo.org/630144
    Closes: https://bugs.gentoo.org/630504

 mail-client/roundcube/Manifest               |  2 +
 mail-client/roundcube/roundcube-1.2.6.ebuild | 74 +++++++++++++++++++++++++++
 mail-client/roundcube/roundcube-1.3.1.ebuild | 76 ++++++++++++++++++++++++++++
 3 files changed, 152 insertions(+)