Package Details: vimix-cursors 2020.02.24-5

Git Clone URL: https://aur.archlinux.org/vimix-cursors.git (read-only, click to copy)
Package Base: vimix-cursors
Description: An X Cursor theme inspired by Material design and based on capitaine-cursors
Upstream URL: https://github.com/vinceliuice/Vimix-cursors
Licenses: GPL3
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 15
Popularity: 0.45
First Submitted: 2020-02-09 16:33 (UTC)
Last Updated: 2021-08-19 19:57 (UTC)

Dependencies (0)

Required by (5)

Sources (1)

Latest Comments

yochananmarqos commented on 2020-05-11 14:47 (UTC)

@cars10: I can't reproduce that, it builds fine for me. You may as well use the VCS package for now, anyway.

cars10 commented on 2020-05-08 06:21 (UTC)

Thanks for the quick response. I just tried it and it still does not work, this is part of the output:

** (inkscape:16765): WARNING **: 08:20:04.248: Invalid option -o

** (inkscape:16781): WARNING **: 08:20:04.308: Invalid option -o

** (inkscape:16797): WARNING **: 08:20:04.368: Invalid option -o

** (inkscape:16813): WARNING **: 08:20:04.409: Invalid option -o
xcursorgen: PNG error while reading x1/alias.png
xcursorgen: PNG error while reading x1/all-scroll.png
xcursorgen: PNG error while reading x1/bottom_left_corner.png
xcursorgen: PNG error while reading x1/bottom_right_corner.png
xcursorgen: PNG error while reading x1/bottom_side.png

vimix-cursors-git works though.

yochananmarqos commented on 2020-05-07 16:12 (UTC)

@cars10: Fixed.

cars10 commented on 2020-05-07 06:31 (UTC) (edited on 2020-05-07 11:17 (UTC) by cars10)

Todays update (2020.02.24-3) does not work. No cursors are built, the cursor preview (for example in lxapperance) is empty

Edit: manually installing https://cairosvg.org/ seems to help, maybe it should be listed as dependency?

yochananmarqos commented on 2020-02-27 15:03 (UTC)

@Pandino: Done!

lpga commented on 2020-02-27 13:50 (UTC) (edited on 2020-02-27 15:56 (UTC) by lpga)

edit: thank you!

Please, add the white version to the package...

prepare() { cd "$_pkgname-$_pkgver" # Remove prebuilt assets rm -rf dist/ dist-white/ }

package() { cd "$_pkgname-$_pkgver" install -dm755 "$pkgdir/usr/share/icons/$pkgname" install -dm755 "$pkgdir/usr/share/icons/$pkgname-white" cp -dr --no-preserve=ownership dist/ "$pkgdir/usr/share/icons/$pkgname" cp -dr --no-preserve=ownership dist-white/ "$pkgdir/usr/share/icons/$pkgname-white" }