Page MenuHomeSolus

D9663.id23300.diff
No OneTemporary

D9663.id23300.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Jacek Jagosz
+ - IRC: JacekJagosz
+ - Email: jacek.jagosz@outlook.com
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,29 @@
+ld-linux-x86-64.so.2
+libGL.so.1
+libGLEW.so.2.1
+libGLU.so.1
+libHalf.so.24
+libboost_chrono.so.1.72.0
+libboost_filesystem.so.1.72.0
+libboost_locale.so.1.72.0
+libboost_log.so.1.72.0
+libboost_regex.so.1.72.0
+libboost_thread.so.1.72.0
+libc.so.6
+libcurl.so.4
+libdl.so.2
+libexpat.so.1
+libgcc_s.so.1
+libgmp.so.10
+libm.so.6
+libmpfr.so.6
+libnlopt.so.0
+libopenvdb.so.7.1
+libpthread.so.0
+libstdc++.so.6
+libtbb.so.2
+libwx_baseu-3.0.so.0
+libwx_gtk2u_adv-3.0.so.0
+libwx_gtk2u_core-3.0.so.0
+libwx_gtk2u_gl-3.0.so.0
+libwx_gtk2u_html-3.0.so.0
Index: files/prusa-slicer.desktop
===================================================================
--- /dev/null
+++ files/prusa-slicer.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=PrusaSlicer
+GenericName=3D Printing Software
+Icon=prusa-slicer
+Exec=prusa-slicer %F
+Terminal=false
+Type=Application
+MimeType=model/stl;model/x-wavefront-obj;model/3mf;model/x-geomview-off;application/x-amf;
+Categories=Graphics;3DGraphics;Engineering;
+Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
+StartupNotify=false
+StartupWMClass=prusa-slicer
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,37 @@
+name : prusa-slicer
+version : 2.2.0
+release : 1
+source :
+ - https://github.com/prusa3d/PrusaSlicer/archive/version_2.2.0.tar.gz : e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0
+license : AGPL-3.0
+component : office
+homepage : https://www.prusa3d.com/prusaslicer/
+summary : G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) - 3D printing slicer
+description: |
+ PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.
+builddeps :
+ - pkgconfig(OpenEXR)
+ - pkgconfig(blosc)
+ - pkgconfig(eigen3)
+ - pkgconfig(glew)
+ - pkgconfig(glu)
+ - pkgconfig(gtest)
+ - pkgconfig(gtk+-3.0)
+ - pkgconfig(libcurl)
+ - pkgconfig(nlopt)
+ - CGAL-devel
+ - cereal
+ - intel-tbb-devel
+ - libboost-devel
+ - openvdb-devel
+ - wxwidgets-devel
+setup : |
+ %cmake -DSLIC3R_WX_STABLE=1 -DSLIC3R_PCH=OFF -DSLIC3R_FHS=1 -DCMAKE_BUILD_TYPE=Release
+build : |
+ %make
+install : |
+ %make_install
+
+ install -Dm00644 $pkgfiles/prusa-slicer.desktop $installdir/usr/share/applications/prusa-slicer.desktop
+
+ install -Dm00644 $installdir/usr/share/PrusaSlicer/udev/90-3dconnexion.rules $installdir/usr/lib/udev/rules.d/90-3dconnexion.rules
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,346 @@
+<PISI>
+ <Source>
+ <Name>prusa-slicer</Name>
+ <Homepage>https://www.prusa3d.com/prusaslicer/</Homepage>
+ <Packager>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
+ </Packager>
+ <License>AGPL-3.0</License>
+ <PartOf>office</PartOf>
+ <Summary xml:lang="en">G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) - 3D printing slicer</Summary>
+ <Description xml:lang="en">PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It&apos;s compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>prusa-slicer</Name>
+ <Summary xml:lang="en">G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) - 3D printing slicer</Summary>
+ <Description xml:lang="en">PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It&apos;s compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.
+</Description>
+ <PartOf>office</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/prusa-slicer</Path>
+ <Path fileType="library">/usr/lib/udev/rules.d/90-3dconnexion.rules</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/fonts/NotoSans-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/fonts/NotoSansCJK-Regular.ttc</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/fonts/README.txt</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer.icns</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer.ico</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer_128px.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer_192px.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer_192px_grayscale.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer_192px_transparent.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/PrusaSlicer_32px.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/add.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/add_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/add_gcode.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/add_modifier.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/add_part.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/advanced_plus.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/arrange.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/browse.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/bullet_black.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/bullet_blue.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/bullet_white.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/change_extruder.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cog.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cog_go.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_add.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_add_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_add_m.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_add_off.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_add_on.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_del.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_del_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_delete_off.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/colorchange_delete_on.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cooling.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/copy.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/copy_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cross.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cross_focus.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/cut.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/delete.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/delete_all.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/delete_all_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/dot.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/dot_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/down_half_circle.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/drop_to_bed.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/edit_gcode.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/edit_gcode_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/edit_layers_all.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/edit_layers_some.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/edit_uni.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/editor.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/editor_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/eject_sd.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/error_tick.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/error_tick_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/exclamation.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/export_config.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/export_config_bundle.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/export_gcode.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/export_plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/export_to_sd.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/eye_closed.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/eye_open.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/flag_green.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/flag_red.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/funnel.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/gcode.icns</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/hollow.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/hollowing.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/import_config.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/import_config_bundle.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/import_plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/infill.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/instance_add.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/instance_remove.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/layers.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/layers_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/left_half_circle.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_closed.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_closed_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_closed_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_open.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_open_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/lock_open_sys.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mark_X.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mark_Y.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mark_Z.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mirroring_off.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mirroring_on.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mirroring_transparent.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_advanced.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_advanced_.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_advanced_sq.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_expert.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_expert_.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_expert_sq.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_simple.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_simple_.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/mode_simple_sq.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/move.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/note.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/number_of_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/one_layer_lock_off.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/one_layer_lock_on.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/one_layer_unlock_off.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/one_layer_unlock_on.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/open.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/output+page_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/pad.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/paste.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/paste_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/pause_add.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/pause_print.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/pause_print_f.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/place.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/preview.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/preview_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/printer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/printer_placeholder.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/printer_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/question.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/re_slice.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/redo.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/redo_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/redo_toolbar.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/remove.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/remove_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/remove_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/resin.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/revert_all_.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/right_half_circle.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/rotate.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/row.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/save.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/scale.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/set_separate_obj.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/shape_ungroup.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/skirt+brim.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/sla_printer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/sla_supports.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/split_object_SMALL.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/split_objects.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/split_parts.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/split_parts_SMALL.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/spool.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/stl.icns</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/support.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/support_blocker.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/support_enforcer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/table.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/test.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/thumb_down.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/thumb_up.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/time.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/toolbar_background.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/undo.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/undo_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/undo_toolbar.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/up_half_circle.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/upload_queue.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/variable_layer_height_reset.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/variable_layer_height_tooltip.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/add_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/add_modifier.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/add_part.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/advanced+wrench.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/advanced_plus.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/cog.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/cooling.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/copy_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/delete.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/delete_all_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/edit_layers_all.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/edit_layers_some.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/editor_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_config.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_config_bundle.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_gcode.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_plate.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/export_to_sd.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/extruder+funnel.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/flag_green.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/flag_red.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/funnel.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/hollowing.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/import_config.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/import_config_bundle.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/import_plate.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/import_plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/infill.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/layers.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/lock2_closed.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/lock_closed.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/lock_open_sys.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/machine+cog.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/mirroring_off.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/mirroring_on.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/note.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/notes.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/number_of_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/open.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/output+page_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/pad.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/paste_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/plater.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/preview_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/printer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/re_slice.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/redo_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/remove_copies.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/remove_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/resin.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/save.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/set_separate_obj.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/skirt+brim.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/sla_printer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/split_object_SMALL.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/split_parts_SMALL.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/spool.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/support.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/support_blocker.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/support_enforcer.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/test.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/time.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/undo_menu.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/upload_queue.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/white/wrench.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/wrench.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/icons/wrench_white.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/PrusaSlicer.pot</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/cs/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/cs/PrusaSlicer_cs.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/de/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/de/PrusaSlicer_de.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/en/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/en/PrusaSlicer_en.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/es/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/es/PrusaSlicer_es.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/fr/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/fr/PrusaSlicer_fr.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/it/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/it/PrusaSlicer_it.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/ja/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/ja/PrusaSlicer_ja.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/ko/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/ko/PrusaSlicer_ko_KR.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/list.txt</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/nl/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/nl/PrusaSlicer_nl.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/pl/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/pl/PrusaSlicer_pl.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/pt_br/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/pt_br/PrusaSlicer_pt_br.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/tr/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/tr/PrusaSlicer_tr.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/uk/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/uk/PrusaSlicer_uk.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/zh_cn/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/zh_cn/PrusaSlicer_zh_CN.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/zh_tw/PrusaSlicer.mo</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/localization/zh_tw/PrusaSlicer_zh_TW.po</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/BIBO.idx</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/BIBO.ini</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/BIBO/BIBO2.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/BIBO/BIBO2_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/BIBO/BIBO2_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/Creality.idx</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/Creality.ini</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/Creality/ENDER3_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/Creality/ender3.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/Creality/ender3_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/LulzBot.idx</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/LulzBot.ini</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/LulzBot/MINI_AERO_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/LulzBot/TAZ6_AERO_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch.idx</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch.ini</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MINI_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5MMU2_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5SMMU2S_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5S_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2SMM_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK2S_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK3MMU2_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK3SMMU2S_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK3S_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/MK3_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/SL1_thumbnail.png</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mini.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mini_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mk2.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mk2_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mk3.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/mk3_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/sl1.svg</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/profiles/PrusaResearch/sl1_bed.stl</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/resources</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/gouraud.fs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/gouraud.vs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/printbed.fs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/printbed.vs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/variable_layer_height.fs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/shaders/variable_layer_height.vs</Path>
+ <Path fileType="data">/usr/share/PrusaSlicer/udev/90-3dconnexion.rules</Path>
+ <Path fileType="data">/usr/share/applications/prusa-slicer.desktop</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-09-17</Date>
+ <Version>2.2.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacek Jagosz</Name>
+ <Email>jacek.jagosz@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 7:53 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815263
Default Alt Text
D9663.id23300.diff (33 KB)

Event Timeline