mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
pidgin: switch to pacman hooks (#11)
This commit is contained in:
parent
2d23401da2
commit
f2b5cd75bd
@ -1,6 +1,6 @@
|
|||||||
pkgname=('pidgin')
|
pkgname=('pidgin')
|
||||||
pkgver=2.13.0
|
pkgver=2.13.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdesc="Multi-protocol instant messaging client"
|
pkgdesc="Multi-protocol instant messaging client"
|
||||||
url="http://pidgin.im/"
|
url="http://pidgin.im/"
|
||||||
@ -10,7 +10,6 @@ depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
|
|||||||
makedepends=('nss' 'libsasl' 'libidn' 'python3' 'avahi'
|
makedepends=('nss' 'libsasl' 'libidn' 'python3' 'avahi'
|
||||||
'tk' 'ca-certificates' 'intltool' 'networkmanager')
|
'tk' 'ca-certificates' 'intltool' 'networkmanager')
|
||||||
optdepends=('aspell: for spelling correction')
|
optdepends=('aspell: for spelling correction')
|
||||||
install=pidgin.install
|
|
||||||
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||||
'purple-remote-python3.patch')
|
'purple-remote-python3.patch')
|
||||||
md5sums=('423403494fe1951e47cc75231f743bb0'
|
md5sums=('423403494fe1951e47cc75231f743bb0'
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user