PrusaSlicer: add .desktop file.
This commit is contained in:
parent
0f814c4820
commit
6d7a50cc55
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'PrusaSlicer'
|
||||
pkgname=PrusaSlicer
|
||||
version=2.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="PrusaSlicer-version_${version}"
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
|
@ -25,3 +25,7 @@ Slic3rPE_package() {
|
|||
build_style=meta
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/prusa-slicer.desktop 644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue