Package Details: volantes-cursors 20220828.0-3

Git Clone URL: https://aur.archlinux.org/volantes-cursors.git (read-only, click to copy)
Package Base: volantes-cursors
Description: Cursors theme
Upstream URL: https://github.com/varlesh/volantes-cursors
Keywords: cursor theme
Licenses: GPL2
Submitter: kostyarin
Maintainer: kostyarin
Last Packager: kostyarin
Votes: 9
Popularity: 0.000032
First Submitted: 2020-02-02 11:08 (UTC)
Last Updated: 2022-10-01 07:03 (UTC)

Latest Comments

1 2 Next › Last »

kostyarin commented on 2023-01-29 20:44 (UTC) (edited on 2023-01-29 20:44 (UTC) by kostyarin)

I've tried docker build with previous version (without libsoup in dependencies) and it works.

$ docker run -it archlinux:latest /bin/bash
# pacman -Suuyy --noconfirm git sudo fakeroot binutils make
# useradd -m -G users,wheel -s /bin/bash user
# sed -i 's/^#\s*\(%wheel\s\+ALL=(ALL:ALL)\s\+ALL\)/\1/' /etc/sudoers
# passwd user
# su - user
$ git clone https://aur.archlinux.org/volantes-cursors.git
$ cd col
$ cd volantes-cursors/
$ git checkout f942822d74556342ec83f95aba01c288e0120685
$ makepkg -si
> 1
> Y
> Y

AndyRTR commented on 2023-01-22 16:11 (UTC)

inkscape now depends on boost-libs and the issue should be fixed that way.

kostyarin commented on 2023-01-22 14:55 (UTC)

When trying to build in a clean chroot 'libsoup' is not required but without 'boost-libs' inkscape calls fail. So just replace libsoup -> boost-libs.

The boost-libs is about C++ compiling. But in the https://github.com/varlesh/volantes-cursors/blob/master/Makefile I don't see any g++ directive.

AndyRTR commented on 2023-01-12 07:00 (UTC)

When trying to build in a clean chroot 'libsoup' is not required but without 'boost-libs' inkscape calls fail. So just replace libsoup -> boost-libs.

kostyarin commented on 2023-01-11 16:15 (UTC)

Also, I'm not sure the libsoup was added correctly... =)

kostyarin commented on 2023-01-11 16:13 (UTC)

'boost-libs'

are missing. Please add it to the make dependencies.

Are you sure?

AndyRTR commented on 2023-01-11 12:24 (UTC)

  • 'boost-libs'

are missing. Please add it to the make dependencies.

kostyarin commented on 2022-10-01 06:56 (UTC) (edited on 2022-10-01 07:07 (UTC) by kostyarin)

The 'libsoup' added to make dependencies. Thanks, @joe733

yozachar commented on 2022-10-01 03:10 (UTC) (edited on 2022-10-01 03:17 (UTC) by yozachar)

⚠️ Build fail ⚠️

Please add libsoup as make dependency.

Tested build in docker archlinux:base-devel image.

Another source: volantes-cursors-build.log