Package Details: posy-cursors 3.7.10-2

Git Clone URL: https://aur.archlinux.org/posy-cursors.git (read-only, click to copy)
Package Base: posy-cursors
Description: Port of Posy's improved cursors
Upstream URL: https://github.com/Icelk/posy-cursors
Keywords: black cursor cursors pocy posy theme themes white
Licenses: unknown
Submitter: Ykkzde
Maintainer: Icelk
Last Packager: Icelk
Votes: 24
Popularity: 0.059099
First Submitted: 2019-10-25 11:21 (UTC)
Last Updated: 2022-05-09 19:11 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

SWJones commented on 2022-05-08 23:55 (UTC)

The following patch seems to work

--- PKGBUILD    2022-05-08 20:52:25.152097152 -0300
+++ PKGBUILD.new    2022-05-08 20:52:39.823098168 -0300
@@ -7,12 +7,12 @@
 arch=(any)
 url="https://code.garrettmills.dev/garrettmills/archive-posy-cursors"
 license=(unknown)
-source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/cursorsPosy-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
+source=("$pkgname-$pkgver.tar.gz::$url/archive/master.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml

 sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml

 package() {
-  cd cursorsPosy-v$pkgver-themes/themes
+  cd archive-posy-cursors/themes
   install -Ddm755 "$pkgdir/usr/share/icons"
   cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
   cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"

hazelnot commented on 2022-03-11 11:37 (UTC)

@qwertea I can't seem to find any way of building this without heavily modifying a bunch of bash files (which I seem to be very bad at), what exactly did you do to the PKGBUILD to get it to work?

qwertea commented on 2021-03-01 09:54 (UTC)

The cursors are archived here https://code.garrettmills.dev/garrettmills/archive-posy-cursors

I had to edit the PKGBUILD a bit to get it to install though, should be ez.

zevisert commented on 2020-09-26 23:24 (UTC)

The whole project is 404-ing again. https://gitlab.com/ykkzde/posy-cursors can't be found, and thus the installation fails while fetching the artifacts from gitlab:

==> ERROR: Failure while downloading https://gitlab.com/ykkzde/posy-cursors/-/archive/v3.7.10/posy-cursors-v3.7.10.tar.gz?path=themes
    Aborting...

laontme commented on 2020-07-22 05:57 (UTC) (edited on 2020-07-22 06:00 (UTC) by laontme)

Inkscape crashes when I open "Layers" modal window. I associate this with your package becasue Gdk-Message: 08:52:52.165: Unable to load sb_up_arrow from the cursor theme

I think that cursor theme doesn't have sb_up_arrow icon

fossanico commented on 2020-06-25 05:19 (UTC) (edited on 2020-06-25 05:31 (UTC) by fossanico)

I get a strange issue in KDE, the click point of the cursor is not aligned with the point of the arrow for "progress" cursor, leading to unwanted clicks. Is there a way to solve it?

Ykkzde commented on 2020-06-24 18:16 (UTC)

Should be fixed for good this time

lebaux commented on 2020-06-24 16:01 (UTC)

curl: (28) Failed to connect to git.synh.me port 443: Connection timed out ==> ERROR: Failure while downloading https://git.synh.me/dmitry/posy-cursors/-/archive/v3.7/posy-cursors-v3.7.tar.gz?path=themes Aborting... Error downloading sources: posy-cursors

Unavailable again. Thank you for the fix!

Schnouki commented on 2020-06-24 13:38 (UTC)

The new URL seems to be offline...

$ curl -v 'https://git.synh.me/dmitry/posy-cursors/-/archive/v3.7/posy-cursors-v3.7.tar.gz?path=themes' -m 5
*   Trying 116.203.51.136:443...
* Connection timed out after 5000 milliseconds
* Closing connection 0
curl: (28) Connection timed out after 5000 milliseconds