Date: Thursday, April 28, 2016 @ 18:17:26 Author: fyan Revision: 266534
upgpkg: libkface 16.04.0-2 Hooks rebuild (part 1) Modified: libkface/trunk/PKGBUILD Deleted: libkface/trunk/libkface.install ------------------+ PKGBUILD | 3 +-- libkface.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 16:17:16 UTC (rev 266533) +++ PKGBUILD 2016-04-28 16:17:26 UTC (rev 266534) @@ -5,7 +5,7 @@ pkgname=libkface pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures" url="https://www.kde.org/applications/graphics/" arch=(i686 x86_64) @@ -12,7 +12,6 @@ license=(GPL LGPL FDL) depends=(qt5-base opencv) makedepends=(extra-cmake-modules) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/") sha1sums=('f8fe1be7327ff8bceaf754cd38a0c12328986212' Deleted: libkface.install =================================================================== --- libkface.install 2016-04-28 16:17:16 UTC (rev 266533) +++ libkface.install 2016-04-28 16:17:26 UTC (rev 266534) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
