summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-05-11 17:22:02 -0500
committerDoug Newgard2016-05-11 17:22:02 -0500
commit91c16226895a5da3d76f2fd75a02c7e7d76c37da (patch)
tree4d76fe51bb053b723f4f365fb8166c4fc210a9d6
parent76eb13ac902787b7dd29146e5ec2f72e5eef4760 (diff)
downloadaur-91c16226895a5da3d76f2fd75a02c7e7d76c37da.tar.gz
Change osgearth to osgearth-qt4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9683b73c8c9c..3355d1cd0cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Globe Plugin and Map Server are disabled in cmake by default.
# Uncomment them in the build() portion if you'd like them enabled.
-# You will also need to install osgearth or fcgi, respectively, before building.
+# You will also need to install osgearth-qt4 or fcgi, respectively, before building.
pkgname=qgis
pkgver=2.14.2
@@ -75,7 +75,7 @@ package() {
[[ -n "$(sed -n '/^GRASS_PREFIX:/ s/.*=//p' CMakeCache.txt)" ]] && optdepends+=('grass6: GRASS6 plugin')
[[ -n "$(sed -n '/^GRASS_PREFIX7:/ s/.*=//p' CMakeCache.txt)" ]] && optdepends+=('grass: GRASS7 plugin')
[[ "$(sed -n '/^WITH_SERVER:/ s/.*=//p' CMakeCache.txt)" == "TRUE" ]] && optdepends+=('fcgi: Map Server')
- [[ "$(sed -n '/^WITH_GLOBE:/ s/.*=//p' CMakeCache.txt)" == "TRUE" ]] && optdepends+=('osgearth: Globe plugin')
+ [[ "$(sed -n '/^WITH_GLOBE:/ s/.*=//p' CMakeCache.txt)" == "TRUE" ]] && optdepends+=('osgearth-qt4: Globe plugin')
make DESTDIR="$pkgdir" install