Package Details: dbus-codegen-rust 0.10.0-1

Git Clone URL: https://aur.archlinux.org/dbus-codegen-rust.git (read-only, click to copy)
Package Base: dbus-codegen-rust
Description: This program takes D-Bus XML Introspection data and generates Rust code for calling and implementing the interfaces in the introspection data.
Upstream URL: https://crates.io/crates/dbus-codegen/
Keywords: d-bus dbus dbus-rs introspection xml
Licenses: MIT, Apache
Provides: dbus-codegen-rust
Submitter: sp1rit
Maintainer: None
Last Packager: sp1rit
Votes: 1
Popularity: 0.000000
First Submitted: 2020-08-15 20:05 (UTC)
Last Updated: 2022-08-11 17:53 (UTC)

Latest Comments

sp1rit commented on 2021-09-05 12:33 (UTC) (edited on 2021-09-05 12:33 (UTC) by sp1rit)

@ruahcra

if I remember correctly the dbus* family of crates was originally part of the tokio repo. However that seems to have changed and I've updated the PKGBUILD to reflect that.

The alternative to this is getting the license files from

~/.cargo/registry/src/github.com-1ecc6299db9ec823/dbus-codegen-${pkgver}/LICENSE-*

however that seems quite volatile as it'd read files from a "random" place in the users home dir

ruahcra commented on 2021-09-04 13:44 (UTC)

Also the repo already has the LICENSE file in it, and the one this PKGBUILD is pulling even has "Copyright (c) 2021 Tokio Contributors" so not sure why it's being used here.

rien333 commented on 2021-09-04 12:54 (UTC)

The license file's md5sum changed, could you update this package? I don't know if downloading the license straight from github is terribly good idea, this bound to happen again. ((also the license is already listed as Apache/MIT)

sp1rit commented on 2021-01-12 21:08 (UTC)

@ruahcra

That's correct, however I meant this line in the PKGBUILD:

+source=("https://raw.githubusercontent.com/tokio-rs/tokio/master/LICENSE

No, this just gets the license, that can be installed to /usr/share/licenses/dbus-codegen-rust/LICENSE.

ruahcra commented on 2020-12-22 01:54 (UTC)

That's correct, however I meant this line in the PKGBUILD:

+source=("https://raw.githubusercontent.com/tokio-rs/tokio/master/LICENSE

sp1rit commented on 2020-12-21 15:48 (UTC)

Shouldn't the source be https://github.com/diwic/dbus-rs/tree/master/dbus-codegen?

that would be the source of dbus-codegen(-rust?)-git

ruahcra commented on 2020-12-11 11:26 (UTC)

Shouldn't the source be https://github.com/diwic/dbus-rs/tree/master/dbus-codegen?