|
From: LaBella, V. <vla...@al...> - 2025-05-09 23:55:13
|
Christian and Andrey: I'll admit I am not a Linux user and not aware of the proper file layout. If there are specific fixes and patches it is best to submit a pull request via github. If you do not have a solution but found an issue, raise an issue on the github page here: https://github.com/vlabella/GLE/issues Do this for each separate issue. This makes it easier to track them to resolutions and commits. It is difficult to pull them out of an email chain. Thanks Vince -----Original Message----- From: Christian T. Steigies <ct...@de...> Sent: Friday, May 9, 2025 2:18 PM To: Andrey G. Grozin <A.G...@in...> Cc: glx...@li...; LaBella, Vincent <vla...@al...> Subject: Re: [GLE-devel] Where does gle search for glerc? Moin, On Fri, May 09, 2025 at 04:46:46PM +0700, Andrey G. Grozin via Glx-devel wrote: > Hello *, > > I'm the maintainer of the gle package in Gentoo linux, and I'm trying > to do a reasonable 4.3.6 package. > > First I patch the CMakeLists.txt to make installation directories > FHS-compliant. I follow the patch by Vladimir Lomov with small > modificalions (in Gentoo the doc directory must be > /usr/share/doc/gle-4.3.6, not /usr/share/doc/gle). After that things > seem straightforward. But the resulting /usr/bin/gle wants to find > glerc in /usr/glerc (this is insane from the FHS point of view), or in > ${GLE_TOP}. My package installs it in /usr/share/glerc, i.e. in the > same directory where init.tex, inittex.ini, gleinc, font. Change GLE_TOP_DIR in the config: https://salsa.debian.org/science-team/gle-graphics/-/blob/master/debian/patches/gle_top?ref_type=heads Christian |