Re: [Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Jean-Samuel Reynaud
On my side (ppa Ubuntu) I see an impact on the nightly builds package since
I produce renamed desktop files. I'll check that point as soon as possible.

Le mer. 20 janv. 2021 à 18:35, Seth Hillbrand  a écrit :

> This is a heads up for our Linux packagers that the launcher locations
> have changed in the master branch.
>
> You will now find the .desktop launcher files in the build directory,
> under `resources/linux/launchers/`
>
> -Seth
>
> --
> [image: KiCad Services Corporation Logo]
> Seth Hillbrand
> *Lead Developer*
> +1-530-302-5483‬
> Long Beach, CA
> www.kipro-pcb.comi...@kipro-pcb.com
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Steven A. Falco

You are correct, Nick.  No changes are needed.  The "make install" step copies 
the files from linux/launchers into share/applications and the spec file picks them up 
from there.

Steve

On 1/20/21 3:22 PM, Steven A. Falco wrote:

The kicad.spec file for Fedora runs desktop-file-install on the desktop files.  
It will likely have to change.  I'm running a test build now.  Here is the 
relevant code from the spec file:

# Desktop integration
for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop ; do
     desktop-file-install \
     --dir %{buildroot}%{_datadir}/applications \
     --remove-category Development \
     --delete-original \
     ${desktopfile}
done

 Steve


On 1/20/21 3:15 PM, Nick Østergaard wrote:

Mmm, I guess they are also part of the install target in cmake and no real 
packaging changes are needed a such, right?

On Wed, 20 Jan 2021 at 18:34, Seth Hillbrand mailto:s...@kipro-pcb.com>> wrote:

    This is a heads up for our Linux packagers that the launcher locations have 
changed in the master branch.

    You will now find the .desktop launcher files in the build directory, under 
`resources/linux/launchers/`

    -Seth

    --     KiCad Services Corporation Logo
    Seth Hillbrand
    *Lead Developer*
    +1-530-302-5483‬
    Long Beach, CA
    www.kipro-pcb.com  i...@kipro-pcb.com 


    ___
    Mailing list: https://launchpad.net/~kicad-developers 

    Post to     : kicad-developers@lists.launchpad.net 

    Unsubscribe : https://launchpad.net/~kicad-developers 

    More help   : https://help.launchpad.net/ListHelp 



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp






___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Steven A. Falco

The kicad.spec file for Fedora runs desktop-file-install on the desktop files.  
It will likely have to change.  I'm running a test build now.  Here is the 
relevant code from the spec file:

# Desktop integration
for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop ; do
desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
--remove-category Development \
--delete-original \
${desktopfile}
done

Steve


On 1/20/21 3:15 PM, Nick Østergaard wrote:

Mmm, I guess they are also part of the install target in cmake and no real 
packaging changes are needed a such, right?

On Wed, 20 Jan 2021 at 18:34, Seth Hillbrand mailto:s...@kipro-pcb.com>> wrote:

This is a heads up for our Linux packagers that the launcher locations have 
changed in the master branch.

You will now find the .desktop launcher files in the build directory, under 
`resources/linux/launchers/`

-Seth

-- 
KiCad Services Corporation Logo

Seth Hillbrand
*Lead Developer*
+1-530-302-5483‬
Long Beach, CA
www.kipro-pcb.com  i...@kipro-pcb.com 


___
Mailing list: https://launchpad.net/~kicad-developers 

Post to     : kicad-developers@lists.launchpad.net 

Unsubscribe : https://launchpad.net/~kicad-developers 

More help   : https://help.launchpad.net/ListHelp 



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Nick Østergaard
Mmm, I guess they are also part of the install target in cmake and no real
packaging changes are needed a such, right?

On Wed, 20 Jan 2021 at 18:34, Seth Hillbrand  wrote:

> This is a heads up for our Linux packagers that the launcher locations
> have changed in the master branch.
>
> You will now find the .desktop launcher files in the build directory,
> under `resources/linux/launchers/`
>
> -Seth
>
> --
> [image: KiCad Services Corporation Logo]
> Seth Hillbrand
> *Lead Developer*
> +1-530-302-5483‬
> Long Beach, CA
> www.kipro-pcb.comi...@kipro-pcb.com
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Seth Hillbrand
This is a heads up for our Linux packagers that the launcher locations have
changed in the master branch.

You will now find the .desktop launcher files in the build directory, under
`resources/linux/launchers/`

-Seth

-- 
[image: KiCad Services Corporation Logo]
Seth Hillbrand
*Lead Developer*
+1-530-302-5483‬
Long Beach, CA
www.kipro-pcb.comi...@kipro-pcb.com
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp