Search Criteria
Package Details: python-svg2tikz 3.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-svg2tikz.git (read-only, click to copy) |
---|---|
Package Base: | python-svg2tikz |
Description: | Tools for converting SVG graphics to TikZ/PGF code |
Upstream URL: | http://xyz2tex.github.io/svg2tikz/ |
Keywords: | converter latex svg |
Licenses: | custom:Other/Proprietary License |
Conflicts: | svg2tikz-git |
Provides: | svg2tikz |
Submitter: | Popolon |
Maintainer: | Popolon |
Last Packager: | Popolon |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-04 23:33 (UTC) |
Last Updated: | 2024-12-21 15:22 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-inkexAUR (optional)
- python-lxml (optional)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional)
Latest Comments
carlosal1015 commented on 2024-12-13 23:34 (UTC)
Hi @Popolon after install
python-svg2tikz
we havein other words, is missing files over
/usr/share/inkscape/extensions/
See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=writetex#n16, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=textext#n22.But, for this package we have
and binary works fine every time for
svg2tikz-git
. Here, should be not necessary type$ PYTHONPATH=/usr/share/inkscape/extensions svg2tikz --help
every time.dreieck commented on 2024-06-02 14:36 (UTC)
Can you add
provides=("svg2tikz=${pkgver}")
andconflicts=('svg2tikz')
since it provides this as standalone executable?
Regards and thanks for maintaining!
dreieck commented on 2023-11-03 10:08 (UTC) (edited on 2024-06-02 14:36 (UTC) by dreieck)
You need
python-build
,python-installer
andpython-wheel
as make dependencies.