summaryrefslogtreecommitdiff
path: root/_wip
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-02-15 22:14:08 +0200
committerYuval Adam <yuval@y3xz.com>2016-02-15 22:14:08 +0200
commiteda89e1f6a20af028d249c7f7499683142e0f5a6 (patch)
tree1720d2d1a8fbce4d514c0b40b6a8484f9da82558 /_wip
parent7e27a7d87dc3a6a6f56607ec008f53a636b4dd77 (diff)
Add gtk3 dependency to tails-installer
Diffstat (limited to '_wip')
-rw-r--r--_wip/tails-installer/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/_wip/tails-installer/PKGBUILD b/_wip/tails-installer/PKGBUILD
index aa003f3..22d43a7 100644
--- a/_wip/tails-installer/PKGBUILD
+++ b/_wip/tails-installer/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Installer for the Tails live operating system"
arch=('x86_64' 'i686')
url="https://tails.boum.org/"
license=(GPL)
-depends=('udisks2' 'python2-configobj' 'urlgrabber')
+depends=('gtk3' 'udisks2' 'syslinux' 'p7zip' 'python2-configobj' 'urlgrabber')
makedepends=('git')
source=("git://git.tails.boum.org/liveusb-creator#tag=tails-installer_${pkgver}")
sha256sums=('SKIP')