Просмотр исходного кода

Postinstall needs gtk-update-icon-cache

Edvinas Valatka 10 лет назад
Родитель
Сommit
33423224ad
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 2 - 1
.SRCINFO

@@ -1,5 +1,5 @@
 # Generated by mksrcinfo v8
-# Sun Feb 21 22:50:04 UTC 2016
+# Sun Feb 21 23:34:01 UTC 2016
 pkgbase = seafile-client-qt5
 	pkgdesc = This is seafile client for synchronizing your local files with seafile server. Qt5 version.
 	pkgver = 5.0.5
@@ -15,6 +15,7 @@ pkgbase = seafile-client-qt5
 	depends = seafile-shared
 	depends = qt5-webkit
 	depends = qt5-base
+	depends = gtk-update-icon-cache
 	conflicts = seafile-client
 	options = !libtool
 	options = !emptydirs

+ 1 - 1
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' 'qt5-webkit' 'qt5-base')
+depends=('seafile-shared' 'qt5-webkit' 'qt5-base' 'gtk-update-icon-cache')
 makedepends=('cmake' 'qt5-tools' "seafile-shared>=${pkgver}")
 options=('!libtool' '!emptydirs')
 conflicts=('seafile-client')