Package Details: screensaver-off 1:0.0.5-1

Git Clone URL: https://aur.archlinux.org/screensaver-off.git (read-only, click to copy)
Package Base: screensaver-off
Description: Utility to disable screensaver
Upstream URL: https://github.com/Gonzih/screensaver-off.rs
Licenses: MIT
Submitter: Gonzih
Maintainer: Gonzih
Last Packager: Gonzih
Votes: 0
Popularity: 0.000000
First Submitted: 2017-01-14 15:39 (UTC)
Last Updated: 2017-01-15 21:16 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

MarsSeed commented on 2024-04-22 10:49 (UTC)

Last release was in 2017, and it fails to compile:

   Compiling glib v0.1.1
   Compiling atk-sys v0.3.2
error[E0119]: conflicting implementations of trait `SetValue` for type `&_`
   --> /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.1.1/src/value.rs:483:1
    |
452 | impl<'a, T: ?Sized + SetValue> SetValue for &'a T {
    | ------------------------------------------------- first implementation here
...
483 | impl<T: IsA<Object>> SetValue for T {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_`
    |
    = note: downstream crates may implement trait `object::IsA<object::Object>` for type `&_`

error[E0119]: conflicting implementations of trait `SetValueOptional` for type `&_`
   --> /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.1.1/src/value.rs:489:1
    |
458 | impl<'a, T: ?Sized + SetValueOptional> SetValueOptional for &'a T {
    | ----------------------------------------------------------------- first implementation here
...
489 | impl<T: IsA<Object>> SetValueOptional for T {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_`
    |
    = note: downstream crates may implement trait `object::IsA<object::Object>` for type `&_`