[arch-commits] Commit in subsurface/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Jan 16 09:31:36 UTC 2017


    Date: Monday, January 16, 2017 @ 09:31:35
  Author: bisson
Revision: 207593

fix marble detection

Modified:
  subsurface/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 09:29:19 UTC (rev 207592)
+++ PKGBUILD	2017-01-16 09:31:35 UTC (rev 207593)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')
@@ -29,10 +29,10 @@
 	install -d build
 	cd build
 	cmake \
-		-DUSE_LIBGIT23_API=1 \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
+		-DMARBLE_INCLUDE_DIR=/usr/include/subsurface/marble \
 		..
 	make
 }



More information about the arch-commits mailing list