Re: metainfo and cmake

2023-10-09 Thread Kornel Benko
Am Mon, 9 Oct 2023 10:14:48 +0200 schrieb Pavel Sanda : > On Sun, Oct 08, 2023 at 12:56:46PM +0200, Kornel Benko wrote: > > I was not planing to strip that part. The propose was an example. > > Plan is: > > If lyx with cmake is configured with > > -DLYX_PROGRAM_SUFFIX:BOOL=ON > > the built

Re: metainfo and cmake

2023-10-09 Thread Pavel Sanda
On Sun, Oct 08, 2023 at 12:56:46PM +0200, Kornel Benko wrote: > I was not planing to strip that part. The propose was an example. > Plan is: > If lyx with cmake is configured with > -DLYX_PROGRAM_SUFFIX:BOOL=ON > the built executables have all a suffix. Only in this case should the rename >

Re: metainfo and cmake

2023-10-08 Thread Kornel Benko
Am Fri, 6 Oct 2023 14:30:24 +0200 schrieb Pavel Sanda : > On Fri, Oct 06, 2023 at 01:02:47PM +0200, Kornel Benko wrote: > > > > I am using lyx2.3 and lyx2.4 in parallel installed. The problem will > > > > arise on > > > > installing lyx2.5 later. > > > > > > > > Installing without using the

Re: metainfo and cmake

2023-10-06 Thread Pavel Sanda
On Fri, Oct 06, 2023 at 01:02:47PM +0200, Kornel Benko wrote: > > > I am using lyx2.3 and lyx2.4 in parallel installed. The problem will > > > arise on > > > installing lyx2.5 later. > > > > > > Installing without using the suffix should be no problem for you (e.g. no > > > change) > > > My

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 6 Oct 2023 12:30:53 +0200 schrieb Cor Blom : > Op 06-10-2023 om 12:14 schreef Kornel Benko: > > Am Fri, 06 Oct 2023 10:53:25 +0100 > > schrieb José Matos : > > > >> On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: > >>> Should we rename this file on install to be able to

Re: metainfo and cmake

2023-10-06 Thread Cor Blom
Op 06-10-2023 om 12:14 schreef Kornel Benko: Am Fri, 06 Oct 2023 10:53:25 +0100 schrieb José Matos : On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: Should we rename this file on install to be able to install multiple lyx-versions? Like "org.lyx.LyX.metainfo.xml" ->

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 06 Oct 2023 10:53:25 +0100 schrieb José Matos : > On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: > > Should we rename this file on install to be able to install multiple > > lyx-versions? > > Like "org.lyx.LyX.metainfo.xml" -> "LyX2.4.metainfo.xml" > > if using versioned suffixes?

Re: metainfo and cmake

2023-10-06 Thread José Matos
On Fri, 2023-10-06 at 11:09 +0200, Kornel Benko wrote: > Should we rename this file on install to be able to install multiple > lyx-versions? > Like "org.lyx.LyX.metainfo.xml" -> "LyX2.4.metainfo.xml" > if using versioned suffixes? > > Kornel Using my blue hat here (Fedora). :-) Although

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Fri, 6 Oct 2023 10:30:14 +0200 schrieb Kornel Benko : > Am Wed, 4 Oct 2023 10:57:08 +0200 > schrieb Cor Blom : > > > Hi, > > > > autoconf installs org.lyx.LyX.metainfo.xml automatically, but cmake does > > not. Intention, mistake, ...? > > > > This is on openSUSE, building rpms using the

Re: metainfo and cmake

2023-10-06 Thread Kornel Benko
Am Wed, 4 Oct 2023 10:57:08 +0200 schrieb Cor Blom : > Hi, > > autoconf installs org.lyx.LyX.metainfo.xml automatically, but cmake does > not. Intention, mistake, ...? > > This is on openSUSE, building rpms using the buildservice. > > Thanks, > > Cor > Mistake. I was not aware of this