Closed rozniak closed 9 months ago
A few things to note so far:
/usr/local
and not /usr
- apparently the former is for third party stuff (like this project) and the latter is for the base system only
/packaging/cmake-inc/libraries/pkgconfig.pc.in
is hard coded to prefix=/usr
, which needs to be prefix=@CMAKE_INSTALL_PREFIX@
/usr/local/share
, currently it goes to ${prefix}/lib
amd64
target needs adding for library location here https://github.com/rozniak/xfce-winxp-tc/blob/master/packaging/cmake-inc/packaging/CMakeLists.txt#L28lib
not lib64
realpath -s
is not available on FreeBSD I think, might be other GNU-isms or whateverMy journey into FreeBSD begins.
FreeBSD does not have Plymouth, I think there is only splash
for displaying a static bitmap?
Nearly there with this port:
Remaining things:
splash
in place of Plymouth using a static boot graphic/usr/share/wintc
path used by the Start menusysinfo
stuff later when winver is fixed up, for some reason it reports way less RAM than it should but not worth postponing the whole port for it
Issue to track progress on packaging port to FreeBSD.
I think FreeBSD has XFCE available... it would be interesting to target a non-Linux system for this project.