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 <s...@kipro-pcb.com 
<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 <https://www.kipro-pcb.com/> i...@kipro-pcb.com 
<mailto:i...@kipro-pcb.com>

    _______________________________________________
    Mailing list: https://launchpad.net/~kicad-developers 
<https://launchpad.net/~kicad-developers>
    Post to     : kicad-developers@lists.launchpad.net 
<mailto:kicad-developers@lists.launchpad.net>
    Unsubscribe : https://launchpad.net/~kicad-developers 
<https://launchpad.net/~kicad-developers>
    More help   : https://help.launchpad.net/ListHelp 
<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

Reply via email to