Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#22535 - [eric5] no need to conflict/replace eric4/eric?
Attached to Project:
Community Packages
Opened by Lazarus (Lazarus) - Friday, 21 January 2011, 01:50 GMT
Last edited by Ionut Biru (wonder) - Saturday, 22 January 2011, 10:24 GMT
Opened by Lazarus (Lazarus) - Friday, 21 January 2011, 01:50 GMT
Last edited by Ionut Biru (wonder) - Saturday, 22 January 2011, 10:24 GMT
|
DetailsThanks for maintaining eric5.
eric4 and eric5 can be installed concurrently. I've been doing so with eric in extra and eric5 in aur until now without any problems (by editing out some symbolic links in the eric5.PKGBUILD). Any coder who's working on both python2 and python3 projects will want to have both eric4 and eric5 installed, I think (unless I'm missing something). |
This task depends upon
Closed by Ionut Biru (wonder)
Saturday, 22 January 2011, 10:24 GMT
Reason for closing: Fixed
Additional comments about closing: 5.0.5-5
Saturday, 22 January 2011, 10:24 GMT
Reason for closing: Fixed
Additional comments about closing: 5.0.5-5
also you have a eric.desktop in source array but never copied in the right directory.
Hint: you might want to modify exec and file name to match the binary name
EDIT: And removed the build() function ;-)
/usr/share/pixmaps/eric.png exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/python/zope-2.10.7.api exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/python/zope-2.11.2.api exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/python/zope-3.3.1.api exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api exists in both 'eric' and 'eric5'
Errors occurred, no packages were upgraded.
/usr/share/qt/qsci/api/python/zope-2.11.2.api exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/python/zope-3.3.1.api exists in both 'eric' and 'eric5'
/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api exists in both 'eric' and 'eric5'
How do you propose I fix those? I'm not quite sure how I could get around that if they are required by both packages.
[Desktop Entry]
Name=Eric 5 IDE
Comment=A full featured Python IDE
Icon=eric5
Exec=eric5
Terminal=false
Type=Application
Categories=Qt;Development;IDE;
I have little exp maintaining packages and I don't know what the Arch guidelines say in this case, but maybe the correct solution is to take the aforementioned shared files out of eric(4) and eric5 and put them in an eric-common package instead. Then have eric4 and eric5 depend on eric-common.
(Or... you could just make the eric packages only install those files if the other eric package isn't installed, but I suspect using heuristics and/or conditionals like that might be frowned~ upon.)