pidgin: switch to pacman hooks (#11)

This commit is contained in:
Francesco Marinucci 2018-12-09 19:33:42 +01:00
parent 2d23401da2
commit f2b5cd75bd
2 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,6 @@
pkgname=('pidgin')
pkgver=2.13.0
pkgrel=1
pkgrel=2
arch=('x86_64')
pkgdesc="Multi-protocol instant messaging client"
url="http://pidgin.im/"
@ -10,7 +10,6 @@ depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
makedepends=('nss' 'libsasl' 'libidn' 'python3' 'avahi'
'tk' 'ca-certificates' 'intltool' 'networkmanager')
optdepends=('aspell: for spelling correction')
install=pidgin.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
'purple-remote-python3.patch')
md5sums=('423403494fe1951e47cc75231f743bb0'

View File

@ -1,12 +0,0 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
chakra-update-sycoca
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}