mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-15 12:37:45 -04:00
Thanks to Fryderyk Dziarmagowski for providing a patch for the .desktop
file of LMMS. It should be standard conform now. An icon is now
explicitely installed in /usr/share/pixmaps so the .desktop and menu
files can specify a generic icon name rather than an absolute file path
to a PNG file of LMMS' default theme.
(cherry picked from commit 4d3040297c)
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
?package(lmms):needs="X11" section="Apps/Sound" \
|
|
title="LMMS" hints="Audio" command="/usr/bin/lmms" \
|
|
longtitle="Linux MultiMedia Studio" \
|
|
icon="/usr/share/pixmaps/lmms.png"
|