Package Details: mogan 1.2.9.5-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.006817
First Submitted: 2022-10-02 07:00 (UTC)
Last Updated: 2024-10-13 00:55 (UTC)

Dependencies (24)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2

hammer commented on 2022-10-03 02:43 (UTC)

Added some dependencies:

From a80d96060bc3ade254da754f7ee7bf839cbfbd11 Mon Sep 17 00:00:00 2001
From: hammerfunctor <topo20@protonmail.com>
Date: Sun, 2 Oct 2022 22:37:49 -0400
Subject: [PATCH] supplement dependencies

---
 PKGBUILD | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 86ed6ba..844f453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
 # Maintainer: Zhiya Luo <luozhiya@petalmail.com>

 pkgname=mogan
-pkgver=r195.584bb00
+pkgver=r196.d21586d
 pkgrel=1
 pkgdesc="A structured wysiwyg scientific text editor"
 arch=('x86_64')
 url='https://github.com/XmacsLabs/mogan'
 license=('GPL3')
-depends=("qt6-base" "qt6-svg" "freetype2" "sqlite" "libpng" "libiconv" "zlib" "libjpeg" "curl")
+depends=("qt6-base" "qt6-svg" "freetype2" "sqlite" "libpng" "libiconv" "zlib" "libjpeg" "curl" "texlive-core" "python" "libxext")
 makedepends=("git" "cmake" "ninja")
-optdepends=()
+optdepends=(
+  'gawk: conversion of some files'
+  'ghostscript: rendering ps files'
+  'imagemagick: convert images'
+  'aspell: spell checking')
 source=("${pkgname}::git+${url}.git")
 noextract=()
 md5sums=('SKIP')
-- 
2.37.3

Also, this package cannot be installed in /usr together with TeXmacs due to

error: failed to commit transaction (conflicting files)
mogan: /usr/share/pixmaps/TeXmacs.xpm exists in filesystem (owned by texmacs)

To install it in /usr/local is a workaround, or we can submit an issue to upstream.