GNU bug report logs -
#70880
[PATCH 0/8] gnu: prusa-slicer: Update to 2.7.4.
Previous Next
Full log
View this message in rfc822 format
Hi,
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:
> * gnu/packages/engineering.scm (prusa-wxwidgets): New variable.
>
> Co-authored-by: Nikita Domnitskii <nikita <at> domnitskii.me>
> Change-Id: I9043c2acc95986275ee24d9c5d944e5fe2702e99
> ---
> gnu/packages/engineering.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
> index b1776484b5..08ff06fa94 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -3798,6 +3798,33 @@ (define-public prusa-libbgcode
> "Prusa Block & Binary G-code reader/writer/converter.")
> (license license:agpl3))))
>
> +(define-public prusa-wxwidgets
> + ;; There is no tag/release, all patches are in separate branch.
> + (let ((commit "78aa2dc0ea7ce99dc19adc1140f74c3e2e3f3a26"))
> + (package
> + (inherit wxwidgets)
> + (name "prusa-wxwidgets")
> + (version "3.2.0")
> + (home-page "https://github.com/prusa3d/wxWidgets")
> + (source
> + (origin
> + (inherit (package-source wxwidgets))
> + (method git-fetch)
> + (uri
> + (git-reference
> + (url home-page)
> + (commit commit)
> + (recursive? #t)))
> + (file-name (git-file-name name version))
> + (patches (search-patches
> "prusa-wxwidgets-makefile-fix.patch"))
Another thing: patches should be registered within the gnu/local.mk
file, so as to be included in the 'make dist' archive.
--
Thanks,
Maxim
This bug report was last modified 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.