summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-02-22 21:02:38 +0100
committerbionade242020-02-22 21:02:38 +0100
commit120c7510af8f0fe7bd749eb707e91d21b44a7d3d (patch)
tree561dac27f6aefd3dbf9862e62f16140f40d3a830
parentd3e16726dea089e1151501234a89830ba3445362 (diff)
downloadaur-120c7510af8f0fe7bd749eb707e91d21b44a7d3d.tar.gz
Fixed path to patch and add gtk3 as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5138edb2c90..5c912a5f4e9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-view
pkgdesc = ROS - A simple viewer for ROS image topics.
pkgver = 1.13.0
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.ros.org/image_view
arch = i686
arch = x86_64
@@ -35,6 +35,7 @@ pkgbase = ros-melodic-image-view
depends = ros-melodic-message-filters
depends = ros-melodic-image-transport
depends = gtk2
+ depends = gtk3
source = ros-melodic-image-view-1.13.0.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.13.0.tar.gz
source = CMakeLists.patch
sha256sums = 3c2309d421acf354ca69a7c814ceec7c8b24732c31a7f1c47a055aedd95cb1c4
diff --git a/PKGBUILD b/PKGBUILD
index 5cbdddeac3ea..687f674d50dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - A simple viewer for ROS image topics."
url='https://wiki.ros.org/image_view'
pkgname='ros-melodic-image-view'
pkgver='1.13.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(
@@ -47,6 +45,7 @@ ros_depends=(
depends=(
${ros_depends[@]}
gtk2
+ gtk3
)
_dir="image_pipeline-${pkgver}/image_view"
@@ -57,7 +56,7 @@ sha256sums=('3c2309d421acf354ca69a7c814ceec7c8b24732c31a7f1c47a055aedd95cb1c4'
prepare() {
cd "${srcdir}/${_dir}"
- patch -uN CMakeLists.txt ../../../CMakeLists.patch || return 1
+ patch -uN CMakeLists.txt ${srcdir}/CMakeLists.patch || return 1
}
build() {