Date: Thursday, July 28, 2016 @ 08:21:37 Author: heftig Revision: 272541
3.20.0-2 Modified: gcr/trunk/PKGBUILD Deleted: gcr/trunk/gcr.install -------------+ PKGBUILD | 7 +++---- gcr.install | 14 -------------- 2 files changed, 3 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-28 08:13:41 UTC (rev 272540) +++ PKGBUILD 2016-07-28 08:21:37 UTC (rev 272541) @@ -3,15 +3,14 @@ pkgname=gcr pkgver=3.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library for bits of crypto UI and parsing" arch=(i686 x86_64) -url="http://www.gnome.org" +url="https://git.gnome.org/browse/gcr" license=('GPL2') -depends=('dconf' 'desktop-file-utils' 'gtk3' 'libgcrypt' 'p11-kit') +depends=('dconf' 'gtk3' 'libgcrypt' 'p11-kit') makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt') options=('!makeflags') -install=gcr.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz 10-gcr.conf) sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379' Deleted: gcr.install =================================================================== --- gcr.install 2016-07-28 08:13:41 UTC (rev 272540) +++ gcr.install 2016-07-28 08:21:37 UTC (rev 272541) @@ -1,14 +0,0 @@ -post_install () { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-mime-database /usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade () { - post_install -} - -post_remove() { - post_install -}
