1 # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
2 pkgname=pidgin-knotifications
5 pkgdesc="A Pidgin plugin that provides KDE4/Gnome/Growl for Windows notifications"
7 url="http://code.google.com/p/pidgin-knotifications/"
9 depends=('pidgin' 'perl-libwww')
10 makedepends=('pkg-config')
11 optdepends=('kdebase-kdialog: KDE notification support'
12 'libnotify: Gnome notification support')
13 source=("http://pidgin-knotifications.googlecode.com/files/knotifications-${pkgver}.pl")
14 sha256sums=('7088213bf11240f4f197017143aeef6b4b2025cfefb11bf8107868e3547d9091')
17 install -D -m755 -v "${srcdir}"/knotifications-0.3.6.pl "${pkgdir}$(pkg-config --variable=plugindir purple)/knotifications.pl"
20 # vim:set ts=2 sw=2 et: