Skip to content

Commit

Permalink
Update gazebo PKGBUILD to include gazebosim/gazebo-classic#3373 , to …
Browse files Browse the repository at this point in the history
…allow building with graphviz 10.
  • Loading branch information
2001herne committed Mar 4, 2024
1 parent b2aa053 commit 6222fb9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions gazebo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,18 @@ optdepends=('bullet: Bullet support'
'urdfdom: Load URDF files')
makedepends=('cmake' 'doxygen' 'ruby-ronn')
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gazebosim/gazebo-classic/archive/${pkgname}11_$pkgver.tar.gz")
sha256sums=('6b63d857399ba08190c331b545d24e8e3e308b840ff051bbf39e87879e37af50')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gazebosim/gazebo-classic/archive/${pkgname}11_$pkgver.tar.gz"
"graphviz-10.patch::https://github.com/gazebosim/gazebo-classic/pull/3373.patch")
sha256sums=('6b63d857399ba08190c331b545d24e8e3e308b840ff051bbf39e87879e37af50'
'60e40900a03308f52dfdb160e36066b53b9af8b5ee1174810d21148bc44ff31f')

_pkgname=gazebo-classic

prepare() {
cd "${srcdir}"
patch -Np1 -i ../graphviz-10.patch
}

build() {
cd "${srcdir}/${_pkgname}-${pkgname}11_$pkgver"

Expand Down

0 comments on commit 6222fb9

Please sign in to comment.