@Dmitrysh installing the base-devel
package is a pre-requistite for using the AUR https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
Search Criteria
Package Details: mindforger 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mindforger.git (read-only, click to copy) |
---|---|
Package Base: | mindforger |
Description: | Thinking notebook and Markdown IDE. Search, browse, view and edit your Markdown files. Get as much as possible from knowledge in your remarks |
Upstream URL: | https://www.mindforger.com/ |
Licenses: | GPL2 |
Submitter: | makeworld |
Maintainer: | FabioLolix (qtmax) |
Last Packager: | FabioLolix |
Votes: | 17 |
Popularity: | 0.009940 |
First Submitted: | 2018-06-19 01:43 (UTC) |
Last Updated: | 2024-04-01 12:12 (UTC) |
Dependencies (6)
- hunspell (hunspell-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-webkitAUR (qt5-webkit-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (3)
FabioLolix commented on 2024-04-01 20:42 (UTC)
Dmitrysh commented on 2024-04-01 17:36 (UTC)
From the report:
Cannot find the debugedit binary required for including source files in debug packages.
mst_io commented on 2024-03-27 07:50 (UTC) (edited on 2024-03-27 07:51 (UTC) by mst_io)
In order to install mindforger 2.0.0 on arch, I did the following steps:
- Downloaded the PKGBUILD file from this page
- Changed the pkgver value in the PKGBUILD file with an editor from "1.54.0-1" to "2.0.0"
- Put the PKGBUILD file in a working directory of my choice
- Ran the command "makepgk"
- After a successful build I ran "pacman -u mindforger-2.0.0-1-x86_64.pkg.tar.zst" to install mindforger 2.0.0
With that I followed the instructions on this page: https://wiki.archlinux.org/title/creating_packages
It might be required to install qt5-webkit first (see comment of FabioLolix at 2023-07-12 16:57)
FabioLolix commented on 2023-07-12 16:57 (UTC) (edited on 2023-08-13 09:25 (UTC) by FabioLolix)
Pre builded (in clean chroot) package of qt5-webkit here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested
FabioLolix commented on 2023-07-12 11:24 (UTC) (edited on 2023-07-12 11:49 (UTC) by FabioLolix)
@Vecan the issue you written in the OOD flag is happening because qt5-webkit is built against an old version of icu
, that package need to be rebuild, some time ago I have adopted both qt5-webkit and qt5-webkit-git and host the builded packages of them on SourceForge, I'll comment again when is done
From the report:
/usr/bin/ld: warning: libicuuc.so.72, needed by /usr/lib/libQt5WebKit.so [...]
libicuuc.so
from icu
package is now at v73
FabioLolix commented on 2023-01-29 21:46 (UTC)
@glowingsword you have an outdated pkgbuild, that problem has been fixed https://aur.archlinux.org/cgit/aur.git/commit/?h=mindforger&id=85a3d5e7a846c9257c39b2037110fa76b3c46096
glowingsword commented on 2023-01-29 19:54 (UTC)
Something wrong, it's don't build propertly
==> Starting prepare()...
Submodule 'deps/cmark-gfm' (https://github.com/dvorka/cmark.git) registered for path 'deps/cmark-gfm'
Submodule 'deps/mitie' (https://github.com/dvorka/MITIE.git) registered for path 'deps/mitie'
Submodule 'doc' (https://github.com/dvorka/mindforger-repository.git) registered for path 'doc'
Cloning into '/tmp/makepkg/mindforger/src/mindforger/deps/cmark-gfm'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/mindforger/src/mindforger-cmark' into submodule path '/tmp/makepkg/mindforger/src/mindforger/deps/cmark-gfm' failed
Failed to clone 'deps/cmark-gfm'. Retry scheduled
Cloning into '/tmp/makepkg/mindforger/src/mindforger/deps/mitie'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/mindforger/src/mindforger-MITIE' into submodule path '/tmp/makepkg/mindforger/src/mindforger/deps/mitie' failed
Failed to clone 'deps/mitie'. Retry scheduled
Cloning into '/tmp/makepkg/mindforger/src/mindforger/doc'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/mindforger/src/mindforger-repository' into submodule path '/tmp/makepkg/mindforger/src/mindforger/doc' failed
Failed to clone 'doc'. Retry scheduled
Cloning into '/tmp/makepkg/mindforger/src/mindforger/deps/cmark-gfm'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/makepkg/mindforger/src/mindforger-cmark' into submodule path '/tmp/makepkg/mindforger/src/mindforger/deps/cmark-gfm' failed
Failed to clone 'deps/cmark-gfm' a second time, aborting
==> ERROR: A failure occurred in prepare().
Aborting...
error: failed to build 'mindforger-1.54.0-1':
error: packages failed to build: mindforger-1.54.0-1
Dmitrysh commented on 2022-03-11 09:50 (UTC)
Something's wrong. After update the version of mindforger is still 1.53.0
kseistrup commented on 2022-01-04 17:16 (UTC)
Thanks, let me try. :)
FabioLolix commented on 2022-01-04 17:03 (UTC)
@kseistrup fixed
Pinned Comments
FabioLolix commented on 2023-07-12 16:57 (UTC) (edited on 2023-08-13 09:25 (UTC) by FabioLolix)
Pre builded (in clean chroot) package of qt5-webkit here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested