summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsehraf2019-03-02 19:42:42 +0100
committersehraf2019-03-02 19:42:42 +0100
commit05b706e84e9cbb7f44b90efd271983a4d804cf2d (patch)
tree8297c8d6717379814801e7216dee92f1ee770f6a /PKGBUILD
parent80132d876bc81ef6acf5c5b1557000a90edb2d10 (diff)
downloadaur-05b706e84e9cbb7f44b90efd271983a4d804cf2d.tar.gz
VOIP is broken
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3aca676e366b..3539e68e6d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Set this to 'true' to build and install the plugins
#_plugin_feedreader='true'
-#_plugin_voip='true'
+#_plugin_voip='true' # currently broken!!!
# Set this to 'true' to enable the new automatically generated jsaon api
#_jsonapi='true'
@@ -73,8 +73,8 @@ fi
prepare() {
cd "${srcdir}/RetroShare-${pkgver}"
- #patch -p1 -i "${srcdir}"/4d287d68bc9725f403dc7d952a927d401c5d6c97.patch
- #patch -p1 -i "${srcdir}"/428b331d8efede1e2f39f2fc49216c675d081030.patch
+
+ [[ "$_plugin_voip" == 'true' ]] && sed -i -e 's/PKGCONFIG += opencv/PKGCONFIG += opencv4/g' plugins/VOIP/VOIP.pro
}
build() {