Package Details: xcursor-archcursorblue 1.1-2

Git Clone URL: https://aur.archlinux.org/xcursor-archcursorblue.git (read-only, click to copy)
Package Base: xcursor-archcursorblue
Description: Simple blue Arch Linux cursor theme
Upstream URL: http://gnome-look.org/content/show.php/Arch+Cursor+Theme+(simple)?content=135902
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: bidulock
Votes: 86
Popularity: 0.000004
First Submitted: 2008-04-19 18:16 (UTC)
Last Updated: 2016-06-17 06:31 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Pinned Comments

bidulock commented on 2019-01-04 02:25 (UTC)

It is not out of date: the checksum that you are getting is the checksum of the sponsorship blurb html page that gnome-look.org insists on inserting. If you know of a way around that, let me know. Otherwise, download the tarball by hand from the url=() before attempting to build.

Latest Comments

1 2 3 Next › Last »

csts commented on 2023-03-08 09:46 (UTC)

Your link is dead and burried.

  -> Downloading 135902-ArchCursorTheme.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL: no alternative certificate subject name matches target host name 'www.ppload.com'
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
==> ERROR: Failure while downloading https://www.ppload.com/api/files/download?id=1462316425
    Aborting...

You can download this from pling:
https://www.pling.com/p/999988/

Kalinda commented on 2020-01-13 13:34 (UTC) (edited on 2020-01-13 13:36 (UTC) by Kalinda)

Hey, so after modifying the PKGBUILD to skip the validity check, I get this error where it tries to enter a folder that doesn't exist:

==> Starting package()... cp: cannot stat 'ArchCursorTheme': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

Any help would be greatly appreciated, thanks!

bidulock commented on 2019-12-01 08:36 (UTC)

Don't use yaourt. Place the tarball in the same directory as the PKGBUILD in a file named the same as in the source=() array of the PKGBUILD file and use makepkg (or makechrootpkg) to build the package. Then use pacman's -U option to load the package that resulted from makepkg.

saleem commented on 2019-12-01 05:39 (UTC)

I have downloaded the tarball by hand , so how do I make yaourt install it for me?

Joel commented on 2019-01-06 01:22 (UTC)

Try:

https://dl.opendesktop.org/api/files/download/id/1462316425/s/ba812555b50de7ce801a55921c5180e2055eb9275e2ec65feb2e9daeda56e8dbed614a3b5409e2362414ca4678a2ed81fee70fb95a9491fe2d264ca7003e8139/t/1546741002/u//135902-ArchCursorTheme.tar.gz

<deleted-account> commented on 2019-01-04 23:50 (UTC)

Oh ok, sorry, I do not know about it. Is it possible to update PKGBUILD using correct md5sums? Thank you!

bidulock commented on 2019-01-04 02:25 (UTC)

It is not out of date: the checksum that you are getting is the checksum of the sponsorship blurb html page that gnome-look.org insists on inserting. If you know of a way around that, let me know. Otherwise, download the tarball by hand from the url=() before attempting to build.

<deleted-account> commented on 2019-01-03 22:58 (UTC)

It fails in 135902-ArchCursorTheme.tar.gz md5sums validation.

bcc commented on 2018-01-14 17:28 (UTC)

==> ERROR: One or more files did not pass the validity check! :: failed to verify xcursor-archcursorblue integrity

saleem commented on 2016-07-12 18:53 (UTC) (edited on 2016-07-15 11:38 (UTC) by saleem)

New changes to PKGBUILD # Maintainer: Brian Bidulock <bidulock@openss7.org> # Contributor: Marc Poiroud <marci1 AT archlinux.fr> # Contributor: Joel Almeida <aullidolunar at gmail dot c0m> # Contributor: flan_suse <windows2linux AT zoho DOT com> pkgname=xcursor-archcursorblue _pkgname=xcursor-arch-simple pkgver=1.1 pkgrel=2 pkgdesc="Simple blue Arch Linux cursor theme" arch=('any') url="http://gnome-look.org/content/show.php/Arch+Cursor+Theme+(simple)?content=135902" license=('GPL') conflicts=($_pkgnbame) source=('https://dl.opendesktop.org/api/files/download/id/1462316425/135902-ArchCursorTheme.tar.gz') md5sums=('ac2c9e3c6ddc46b36793007e6a5eeb48') build() { # Remove unnecessary preview images rm -f ArchCursorTheme/preview*.png } package() { # Create installation directories install -d -m755 "${pkgdir}/usr/share/icons/" # Install the cursor theme cp -rf "ArchCursorTheme" "${pkgdir}/usr/share/icons/" }