Date: Sunday, March 8, 2015 @ 15:32:00
Author: jlichtblau
Revision: 128918
FS#43815 - [syncthing-gtk] Missing Dependencies fix
Modified:
syncthing-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-08 14:29:50 UTC (rev 128917)
+++ PKGBUILD 2015-03-08 14:32:00 UTC (rev 128918)
@@ -13,7 +13,8 @@
depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject'
'python2-pyinotify' 'python2-cairo' 'syncthing')
makedepends=('python2-setuptools')
optdepends=('python2-nautilus: file manager integration for Nautilus'
- 'python2-caja: file manager integration for Caja')
+ 'python2-caja: file manager integration for Caja'
+ 'librsvg: to shown menu icons correctly if not using traditional
window header')
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
sha256sums=('838186313056392c9f006bd3ec8f936c2f886f1afe655c839106b80cbea7e775')