Package Details: inklingreader-git 0.8.r34.g97827c7-2

Git Clone URL: https://aur.archlinux.org/inklingreader-git.git (read-only, click to copy)
Package Base: inklingreader-git
Description: A GNU/Linux-friendly version of the Wacom Inkling SketchManager.
Upstream URL: https://github.com/roelj/inklingreader
Licenses: GPL3
Conflicts: inklingreader
Provides: inklingreader
Submitter: noctux
Maintainer: noctux
Last Packager: noctux
Votes: 5
Popularity: 0.000000
First Submitted: 2015-01-15 15:31 (UTC)
Last Updated: 2015-07-11 12:25 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2025-01-22 19:59 (UTC)

  • python-inkex should be added to the optdepends array ("For wpi2svg inkscape plugin"):
inklingreader-git E: Dependency python-inkex detected and not included (python modules ['inkex'] needed in files ['usr/share/inkscape/extensions/wpi2svg-ext.py'])
  • The license identifier should be made SPDX compliant -- e.g. GPL-3.0-or-later:
inklingreader-git E: GPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Regards and thanks for the package!

dreieck commented on 2025-01-22 19:56 (UTC)

Have you come across any specific problems due to the missing versionbound

Actually, yes, when another package has a versioned dependency (e.g. depends=("inklingreader>=0.7"). Cannot be resolved without the versioned provides entry.

Not for inklingreader, but for other -git packages I encountered this.

noctux commented on 2021-10-12 15:21 (UTC)

Hey,

hmm, basically, this PKGBUILD is just a variant of /usr/share/pacman/PKGBUILD-vcs.proto, which, interesting enough, does not do that, even though the wiki[0] recommends to do so. So I wonder if it is discouraged for -git packages? Have you come across any specific problems due to the missing versionbound (especially given that this is an application, not a library)?

Sorry for the inconvenience, just trying to improve my understanding of arch-packaging.

0: https://wiki.archlinux.org/title/PKGBUILD#provides

dreieck commented on 2021-10-12 12:52 (UTC)

Ahoj,

can you add =${pkgver} to the inklingreader-entry in the provides-array?

noctux commented on 2015-04-22 19:15 (UTC)

Hey, It should be fixed now. The extension is now globally installed to /usr/share/inkscape/extensions, so it should be available without any user intervention (I would be glad if you could check and verify the correct functionality, though). I've added the icons and .desktop file as well.

xuv commented on 2015-04-22 16:51 (UTC)

Hello. I'm kind of new to Arch and Aur management in general, but I'm thinking here that since InklingReader comes with an Inkscape extension. Wouldn't it be nice if it would automatically, upon installation, copy the required inkscape extension script into the right folder. Don't know if that's possible or how to do it properly, but it would just need to move the content inside res/inkscape-extension into ~/.config/inkscape/extensions/ Thx