PrusaSlicer: remove redundant desktop file
already installed by cmake
This commit is contained in:
parent
1b7b87b890
commit
cc0422b066
2 changed files with 1 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=PrusaSlicer
|
||||
Exec=/usr/bin/prusa-slicer
|
||||
Icon=prusa-slicer
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
|
||||
Icon=/usr/share/PrusaSlicer/icons/PrusaSlicer_192px.png
|
||||
Categories=Graphics;3DGraphics;
|
||||
Keywords=3D;Printing;Slicer;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'PrusaSlicer'
|
||||
pkgname=PrusaSlicer
|
||||
version=2.5.2
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=cmake
|
||||
build_helper="qemu cmake-wxWidgets-gtk3"
|
||||
# Pre-Compiled Headers seems to be slower
|
||||
|
@ -38,10 +38,6 @@ post_extract() {
|
|||
# rm -rf src/boost
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/prusa-slicer.desktop 644 usr/share/applications
|
||||
}
|
||||
|
||||
Slic3rPE_package() {
|
||||
build_style=meta
|
||||
short_desc+=" (transitional dummy package)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue