Search Criteria
Package Details: inkslides-git r41.f0b15c8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/inkslides-git.git (read-only, click to copy) |
---|---|
Package Base: | inkslides-git |
Description: | Generate a PDF presentation out of an inkscape SVG document |
Upstream URL: | https://github.com/janoliver/inkslides |
Licenses: | MIT |
Submitter: | janoliver |
Maintainer: | None |
Last Packager: | Rhinoceros |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-12 14:25 (UTC) |
Last Updated: | 2020-11-25 06:26 (UTC) |
Dependencies (4)
- inkscape (inkscape-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-lxml
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
Rhinoceros commented on 2020-11-25 06:28 (UTC)
@janoliver I've fixed the PKGBUILD so it installs now, but I've disowned the package. If you ever want to update upstream, please feel free to adopt this package again. Hope everything is okay.
Rhinoceros commented on 2020-08-03 00:05 (UTC)
Hi, this package no longer installs.
Rhinoceros commented on 2019-11-16 21:47 (UTC)
@schaetzc You might have noticed several other packages from the official repos get reinstalled with the python update. These python-related packages were rebuilt with python 3.8 and had their pkgrel bumped. Users should check for any AUR packages built with the old python, e.g. with
pacman -Qo /usr/lib/python3.7/site-packages
, and reinstall them. N.B.yay
should also offer to clean build, which will essentially remove the relevant cache before rebuilding.schaetzc commented on 2019-11-16 19:46 (UTC) (edited on 2019-11-16 19:47 (UTC) by schaetzc)
Updating to python 3.8 broke inkslides for me. Running
inkslides
after the update resulted inThe problem seems to be caused by the switch from
/usr/lib/python3.7/site-packages
(the place where the inkslide script is stored) to/usr/lib/python3.8/site-packages
(a new place where the script is missing).I fixed the problem by uninstalling inkslides and installing it again. However, when using an AUR helper you have to make sure to do a clean build. I use
yay
and therefore ranRhinoceros commented on 2019-11-14 22:50 (UTC)
Thanks @schaetzc, I had the same error when rebuilding for python 3.8. The fix worked for me too.
schaetzc commented on 2019-11-08 18:20 (UTC) (edited on 2019-11-08 18:20 (UTC) by schaetzc)
makepkg
failed with the following error:I fixed the problem by removing the line
conflicts=('')
fromPKGBUILD
.janoliver commented on 2018-03-09 07:37 (UTC)
Let's move discussion to here: https://github.com/janoliver/inkslides/issues/5
Rhinoceros commented on 2018-03-08 22:52 (UTC)
Thank you @janoliver. There were no errors this time, but it didn't work.
There was an empty directory created in the working directory named
.inkslides-foo
. I'm happy to post a bug report upstream if you prefer.1 2 Next › Last »