Search Criteria
Package Details: vimix-cursors 2020.02.24-5
Package Actions
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: | 14 |
Popularity: | 0.014357 |
First Submitted: | 2020-02-09 16:33 (UTC) |
Last Updated: | 2021-08-19 19:57 (UTC) |
Dependencies (0)
Required by (4)
- orchis-theme (optional)
- qogir-gtk-theme (optional)
- vimix-gtk-themes (optional)
- vimix-gtk-themes-git (optional)
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:
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" }