Search Criteria
Package Details: lens 4.2.2-1
Git Clone URL: | https://aur.archlinux.org/lens.git (read-only, click to copy) |
---|---|
Package Base: | lens |
Description: | The Kubernetes IDE |
Upstream URL: | https://k8slens.dev |
Keywords: | aks dashboard devops kubernetes |
Licenses: | |
Conflicts: | |
Submitter: | dbirks |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 4 |
Popularity: | 0.50 |
First Submitted: | 2020-03-27 06:44 |
Last Updated: | 2021-04-17 12:02 |
Dependencies (10)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libxss
- libxtst
- nss (nss-hg)
- nodejs-lts-erbium (make)
- npm (nodejs6-bin, nodejs-nightly, npm6) (make)
- yarn (yarn-nightly) (make)
- helm (helm-git, helm2-bin, helmenv-bin) (optional) – for Apps section, only useful if your deploy uses helm or plan to use it
- kubectl (kubectl-beta-bin, kbenv-bin, kubectl-gke-stable-bin, kubectl-gke-rapid-bin, kubectl-gke-regular-bin, kubectl-bin) (optional) – Kubernetes control, can be downloaded from settings
Latest Comments
1 2 3 Next › Last »
ogarcia commented on 2020-12-28 13:25
@SmartFinn fixed
SmartFinn commented on 2020-12-21 17:41
@ogarcia could you change the icon name in the desktop-file to
kontena-lens
like in other packages. The current icon name conflict with MComix app https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/2469ogarcia commented on 2020-12-17 07:37
@pacheco I can't adopt lens-bin package since is owned by @istimaldar_sntlk If he/she makes me co-maintainer I could help to maintain it.
Anyway you only need
nodejs-lts-erbium
to build lens. You can installdevtools
package and useextra-x86_64-build
command to build lens. This creates a clean chroot to build package and avoid conflicts with your system. There is more info here: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chrootpacheco commented on 2020-12-16 18:43
@ogarcia can you take the lens-bin package as well? This lens package with nodejs-lts-erbium causes a lot of conflict with the default nodejs.
ogarcia commented on 2020-11-15 13:39
@dbirks if you cannot maintain the package I can help you to co-maintain it
ogarcia commented on 2020-10-18 09:03
I think that the desktop file must have system category like libvirt manager, virtualbox manager, etc... The icon must be simply
lens
to do no break themed icons. The GenericName cannot be same of name. For example, the generic name for VirtualBox isVirtual Machine
, for Gvim isText Editor
for VLC isMedia player
. For lens must beKubernetes IDE
. And you must add %U in exec.The file with all changes:
wcasanova commented on 2020-09-22 23:58
thanks, it works
zagg commented on 2020-09-21 12:48
Thanks for that.
dbirks commented on 2020-09-21 12:29
Glad you found the issue, I hadn't thought about the makefile being run in parallel. I'll monitor that github issue, and in the meantime, added
-j1
to the build step.zagg commented on 2020-09-20 15:13
In regards to my last observation, it looks like the Lens Makefile is not optimized to run Parallel Jobs.
Do you mind to edit the build function to force make to run with
j1
like so:EDIT: I opened an issue on the upstream repo: https://github.com/lensapp/lens/issues/936