Package Details: komodo-edit 12.0.1_18441-2

Git Clone URL: https://aur.archlinux.org/komodo-edit.git (read-only, click to copy)
Package Base: komodo-edit
Description: Free & Open-Source counterpart of ActiveState Komodo IDE - XUL based
Upstream URL: http://www.activestate.com/komodo-edit
Licenses: MPL
Conflicts: komodo-ide, komodo-ide-nightly, komodoedit
Submitter: max-k
Maintainer: max-k
Last Packager: max-k
Votes: 253
Popularity: 0.000000
First Submitted: 2013-05-24 00:14 (UTC)
Last Updated: 2020-11-09 08:09 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 Next › Last »

<deleted-account> commented on 2012-03-24 08:22 (UTC)

In komodoedit 7.02_9923-3, the komodoedit-7.desktop file seems to be missing. The grep line in PKGBUILD file fails. Possible Workaround: Replace grep line with: echo "[Desktop Entry]" > ${srcdir}/${pkgname}.desktop echo "Name=Komodo Edit 7" >> ${srcdir}/${pkgname}.desktop echo "GenericName=Editor" >> ${srcdir}/${pkgname}.desktop echo "Comment=Free multi-platform editor that makes it easy to write quality code." >> ${srcdir}/${pkgname}.desktop echo "Terminal=false" >> ${srcdir}/${pkgname}.desktop echo "Type=Application" >> ${srcdir}/${pkgname}.desktop echo "MimeType=text/plain;" >> ${srcdir}/${pkgname}.desktop echo "Categories=ActiveState;Application;Development;Editor;Utility;TextEditor;" >> ${srcdir}/${pkgname}.desktop

dserban commented on 2012-02-11 21:19 (UTC)

If you get an error during the phase of the build called "-> Stripping unneeded symbols from binaries and libraries...", add the following line to the PKGBUILD: options=('!strip')

jokerboy commented on 2012-02-11 20:47 (UTC)

Updated to 6.1.3, since 7.0 it's too much of a crap at auto-completing.

jokerboy commented on 2012-02-03 18:24 (UTC)

pacman -Rn komodoedit, and then makepkg -sci :)

ben0mega commented on 2012-02-03 18:04 (UTC)

I also cannot compile with a similar error to PyroDevil: ... ==> Starting build()... relocate this Python to '/opt/komodoedit/lib/python' relocate '/opt/komodoedit/lib/python/bin/python' ==> ERROR: Makepkg was unable to build komodoedit. ...

PyroDevil commented on 2012-02-03 10:03 (UTC)

With the current PKGBUILD (3) I got this error: http://pastebin.com/bisA7p5g The previous PKGBUILD (2) has run without errors.

max-k commented on 2012-02-02 12:46 (UTC)

Updated to place the link into /usr/bin.

jokerboy commented on 2012-02-01 13:49 (UTC)

http://www.linuxfromscratch.org/blfs/view/cvs/introduction/position.html

max-k commented on 2012-02-01 13:37 (UTC)

Ok, updated! Now it's fine. Sorry.

dapolinario commented on 2012-02-01 12:15 (UTC)

The Komodo is not finding the links, to work then do the procedure below. In the PKGBUILD, change these lines: install -d "${pkgdir}/usr/local/bin" cd "${pkgdir}/usr/local/bin" ln -s "../../../opt/${pkgname}/bin/komodo" "komodo" For these lines: install -d "${pkgdir}/usr/bin" ln -s "/opt/${pkgname}/lib/mozilla/komodo" "${pkgdir}/usr/bin/komodo" ln -sf "/opt/${pkgname}/lib/mozilla/komodo" "${pkgdir}/opt/${pkgname}/bin/komodo"