mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'PrusaSlicer'
|
||||||
pkgname=PrusaSlicer
|
pkgname=PrusaSlicer
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="PrusaSlicer-version_${version}"
|
wrksrc="PrusaSlicer-version_${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -25,3 +25,7 @@ Slic3rPE_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall ${FILESDIR}/prusa-slicer.desktop 644 usr/share/applications
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue