Search Criteria
Package Details: svg2tikz-git 3.2.1.r555.20240924.89d1721-1
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-09-30 13:04 (UTC) |
Dependencies (20)
- 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)
- 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 »
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)
haawda commented on 2013-04-06 20:20 (UTC)
haawda commented on 2012-11-30 22:09 (UTC)
« First ‹ Previous 1 2 3 4 Next › Last »