Search Criteria
Package Details: xcursor-simp1e 20230407-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xcursor-simp1e.git (read-only, click to copy) |
---|---|
Package Base: | xcursor-simp1e |
Description: | An aesthetic cursor theme |
Upstream URL: | https://gitlab.com/cursors/simp1e |
Keywords: | xcursor |
Licenses: | GPL3 |
Submitter: | aperez |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 5 |
Popularity: | 1.22 |
First Submitted: | 2021-04-15 21:46 (UTC) |
Last Updated: | 2023-04-08 20:32 (UTC) |
Dependencies (4)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git) (make)
- python-pillow (python-pillow-git, python-pillow-simd) (make)
- xorg-xcursorgen (make)
Latest Comments
zoli111 commented on 2022-03-18 14:55 (UTC) (edited on 2022-03-18 14:56 (UTC) by zoli111)
@aperez: With the last update I have added an option to generate only the needed themes. You can specify the filename like
generate_svgs.sh Simp1e.sh
orgenerate_svgs.sh Simp1e
. It works also with multiple files. I hope it can improve packaging.aperez commented on 2021-11-20 21:54 (UTC)
@zoli111: Package updated, with variants re-added. Thanks a lot for letting me know, and for creating my favourite cursor theme!
zoli111 commented on 2021-11-20 17:23 (UTC)
Hi! Dev here. I've readded the other color variants to the repo. And Inkscape is no longer a build dependency. And thanks for maintaining it in AUR.
aperez commented on 2021-07-19 06:49 (UTC)
@yochananmarqos: Fixed, thanks for the heads up.
yochananmarqos commented on 2021-07-18 17:35 (UTC)
This fails to build for a few reasons. First of all, it pulls the latest commit instead of the specified commit due to a typo in the source array. It should be
#commit=
, not?commit=
. Since it's pulling the latest commit, it can't find files as there's a submodule now.