summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 036af69b1a2d..6367b4391747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = gepetto-viewer-corba-git
depends = gepetto-viewer-git
depends = omniorb
depends = qt4
+ depends = omniorbpy
optdepends = doxygen
provides = gepetto-viewer-corba
conflicts = gepetto-viewer-corba
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..07b167cce8ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+gepetto-viewer-corba
diff --git a/PKGBUILD b/PKGBUILD
index 05aaec7bbdbc..3b5b5f36d71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="CORBA server/client for SceneViewer."
arch=('i686' 'x86_64')
url="https://github.com/nim65s/$_pkgname"
license=('BSD')
-depends=('gepetto-viewer-git' 'omniorb' 'qt4')
+depends=('gepetto-viewer-git' 'omniorb' 'qt4' 'omniorbpy')
makedepends=('cmake' 'git')
optdepends=('doxygen')
conflicts=($_pkgname)