Search Criteria
Package Details: intiface-central 2.6.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/intiface-central.git (read-only, click to copy) |
---|---|
Package Base: | intiface-central |
Description: | Intiface Central (Buttplug Frontend) Application for Desktop and Mobile |
Upstream URL: | https://intiface.com/central/ |
Licenses: | GPL-3.0-only |
Submitter: | Bitals |
Maintainer: | Bitals |
Last Packager: | Bitals |
Votes: | 1 |
Popularity: | 0.008188 |
First Submitted: | 2023-10-30 10:58 (UTC) |
Last Updated: | 2024-10-16 08:14 (UTC) |
Dependencies (9)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake-gitAUR) (make)
- fvmAUR (fvm-gitAUR, fvm-sourcebuildAUR, fvm-binAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
Bitals commented on 2024-06-13 12:03 (UTC)
Is NOT a packaging problem. It's an
AUR/flutter
problem. If you encounter this error, use a differentflutter
package, e.g.AUR/flutter-bin
to build this and otherflutter
software.Bitals commented on 2024-04-26 21:08 (UTC) (edited on 2024-04-26 21:10 (UTC) by Bitals)
Current workaround: build
aur/flutter
withaur/dart-sdk-dev
as per the comment by @KI9N, than build this and otherflutter
projects. Added a corresponding error as a crutch to get user's attention for the time being.Bitals commented on 2024-04-21 14:23 (UTC) (edited on 2024-04-22 09:24 (UTC) by Bitals)
Fails to compile with current (
3.19.6-1
) AUR Flutter packages, I've reported it, but for the time being nothing I can do.I plan on not pushing
2.5.7
until this is resolved in order to avoid annoying users with an unbuildable update.Bitals commented on 2023-10-30 11:12 (UTC) (edited on 2024-04-17 08:22 (UTC) by Bitals)
Before building flutter packages:
Make sure the user making the package is in the
flutterusers
group;Flutter uses git under the hood to find out its own version, and git doesn't like that /opt/flutter is owned by root. So if you have any weird behavior, like getting the Flutter version of 0 while building, you also need to run:This got fixed with the 2024-03-26 update to thegit config --global --add safe.directory /opt/flutter
after installing flutter, or just build as root (not the best idea).flutter
package (now actually pkgbase for a lot of split packages).