Age | Commit message (Collapse) | Author |
|
also add `libvodozemac.so` to provides.
This is kinda weird, kazv vodozemac-bindings is v0.2.0 and builds
libvodozemac.so-0.2.0, while the underlying vodozemac library is 0.7.0.
Anyways I'll simply strip the version number from the provides. And
since this is the only vodozemac package let's forget about the
`conflicts` for the moment..
Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
|
|
1. as dreieck points out, having rust in the makedepends may cause
conflicts
2. remove libvodozemac from provides()
kazv's vodozemac fork is not guaranteed to be compatible with the
original; it also has different versioning. It doesn't make sense to
provide this library by the name `libvodozemac`; The provides() is
removed unless kazv upstream renames the binary.
Technically this package should conflict libvodozemac, but currently the
original vodozemac is not packaged for arch.
Suggested-by: dreieck <oid-maps@seznam.cz>
Resolves: https://aur.archlinux.org/packages/vodozemac-bindings-cpp-kazv#comment-998251
Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
|
|
1. explicitly add cargo to makedepends (despite `rust`)
2. download cargo dependencies in prepare()
Resolves: https://aur.archlinux.org/packages/vodozemac-bindings-cpp-kazv#comment-998106
Suggested-by: dreieck <oid-maps@seznam.cz>
Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
|
|
Signed-off-by: Tianhao Wang <i AT shrik3 DOT com>
|