Search Criteria
Package Details: codelobster 2.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/codelobster.git (read-only, click to copy) |
---|---|
Package Base: | codelobster |
Description: | Free cross-platform IDE for PHP/HTML/CSS/JavaScript development |
Upstream URL: | https://www.codelobsteride.com |
Keywords: | css developement html ide javascript php |
Licenses: | custom:codelobster |
Provides: | codelobster-ide |
Submitter: | ragouel |
Maintainer: | fft |
Last Packager: | fft |
Votes: | 2 |
Popularity: | 0.000038 |
First Submitted: | 2020-04-30 13:16 (UTC) |
Last Updated: | 2023-02-17 13:23 (UTC) |
Latest Comments
fft commented on 2022-02-15 06:00 (UTC) (edited on 2022-02-15 06:00 (UTC) by fft)
Updated.
I remain nettle6 dependency to avoid possible duplication and to follow generic idea of shared libraries. BTW, in orig debian's postinst libnettle6 also removed. In fact, nettle6 is not outdated, so no problem with it.
MarsSeed commented on 2022-02-02 17:02 (UTC)
v2.0.1
is out! (Released: January 18, 2022)https://codelobsteride.com/download/codelobsteride-2.0.1_amd64.deb
Also please kindly remove
depends=(nettle6)
fromPKGBUILD
.Not needed, as it has its own
libnettle.so.6
in .DEB package (opt/codelobsteride/
directory).Thank you! :)
DAC324 commented on 2021-12-23 11:47 (UTC) (edited on 2021-12-23 11:52 (UTC) by DAC324)
The package cannot be installed:
UPDATE: Seems openLDAP GPG key has been changed. Can edit PKGBUILD -> validpgpkeys (for libldap24 AUR package) or import new key:
Source: https://aur.archlinux.org/packages/libldap24/#comment-839067
fft commented on 2021-12-18 19:27 (UTC)
Ok, I will try to maintain this package.
tiziodcaio commented on 2021-11-29 14:23 (UTC)
No i changed my mind, here I give the pkg to you
tiziodcaio commented on 2021-11-29 14:22 (UTC)
Hi hi don't have much time to solve it, I can share the mantainer with you.
fft commented on 2021-11-28 20:34 (UTC)
During package() symlink has been created: ln -s "$pkgdir/opt/codelobsteride/CodeLobsterIDE" "$pkgdir/usr/bin/codelobster" This is broken link, because point to temporary dir. May be better to create it during install().