summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2020-08-31 16:32:26 +0200
committerFelix Exner2020-08-31 16:32:26 +0200
commit7ee0581e620aba940cbec0a79e51d020d2ebfd0e (patch)
tree6ab05e392f529e584722a7e041406261b48cf74c
parent6819f1eedbae6b8319914f2c749fdfef9e91ee86 (diff)
downloadaur-7ee0581e620aba940cbec0a79e51d020d2ebfd0e.tar.gz
Disabled test during makepkg
This way we can avoid adding the test dependencies to the PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698984e183a4..b601e900ccee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-openni-launch
pkgdesc = ROS - Drivers for the Microsoft Kinect, Asus Xtion, and Primesense Devices.
pkgver = 1.11.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.wiki.ros.org/openni_launch
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d5a756775cc4..161ac2725adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://www.wiki.ros.org/openni_launch'
pkgname='ros-melodic-openni-launch'
pkgver='1.11.1'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-nodelet
@@ -49,6 +49,7 @@ build() {
cmake ${srcdir}/${_dir} \
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
+ -DCATKIN_ENABLE_TESTING=0 \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF