Package Details: mogan 1.2.6-1

Git Clone URL: https://aur.archlinux.org/mogan.git (read-only, click to copy)
Package Base: mogan
Description: A structured wysiwyg scientific text editor
Upstream URL: https://github.com/XmacsLabs/mogan
Licenses: GPL3
Submitter: luozhiya
Maintainer: luozhiya
Last Packager: luozhiya
Votes: 4
Popularity: 0.099839
First Submitted: 2022-10-02 07:00 (UTC)
Last Updated: 2024-05-16 06:06 (UTC)

Latest Comments

1 2 Next › Last »

luozhiya commented on 2024-01-29 14:52 (UTC)

@sinofine Thank you for your feedback. I will double check.

sinofine commented on 2024-01-29 14:36 (UTC)

Dear maintainer,

The package seems to introduce libgit2 dependency in 1.2.3-rc3.

luozhiya commented on 2023-12-10 03:27 (UTC)

@Jack_Li bump to v1.2.0

Jack_Li commented on 2023-12-06 22:08 (UTC)

Could you update this package to 1.2.0? The current version is out-dated.

hammer commented on 2023-10-08 21:33 (UTC)

mogan 1.1.6-1 build fails:

[ 96%]: linking.release keyword_parser_test
/usr/bin/g++ -o build/linux/x86_64/release/keyword_parser_test build/.objs/keyword_parser_test/linux/x86_64/release/tests/Base/base.cpp.o build/.objs/keyword_parser_test/linux/x86_64/release/tests/Data/Parser/keyword_parser_test.cpp.o -m64 -L/usr/lib -Lbuild/linux/x86_64/release -Wl,-rpath=$ORIGIN -Wl,-rpath=/usr/lib -s -lmogan -lQt5Gui -lQt5Widgets -lQt5PrintSupport -lQt5Svg -lQt5Test -lQt5Core -lpthread
/usr/bin/ld: build/.objs/mogan/linux/x86_64/release/src/Texmacs/Texmacs/texmacs.cpp.o: in function `immediate_options(int, char**)':
texmacs.cpp:(.text+0x58d4): undefined reference to `get_tm_cache_path()'
/usr/bin/ld: texmacs.cpp:(.text+0x5c40): undefined reference to `get_tm_cache_path()'
/usr/bin/ld: texmacs.cpp:(.text+0x5de8): undefined reference to `get_tm_cache_path()'
/usr/bin/ld: texmacs.cpp:(.text+0x6018): undefined reference to `get_tm_cache_path()'
/usr/bin/ld: texmacs.cpp:(.text+0x6230): undefined reference to `get_tm_cache_path()'
/usr/bin/ld: build/.objs/mogan/linux/x86_64/release/src/Texmacs/Texmacs/texmacs.cpp.o:texmacs.cpp:(.text+0x62a5): more undefined references to `get_tm_cache_path()' follow
collect2: error: ld returned 1 exit status
error: @programdir/modules/async/runjobs.lua:256: @programdir/actions/build/kinds/binary.lua:74: @programdir/core/sandbox/modules/os.lua:378: execv(/usr/bin/g++ -o build/linux/x86_64/release/mogan build/.objs/mogan/linux/x86_64/release/src/Texmacs/Texmacs/texmacs.cpp.o -m64 -L/usr/lib -Lbuild/linux/x86_64/release -Wl,-rpath=$ORIGIN/../lib -Wl,-rpath=$ORIGIN -Wl,-rpath=/usr/lib -s -lmogan -lQt5PrintSupport -lQt5Svg -lQt5Gui -lQt5Widgets -lQt5Core -lpthread) failed(1)
stack traceback:
    [C]: in function 'error'
    [@programdir/core/base/os.lua:923]:
    [@programdir/core/sandbox/modules/os.lua:378]: in function 'execv'
    [@programdir/modules/core/tools/gcc.lua:487]:
    [C]: in function 'xpcall'
    [@programdir/core/base/utils.lua:280]:
    [@programdir/core/tool/linker.lua:224]: in function 'link'
    [@programdir/actions/build/kinds/binary.lua:74]: in function 'callback'
    [@programdir/modules/core/project/depend.lua:191]: in function 'on_changed'
    [@programdir/actions/build/kinds/binary.lua:55]: in function '_do_link_target'
    [@programdir/actions/build/kinds/binary.lua:105]:
    [@programdir/actions/build/kinds/binary.lua:132]: in function '_link_target'
    [@programdir/actions/build/kinds/binary.lua:160]: in function 'jobfunc'
    [@programdir/modules/async/runjobs.lua:232]:
    [C]: in function 'xpcall'
    [@programdir/core/base/utils.lua:280]: in function 'trycall'
    [@programdir/core/sandbox/modules/try.lua:117]: in function 'try'
    [@programdir/modules/async/runjobs.lua:218]: in function 'cotask'
    [@programdir/core/base/scheduler.lua:404]:

stack traceback:
        [C]: in function 'error'
        @programdir/core/base/os.lua:923: in function 'base/os.raiselevel'
        (...tail calls...)
        @programdir/modules/async/runjobs.lua:256: in field 'catch'
        @programdir/core/sandbox/modules/try.lua:123: in global 'try'
        @programdir/modules/async/runjobs.lua:218: in upvalue 'cotask'
        @programdir/core/base/scheduler.lua:404: in function <@programdir/core/base/scheduler.lua:397>
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: mogan-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
mogan - exit status 4
FAIL

luozhiya commented on 2023-07-22 13:31 (UTC)

@taoky This issue was discussed in upstream, see https://github.com/XmacsLabs/mogan/pull/328#issuecomment-1602562869

taoky commented on 2023-06-22 08:20 (UTC)

It seems that new xmake config cannot utilize existing lib in Arch. It is downloading and installing things like libcurl, sqlite3 even when the host has had these libs installed.

luozhiya commented on 2022-11-11 15:38 (UTC)

@hottea Thank you

hottea commented on 2022-10-30 14:46 (UTC) (edited on 2022-10-30 14:46 (UTC) by hottea)

It seems this PKGBUILD builds mogan-git, not morgan. You could use source=("${pkgname}::git+https://github.com/XmacsLabs/mogan.git:tag=${pkgver}").

luozhiya commented on 2022-10-14 14:13 (UTC)

@Hammer Thanks