|
From: Christian T. S. <ct...@de...> - 2025-05-09 18:34:19
|
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
|