summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2016-02-22 00:45:10 +0200
committerEdvinas Valatka2016-02-22 00:45:10 +0200
commit0e918fef40b1e68c83ffac3717efdaf27051f2c0 (patch)
treee9141bb58dbd993021067a9942947649984c836c
parent0b705a0daf0f0545742d9e11dd1cd5b446a7c115 (diff)
downloadaur-0e918fef40b1e68c83ffac3717efdaf27051f2c0.tar.gz
Postinstall needs gtk-update-icon-cache
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a958584b4e7..58bf64f1594e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 21:31:54 UTC 2016
+# Sun Feb 21 22:43:54 UTC 2016
pkgbase = seafile-client
pkgdesc = This is seafile client for synchronizing your local files with seafile server. Qt4 version.
pkgver = 5.0.5
@@ -14,6 +14,7 @@ pkgbase = seafile-client
depends = seafile-shared
depends = qt4>=4.8.0
depends = qtwebkit
+ depends = gtk-update-icon-cache
conflicts = seafile-client-qt5
options = !libtool
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 6d1bc464769d..877efd7fe953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="This is seafile client for synchronizing your local files with seafile
arch=('i686' 'x86_64')
url="https://github.com/haiwen/seafile-client/"
license=('Apache')
-depends=('seafile-shared' 'qt4>=4.8.0' 'qtwebkit')
+depends=('seafile-shared' 'qt4>=4.8.0' 'qtwebkit' 'gtk-update-icon-cache')
makedepends=("cmake" "seafile-shared>=${pkgver}" )
options=('!libtool' '!emptydirs')
conflicts=('seafile-client-qt5')