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 (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 »
Popolon commented on 2023-10-04 23:36 (UTC) (edited on 2023-10-04 23:36 (UTC) by Popolon)
I made a python-svg2tikz AUR package with stable release number (and python-inkex too as that's an optional dependency). You can inspire from it if you need to patch this PKGBUILD.
The new way to build is
and the new way to install is
dreieck commented on 2023-07-10 15:25 (UTC)
A new error:
-> seens that upstream has correctly abandoned
setup.py
, and thePKGBUILD
needs to follow.@quang, please maintain the package.
Regards!
Samega7Cattac commented on 2023-07-03 15:34 (UTC)
@dreieck ur PKGBUILD requires
python-poetry
this solves @oriba issue I flagged this package since it's no longer updated with upstreamoriba commented on 2023-06-01 13:37 (UTC)
This package is broken. I tried the PKGBUILD from dreieck, which also did not worked: "ModuleNotFoundError: No module named 'poetry'"
"ERROR Backend 'poetry.core.masonry.api' is not available. ==> ERROR: A failure occurred in build()."
dreieck commented on 2023-05-05 11:10 (UTC)
Ahoj,
there are several issues with the
PKGBUILD
, which I adress here, and for all but one of them I give the fix:package()
fails:Fix is to use in
build()
python -m build --wheel --no-isolation
and inpackage()
python -m installer --destdir="$pkgdir" dist/*.whl
, and add tomakedepends
'python-build' 'python-installer' 'python-wheel'
.Please add
svg2tikz
to theprovides
andconflicts
arrays.Upstream has an official version number, currently: 1.2.0+84. This can be retrieved by parsing
git describe --tags
. Please prepend it to$pkgver
. Then, you can also add=${pkgver}
to theprovides
entries.A possible
pkgver()
that does this:pyproject.toml
, you the following dependencies are missing:python-inkex
.Please correct your package.
A fixed
PKGBUILD
(except for the last issue), that also installs documentation, is ↗ here:Regards!
PBS commented on 2023-03-01 08:46 (UTC)
setup.py was removed in 06654d0a on Feb 4, and package no longer builds
haawda commented on 2015-05-14 10:35 (UTC)
giniu commented on 2015-05-14 06:56 (UTC)
Mikaye commented on 2014-08-22 08:21 (UTC)
crabman commented on 2013-05-24 14:34 (UTC)
« First ‹ Previous 1 2 3 4 Next › Last »