mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
I've returned systemd-mathjax, now that we have stable v3 version of it. It worked locally for me, but just in case it break for someone something, I'll leave it as use flag and not forced unbundle. This version also drops support for qt5 building, so was also dropped. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
21 lines
810 B
XML
21 lines
810 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="plugins">Installed needed Python packages for using Sigil plugins</flag>
|
|
<flag name="system-mathjax">Use the system-wide <pkg>dev-libs/mathjax</pkg> instead of bundled</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">Sigil-Ebook/Sigil</remote-id>
|
|
<maintainer status="active">
|
|
<email>douglaslmassay@gmail.com</email>
|
|
<name>Doug Massay</name>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/Sigil-Ebook/Sigil/issues</bugs-to>
|
|
<changelog>https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt</changelog>
|
|
</upstream>
|
|
</pkgmetadata>
|