Search Criteria
Package Details: microtex-git 2022.12.23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/microtex-git.git (read-only, click to copy) |
---|---|
Package Base: | microtex-git |
Description: | A dynamic, cross-platform, and embeddable LaTeX rendering library |
Upstream URL: | https://github.com/NanoMichael/MicroTex |
Licenses: | MIT |
Provides: | clatexmath, microtex |
Submitter: | malacology |
Maintainer: | malacology |
Last Packager: | malacology |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-25 06:41 (UTC) |
Last Updated: | 2023-03-25 06:49 (UTC) |
Dependencies (5)
- gtkmm3
- gtksourceviewmm
- tinyxml2 (tinyxml2-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Required by (2)
- notekit (requires clatexmath)
- notekit-git (requires clatexmath)
Latest Comments
sp1rit commented on 2021-12-18 12:24 (UTC) (edited on 2021-12-18 12:25 (UTC) by sp1rit)
@FabioLotix,
it already provides=("clatexmath"), and to my knowledge that should be enough.
I'll fix the license :)
IANAL, but I'm quite sure that this is not true. I think one can call rpm specfiles and pacman PKGBUILDs basically the same thing for different package managers. And on openSUSE, all specfiles must have a license header attached, "For legal reasons" (https://en.opensuse.org/openSUSE:Specfile_guidelines#Specfile_Licensing), which implies that they are very much copyrightable. On fedora one doesn't need to this, because there you actually have to sign (https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement) that license anything you contribute without an explicit free license attached under MIT / CC BY-SA.
yeah, I just put all arches where I know clatexmath will compile successfuly (basically it only doesn't on riscv64), in case AL will be ported to s390x at some point in the future so then they/I don't have to fix the pkgbuild when makepkg refuses to run. It's mostly an issue of AL not having something like debians/dpkgs
Multi-Arch
key to differentiate between any with architecture dependet code and without.FabioLolix commented on 2021-12-17 16:16 (UTC) (edited on 2021-12-17 16:29 (UTC) by FabioLolix)
Hello,
sp1rit commented on 2021-12-16 13:37 (UTC)
@malacology, pkgconfig is part of base-devel. You may only build AUR packages if you have base-devel installed.
cmake is not needed, as all dependencies are searched via pkgconfig.
fontconfig should be installed as a dependency of gtkmm (-> gtk3 -> cairo -> fontconfig)
Building clatexmath in a clean OCI container and on OBS was never an issue, so I'm left wondering how you ended up with such a system?
malacology commented on 2021-12-16 04:13 (UTC) (edited on 2021-12-16 04:14 (UTC) by malacology)
it should add pkgconfig, cmake and fontconfig into it
malacology commented on 2021-12-14 22:27 (UTC)
ccorn commented on 2021-04-26 12:53 (UTC)
Minor changes:
arch
is notany
.makedepends
have to includegit
for obvious reasons.