Add desktop file and icon
This commit is contained in:
parent
b0638e325a
commit
6203bd649a
3 changed files with 10 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -28,4 +28,8 @@ package() {
|
|||
|
||||
# copy systemd file
|
||||
install -Dm644 ${_pkgbase}/macroboard.service "${pkgdir}"/usr/lib/systemd/user/macroboard.service
|
||||
|
||||
# copy desktop file and icon
|
||||
install -Dm644 ${_pkgbase}/macroboard.desktop "${pkgdir}"/usr/share/applications/macroboard.desktop
|
||||
install -Dm644 ${_pkgbase}/macroboard_icon.png "${pkgdir}"/usr/share/macroboard/macroboard_icon.png
|
||||
}
|
||||
|
|
6
macroboard.desktop
Normal file
6
macroboard.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Version=0.1
|
||||
Name=Macroboard
|
||||
Exec=/usr/bin/macroboard_gui
|
||||
Icon=/usr/share/macroboard/macroboard_icon.png
|
||||
Type=Application
|
BIN
macroboard_icon.png
Normal file
BIN
macroboard_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in a new issue