Date: Wednesday, April 27, 2016 @ 23:38:47 Author: arojas Revision: 172210
Hooks Modified: kdeconnect/trunk/PKGBUILD Deleted: kdeconnect/trunk/kdeconnect.install --------------------+ PKGBUILD | 5 ++--- kdeconnect.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 21:31:48 UTC (rev 172209) +++ PKGBUILD 2016-04-27 21:38:47 UTC (rev 172210) @@ -6,15 +6,14 @@ pkgname=kdeconnect pkgver=0.9.g _pkgver=0.9g -pkgrel=1 +pkgrel=2 pkgdesc='Adds communication between KDE and your smartphone' url='https://community.kde.org/KDEConnect' license=(GPL) arch=(i686 x86_64) depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5) -makedepends=(extra-cmake-modules) +makedepends=(extra-cmake-modules python) optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI') -install=$pkgname.install source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz") md5sums=('1472d071bd3d4f46c125a3aa0f387ca2') Deleted: kdeconnect.install =================================================================== --- kdeconnect.install 2016-04-27 21:31:48 UTC (rev 172209) +++ kdeconnect.install 2016-04-27 21:38:47 UTC (rev 172210) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
