1 # Contributor: Adria Arrufat <swiftscythe@gmail.com>
5 pkgdesc="A lightweight systray docking app that checks your IMAP mailboxes for unread messages."
7 url="http://kde-apps.org/content/show.php/ImapQuickCheck?content=110823"
10 source=("http://kde-apps.org/CONTENT/content-files/110823-$pkgname-$pkgver.tar.bz2"
11 "imap_check_sql_final.py.patch")
16 patch -uN python/imap_check_sql_final.py ../imap_check_sql_final.py.patch || return 1
19 install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname || return 1
20 install -Dm644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
23 md5sums=('ba022f1af33ce4caaaefe57cd2b9613a' 'ab15b6273ce32782ad9be20df8ccd61e')