-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Linux AUR package #18
Comments
Thank you! I added it to the readme 👍 |
@Fabillotic the aur package fails to install at the build stage, but if you remove |
@RoryNesbitt
|
Now that it's been installed the regular PKGBUILD works. I'll update later when I'm on my laptop |
Seems like an issue with cargo needing to download dependencies |
yes, I don't have the exact error now but it was to do with installing clap as a dependency |
should now work with ripdrag 0.2.1-2 |
tried now that I'm on my laptop and yeah, installed without issue |
you should remove ripdrag -V from
otherwise you cannot update it if not in a graphical environment.
@nik012003 issue? or to-do?
|
Oops, my bad. Should be an easy fix. Will fix ASAP.
…On July 26, 2023 10:47:12 AM GMT+02:00, Marco ***@***.***> wrote:
> should now work with ripdrag 0.2.1-2
you should remove ripdrag -V from
```
check() {
cd "$pkgname-$pkgver"
./target/release/ripdrag -V
}
```
otherwise you cannot update it if not in a graphical environment.
```
==> Starting check()...
(ripdrag:6189): Gdk-WARNING **: 10:36:42.854: No such backend: *
(ripdrag:6189): Gtk-WARNING **: 10:36:42.854: Failed to open display
==> ERROR: A failure occurred in check().
Aborting...
-> error making: ripdrag-exit status 4
-> Failed to install the following packages. Manual intervention is required:
ripdrag - exit status 4
```
@nik012003 issue? or to-do?
```
$ ripdrag --help
(ripdrag:13276): Gdk-WARNING **: 10:43:05.957: No such backend: *
(ripdrag:13276): Gtk-WARNING **: 10:43:05.957: Failed to open display
```
--
Reply to this email directly or view it on GitHub:
#18 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Thanks, fixed in v0.3.2 |
That was fast, thanks. @Fabillotic so going back to my first reply: removing the ripdrag -V is not needed anymore... anyway i'm not a developer, but i think it's better to make a -git pkgbuild instead of one based on releases in an early development stage, or u'll end up editing it everytime and getting marked out of date everyday. |
Updated to v0.3.2, looking to make -git tracking package instead |
Important updateThe new AUR package is now I have made a request to merge the old package into the new one. |
@pbosab thank's for the advice |
Please provide a pre- compiled binary. |
Sorry but I agree with @pbosab on this way of packaging. A -git tracking package is more appropriate at this stage of development. It also shouldn't be an issue building the package although it may take some time. If you have any issues building the package, please let me know. |
I submitted ripdrag as an AUR package and plan on maintaining it in the future.
If anybody has recommendations on how to improve the PKGBUILD please notify me! :)
https://aur.archlinux.org/packages/ripdrag-git
edit: changed to new url
The text was updated successfully, but these errors were encountered: