Date: Saturday, May 7, 2016 @ 00:24:31 Author: heftig Revision: 267064
3.20.1-1 Modified: polari/trunk/PKGBUILD Deleted: polari/trunk/polari.install ----------------+ PKGBUILD | 7 +++---- polari.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-06 22:20:30 UTC (rev 267063) +++ PKGBUILD 2016-05-06 22:24:31 UTC (rev 267064) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=polari -pkgver=3.20.0 +pkgver=3.20.1 pkgrel=1 pkgdesc="An IRC Client for GNOME" arch=(i686 x86_64) @@ -9,11 +9,10 @@ license=(GPL) url="https://wiki.gnome.org/Apps/Polari" depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger) -makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools) +makedepends=(intltool gobject-introspection appdata-tools) groups=(gnome-extra) -install=polari.install source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('519402e5a7e7aa684d364523bf16357be748c4d0a08b1297e2dee379b8da440a') +sha256sums=('781d9e2ebb5cd4ac115f6ecbdb54edeefd9549eccb4e42b553c053c5d0056f27') build() { cd $pkgname-$pkgver Deleted: polari.install =================================================================== --- polari.install 2016-05-06 22:20:30 UTC (rev 267063) +++ polari.install 2016-05-06 22:24:31 UTC (rev 267064) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
