summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-02-02 16:23:21 +0200
committerDet2017-02-02 16:23:21 +0200
commit8753b39bd8b116bb1231f0fd54e149abdc6c56d5 (patch)
tree831274e5f3f10966890b5d5aca0053261c22b2d0
parent72a1b493395f2d2dc967b06e5dc6f09f8bcad611 (diff)
downloadaur-8753b39bd8b116bb1231f0fd54e149abdc6c56d5.tar.gz
Condense & Fix deps
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 629c71b6911c..d01861d31416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 18:05:44 UTC 2017
+# Thu Feb 2 14:23:21 UTC 2017
pkgbase = google-earth
pkgdesc = A 3D interface to view satellite images of Earth and other objects
pkgver = 7.1.8.3036
@@ -9,17 +9,12 @@ pkgbase = google-earth
arch = i686
arch = x86_64
license = custom:earth
- depends = desktop-file-utils
- depends = fontconfig
depends = glu
depends = hicolor-icon-theme
depends = ld-lsb>=3-5
- depends = libgl
depends = libsm
depends = libxrender
- depends = mesa
- depends = shared-mime-info
- depends = xdg-utils
+ depends = nss
optdepends = catalyst-utils: For AMD Catalyst
optdepends = nvidia-utils: For the NVIDIA driver
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 70e49fc111ec..be197fe0d232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ pkgdesc="A 3D interface to view satellite images of Earth and other objects"
arch=('i686' 'x86_64')
url="https://www.google.com/earth/index.html"
license=('custom:earth')
-depends=('desktop-file-utils' 'fontconfig' 'glu' 'hicolor-icon-theme' 'ld-lsb>=3-5'
- 'libgl' 'libsm' 'libxrender' 'mesa' 'shared-mime-info' 'xdg-utils')
+depends=('glu' 'hicolor-icon-theme' 'ld-lsb>=3-5' 'libsm' 'libxrender' 'nss')
[[ $_attempt_fix = 1 ]] && depends+=('freeimage' 'libpng15' 'qtwebkit')
optdepends=('catalyst-utils: For AMD Catalyst'
'nvidia-utils: For the NVIDIA driver')