Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
prusa-slicer
Commits:
b0859722 by Robert Schiele at 2025-05-03T16:41:03+02:00
Arch Linux branding and issue reporting redirect
Do some minimal branding to indicate that user is running the
official Arch Linux package version and to direct them to the proper
bug reporting guidelines.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -44,6 +44,11 @@ prepare() {
patch -Np1 -i "${srcdir}"/fixes_nanosvg.patch
patch -Np1 -i "${srcdir}"/integrate_occtwrapper.patch
patch -Np1 -i "${srcdir}"/boost-1.88.patch
+ # Do some minimal branding to indicate that user is running the official
+ # Arch Linux package version and to direct them to the proper bug reporting
+ # guidelines.
+ sed -i -e
's;https://github.com/prusa3d/slic3r/issues/new;https://wiki.archlinux.org/title/PrusaSlicer#Issue_Reporting;'
src/slic3r/GUI/MainFrame.cpp
+ sed -i -e "s;UNKNOWN;arch${pkgrel};" version.inc
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prusa-slicer/-/commit/b0859722b9c2746c17fa3cae5f1ac04942ac4ab2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prusa-slicer/-/commit/b0859722b9c2746c17fa3cae5f1ac04942ac4ab2
You're receiving this email because of your account on gitlab.archlinux.org.