Package Details: windows8-cursor 1.01-5

Git Clone URL: https://aur.archlinux.org/windows8-cursor.git (read-only, click to copy)
Package Base: windows8-cursor
Description: Cursors similliar to Windows 8 cursor
Upstream URL: http://gnome-look.org/content/show.php/?content=155025
Licenses: GPL
Submitter: zerophase
Maintainer: zerophase
Last Packager: zerophase
Votes: 9
Popularity: 0.000021
First Submitted: 2016-01-07 21:24 (UTC)
Last Updated: 2019-01-13 19:43 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

nicebikes commented on 2018-10-13 13:54 (UTC) (edited on 2018-10-13 13:55 (UTC) by nicebikes)

edit PKGBUILD to look like so

tar -xzf  155025-win8.tar.gz

cd win8

install -d -m 755 "$pkgdir/usr/share/icons/Windows8-cursor/cursors"

cp -a cursors/* "$pkgdir/usr/share/icons/Windows8-cursor/cursors"
install -D -m 644 index.theme "$pkgdir/usr/share/icons/Windows8-cursor/index.theme"

zerophase commented on 2018-04-17 16:48 (UTC)

@krutonium It's since Gnome look doesn't provide a static download link. I'd gladly host this on Github, but I don't believe I have the rights to do that.

Krutonium commented on 2018-02-20 22:03 (UTC)

When I try to build, it errors on line 15 because the directory win8 does not exist.

alanaktion commented on 2018-02-08 15:29 (UTC)

I think opendesktop.org removed the ability to get a direct download link when they introduced their "Plings" contributor compensation program. It might be necessary to set up a mirror of the downloaded file somewhere else.

pezz commented on 2018-01-30 01:49 (UTC)

Oh yeah, tried that link again, got a 0 byte file.

No idea, sorry. :(

zerophase commented on 2018-01-30 01:35 (UTC)

@pezz Looks like the path changes. Odd it was the right path a couple days ago. Do you know if there is a way to get a consistent download path?

pezz commented on 2018-01-30 00:27 (UTC)

This URL works:

https://dl.opendesktop.org/api/files/downloadfile/id/1460735137/s/31ba8cd79be0a32057488a6143993e77/t/1517275533/u//155025-win8.tar.gz

pezz commented on 2018-01-29 22:53 (UTC)

I don't think the download link is working:

% file 155025-win8.tar.gz 155025-win8.tar.gz: HTML document, UTF-8 Unicode text, with very long lines

zerophase commented on 2018-01-29 22:30 (UTC)

Should work now. Just had to skip the integrity check. It looks like each download changes the sha1 value of the file.

pezz commented on 2018-01-29 21:58 (UTC)

Build fails:

PKGBUILD: line 15: cd: win8: No such file or directory