summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-09-27 10:34:35 +0100
committerAndrew Stubbs2016-09-27 10:34:35 +0100
commitcea8793a27d0a6e437ac97116fb3edf23eaf8582 (patch)
treecd187f1a8ba9e7f26cd46493afbcc68e8b2d218a
parent62c00a909ab3a262f9efda0d1f27fe964fa534e9 (diff)
downloadaur-cea8793a27d0a6e437ac97116fb3edf23eaf8582.tar.gz
Add documented dependencies.
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD6
2 files changed, 21 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d46ab9337a..f10f0b93c780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 08:56:25 UTC 2016
+# Tue Sep 27 09:34:09 UTC 2016
pkgbase = etcher
pkgdesc = Burn images to SD cards & USB drives, safe & easy
pkgver = 1.0.0_beta.15
@@ -9,9 +9,22 @@ pkgbase = etcher
arch = x86_64
license = apache
depends = gtk2
- depends = atk
+ depends = dbus
+ depends = libxi
+ depends = libxcursor
+ depends = libxdamage
+ depends = libxrandr
+ depends = libxcomposite
+ depends = libxext
+ depends = libxfixes
+ depends = libxrender
+ depends = libxtst
depends = gconf
- depends = alsa-lib
+ depends = glib2
+ depends = nss
+ depends = xz
+ optdepends = libnotify: for notifications
+ optdepends = speech-dispatcher: for text-to-speech
noextract = Etcher-linux-x86-1.0.0-beta.15.AppImage
noextract = Etcher-linux-x64-1.0.0-beta.15.AppImage
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index bae932d45ba5..116705c5e594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc="Burn images to SD cards & USB drives, safe & easy"
arch=('i686' 'x86_64')
url="http://www.etcher.io/"
license=('apache')
-depends=('gtk2' 'atk' 'gconf' 'alsa-lib')
+depends=('gtk2' 'dbus' 'libxi' 'libxcursor' 'libxdamage' 'libxrandr'
+ 'libxcomposite' 'libxext' 'libxfixes' 'libxrender' 'libxtst'
+ 'gconf' 'glib2' 'nss' 'xz')
+optdepends=('libnotify: for notifications'
+ 'speech-dispatcher: for text-to-speech')
source=("etcher"
"Etcher.desktop"
"etcher.png")