hamster-applet: also needs pysqlite at runtime.

This commit is contained in:
Juan RP 2013-05-13 16:25:57 +02:00
parent d4546baf57
commit 017562a9b1

View file

@ -7,7 +7,7 @@ short_desc="Time tracking application for individuals"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://projecthamster.wordpress.com"
distfiles="${GNOME_SITE}/sources/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
checksum=e16cccbc3f9127b5fbf0aea72e2c3d42ff4ebff756e9ef9acad8f2ce492c2d14
long_desc="
Project Hamster is time tracking for individuals. It helps you to keep track
@ -27,7 +27,7 @@ post_install() {
hamster-applet_package() {
noarch="yes"
pycompile_module="hamster"
depends="pygtk dbus-python python-gconf notify-python"
depends="pygtk dbus-python python-gconf notify-python pysqlite"
pkg_install() {
vmove usr
}