Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from acxz/binding-fix
Browse files Browse the repository at this point in the history
Add python-sip/sip dep to fix build
  • Loading branch information
jwhendy authored Sep 30, 2019
2 parents 252e26a + f7fc73f commit 50b5cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-qt-gui-cpp
pkgdesc = ROS - qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
pkgver = 0.3.11
pkgrel = 3
pkgrel = 4
url = https://wiki.ros.org/qt_gui_cpp
arch = any
license = BSD
Expand All @@ -17,6 +17,8 @@ pkgbase = ros-melodic-qt-gui-cpp
depends = ros-melodic-qt-gui
depends = ros-melodic-pluginlib
depends = tinyxml
depends = sip
depends = python-sip
source = ros-melodic-qt-gui-cpp-0.3.11.tar.gz::https://github.com/ros-visualization/qt_gui_core/archive/0.3.11.tar.gz
sha256sums = 708873d6b5a2e4543435e8a1a2349de8eb41937aaf78b9dbcbe08b4a1dc12da2

Expand Down
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url='https://wiki.ros.org/qt_gui_cpp'
pkgname='ros-melodic-qt-gui-cpp'
pkgver='0.3.11'
arch=('any')
pkgrel=3
pkgrel=4
license=('BSD')

ros_makedepends=(
Expand All @@ -33,6 +33,8 @@ ros_depends=(
depends=(
${ros_depends[@]}
tinyxml
sip
python-sip
)

_dir="qt_gui_core-${pkgver}/qt_gui_cpp"
Expand Down

0 comments on commit 50b5cac

Please sign in to comment.