tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

codelite 14.0



Hello,

Codelite released 14.0 version recently and I am working on package
update. Mainly it goes quite smoothly and build worked out of the box.
The changes I performed:
* Update package file and hashes
* Many patches were removed since I pushed them upstream last year.
* sh bash replacements were removed since project switched them to #!/bin/sh
* Updated bash path replacements in source code (though didn't analyze
deeply if that was necessary)
* Pushed one cpp file as a patch instead of bash path replacement
(patch-CodeLite_fileextmanager.cpp), since it has those paths as
regexp expressions (not only for bash but python and node) and
replacement was messing them up (for example, creating a path
/usr/usr/pkg/bin/bash). Didn't analyze the code yet, but I also
suspect that it may also has more to do with the editor's source code
analysis than execution, so replacement may not make sense in this
context.

I have on issue that before the build I am getting this long list of
warnings about wayland and I am not sure what is causing them and how
to amend them:

Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'gdk-3.0', not found
Package 'wayland-protocols', required by 'gdk-3.0', not found
Package 'xkbcommon', required by 'gdk-3.0', not found
Package 'wayland-cursor', required by 'gdk-3.0', not found
Package 'wayland-egl', required by 'gdk-3.0', not found

All described changes are commited in pkgsrc wip (codelite) for
testing and review
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=tree;f=codelite;h=9f974528e55758c9fa189be7b4942c990ebbac65;hb=HEAD

Regards,
Andrius V


Home | Main Index | Thread Index | Old Index