Search Criteria
Package Details: svg2tikz-git 3.2.1.r555.20240924.89d1721-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/svg2tikz-git.git (read-only, click to copy) |
---|---|
Package Base: | svg2tikz-git |
Description: | Set of tools for converting SVG graphics to TikZ/PGF code. |
Upstream URL: | http://xyz2tex.github.io/svg2tikz/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | inkscape-tikz, python-svg2tikz, svg2tikz, svg2tikz-doc |
Provides: | inkscape-tikz, python-svg2tikz, svg2tikz, svg2tikz-doc |
Replaces: | inkscape-tikz-hg |
Submitter: | haawda |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-23 13:27 (UTC) |
Last Updated: | 2024-12-14 12:29 (UTC) |
Dependencies (24)
- python (python37AUR, python311AUR, python310AUR)
- python-inkexAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-argparse (make)
- python-sphinx-click (make)
- python-sphinx-copybutton (make)
- python-sphinx-furo (make)
- python-sphinxext-opengraph (make)
- python-wheel (make)
- texlive-bin (texlive-installerAUR, texlive-fullAUR) (make)
- texlive-binextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-fontsrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- python-inkexAUR (check)
- python-lxml (check)
- inkscape (inkscape-gitAUR) (optional) – for using the inksape extension files.
- python-lxml (optional)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
lamarpavel commented on 2024-05-30 07:09 (UTC) (edited on 2024-05-30 07:12 (UTC) by lamarpavel)
The tests are failing due to missing dependencies:
If the tests are enabled by default in the PKGBUILD,
python-lxml
should be incheckdepends
. Same forpython-cssselect
,numpy
and whichever other modules are needed.AlbertoAru commented on 2024-05-29 16:06 (UTC)
Hi! Thanks for replying! Yes, I do have it installed. I've tried to update it again, and got the same errors :(
dreieck commented on 2024-05-29 11:18 (UTC) (edited on 2024-05-29 11:19 (UTC) by dreieck)
That's strange, I cannot reproduce, I just did a fresh build.
Do you have the dependency
python-inkex
installed?It is listed in the
depends
array.Does it also need to be listed in
checkdepends
, even though it is independs
?Anyway, I just also added it to
checkdepends
.Regards!
AlbertoAru commented on 2024-05-29 09:35 (UTC) (edited on 2024-05-29 10:15 (UTC) by AlbertoAru)
inkex importing error came back:
dreieck commented on 2024-01-15 18:19 (UTC)
Thanks, @Patchke, for notifying.
Done.
Patschke commented on 2024-01-15 16:13 (UTC)
The
check()
step fails for me with a ModuleNotFoundError on the python packageinkex
. There seems to exist an AUR packagepython-inkex
, so I assume you could add that as dependency for thecheck()
step.dreieck commented on 2024-01-13 17:10 (UTC)
I fixed the package.
dreieck commented on 2023-11-02 09:37 (UTC)
Also, the maintainer according to the
Maintainer:
line is not the same as the maintainer according to the AUR information.dreieck commented on 2023-11-02 09:17 (UTC) (edited on 2023-11-02 09:38 (UTC) by dreieck)
A fixed
PKGBUILD
which solves the build issues (also the inkscape plugin source dir changed) and has also improved$pkgver
can be found ↗ here.dreieck commented on 2023-11-02 09:05 (UTC)
package()
fails:Regards!
« First ‹ Previous 1 2 3 4 Next › Last »