Package Details: ignition-common-3 3.16.0-1

Git Clone URL: https://aur.archlinux.org/ignition-common-3.git (read-only, click to copy)
Package Base: ignition-common-3
Description: Provides a set of libraries that cover many different use cases.
Upstream URL: https://gazebosim.org/libs/common
Licenses: Apache
Groups: development
Provides: ignition-common
Submitter: Homalozoa
Maintainer: acxz
Last Packager: acxz
Votes: 1
Popularity: 0.000000
First Submitted: 2021-04-19 07:09 (UTC)
Last Updated: 2023-06-22 13:39 (UTC)

Required by (8)

Sources (1)

Pinned Comments

acxz commented on 2022-05-10 04:08 (UTC)

Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.

Latest Comments

« First ‹ Previous 1 2

Homalozoa commented on 2022-02-21 13:57 (UTC)

@acxz Thanks for your help. I've fixed it.

bobosito commented on 2022-02-20 21:23 (UTC)

Just removing the line with the conflicts statement fixes the package build for me.

acxz commented on 2022-02-11 03:55 (UTC) (edited on 2022-02-16 00:45 (UTC) by acxz)

@Homalozoa I believe conflicts should not have the empty quotes. I am getting the following error: ==> ERROR: conflicts is not allowed to be empty.

Also when updating the PKGBUILD, you should update the .SRCINFO and the pkgrel so that the update is propagated to the AUR database.

acxz commented on 2022-01-25 22:50 (UTC)

However, adding the conflicts line means that gazebo and ign-gazebo cannot be installed together. The way ignition packages are installed allow them to be installed to versioned directories so the conflicts is not at all needed.

@Homalozoa, if you could empty the contents of the conflicts that would be much appreciated.

acxz commented on 2022-01-25 22:48 (UTC)

Thx for the suggestion @billypilgrim. Having the provides is definitely needed for this package.

Thx for adding it @Homalozoa!

billypilgrim commented on 2021-05-18 09:29 (UTC) (edited on 2021-05-18 09:29 (UTC) by billypilgrim)

Thanks for packaging this!

There is a problem that some other AUR packages depend on ignition-common>=3, which this package doesn't currently satisfy, so you can get build errors.

You can fix this by adding this to the PKGBUILD:

provides=("ignition-common=$pkgver")
conflicts=("ignition-common")