Package Details: volantes-cursors-git r7.b13a4bb-1

Git Clone URL: https://aur.archlinux.org/volantes-cursors-git.git (read-only, click to copy)
Package Base: volantes-cursors-git
Description: Classic cursor with a flying style.
Upstream URL: https://github.com/varlesh/volantes-cursors
Licenses: GPL-2.0-or-later
Conflicts: volantes-cursors
Provides: volantes-cursors
Submitter: francoism90
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 3
Popularity: 0.141907
First Submitted: 2020-02-22 11:05 (UTC)
Last Updated: 2024-01-22 00:52 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2024-01-13 03:11 (UTC)

@khaoq: Ah, I see now. It complains building with makepkg. It's fixed with my last commit.

As far as building in a chroot, see https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

khaoq commented on 2024-01-13 02:20 (UTC)

@yochananmarqos A solution to my inexperience/knowledge lol. I was using paru as standard user, kept getting dbus errors. I really (for some reason) wanted to 'install' instead of downloading and copying to icons dir. I did see the term chroot on the other package comments, and then read it in AUR portion of the wiki...unfortunately I didn't look into it more (until your comment). In my defense...the term 'chroot' being so close to 'root' doesn't sound like something you'd want to use with community repository and at the same time the brief 1 liner in the wiki makes it sound like something that would be used as a one-off and for troubleshooting/debugging.

yochananmarqos commented on 2024-01-12 23:50 (UTC)

@khaoq: Solution for what? I just built it fine in a clean chroot.

khaoq commented on 2024-01-12 22:52 (UTC)

Posted similar solution on other volantes package. But if getting Dbus error when building, add:

prepare() {
    # Construct the directory path using variables
    local build_dir="${srcdir}/${pkgname%-git}"

    # Navigate to the build directory
    cd "${build_dir}"

    # Insert the DBUS_SESSION_BUS_ADDRESS line before the line starting with "INKSCAPE_VERSION="
    sed -i '/^INKSCAPE_VERSION=/i export DBUS_SESSION_BUS_ADDRESS=disabled' build.sh
}

yochananmarqos commented on 2020-05-05 15:32 (UTC)

@francoism90: I did report it.

francoism90 commented on 2020-05-05 14:52 (UTC)

@yochananmarqos Maybe this should be reported upstream?

yochananmarqos commented on 2020-05-05 03:13 (UTC)

The build is broken with inkscape 1.0. It can be fixed adding:

prepare() {
    cd "$srcdir/${pkgname%-git}"

    # Fix for inkscape 1.0
    sed -i 's/inkscape -z -e/inkscape -o/g' build.sh
}

francoism90 commented on 2020-04-02 19:45 (UTC)

@yochananmarqos Thanks, I'll remove it.

yochananmarqos commented on 2020-04-01 21:35 (UTC)

This does not depend on plasma-desktop, please remove it.