summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-02-02 13:52:54 +0200
committerDet2018-02-02 13:52:54 +0200
commited72fba373e3d45ba3434c364e57028b99b0eb90 (patch)
tree5037fc522db08cdd6def6403815cfb1975d4e610
parent97e0eb98c847c8f3f0cd4ef2d9e610705126b33f (diff)
downloadaur-ed72fba373e3d45ba3434c364e57028b99b0eb90.tar.gz
+ Dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9db2e642c905..6e0ba6997ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,12 @@ pkgbase = google-earth
depends = libsm
depends = libxrender
depends = nss
+ depends = libproxy
+ depends = gst-plugins-base-libs
+ depends = libxi
+ depends = fontconfig
+ depends = alsa-lib
+ depends = libcups
optdepends = catalyst-utils: For AMD Catalyst
optdepends = nvidia-utils: For the NVIDIA driver
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 03d0f0ecd4a8..8096a9b2f6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ pkgdesc="Semi-legacy 3D interface to explore the globe, terrain, streets, buildi
arch=('x86_64')
url="https://www.google.com/earth/index.html"
license=('custom:earth')
-depends=('glu' 'hicolor-icon-theme' 'ld-lsb>=3-5' 'libsm' 'libxrender' 'nss')
+depends=('glu' 'hicolor-icon-theme' 'ld-lsb>=3-5' 'libsm' 'libxrender' 'nss'
+ 'libproxy' 'gst-plugins-base-libs' 'libxi' 'fontconfig' 'alsa-lib' 'libcups')
[[ $_attempt_fix = 1 ]] && depends+=('freeimage' 'libpng15' 'qtwebkit')
optdepends=('catalyst-utils: For AMD Catalyst'
'nvidia-utils: For the NVIDIA driver')