From c75ff90f6995f327b870a74ab522f7da758e7d49 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 15 May 2013 17:34:25 +0200 Subject: [PATCH] hamster-applet: add implicit pyxdg dependency --- srcpkgs/hamster-applet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hamster-applet/template b/srcpkgs/hamster-applet/template index 0a50443af5f..5563ab7bb55 100644 --- a/srcpkgs/hamster-applet/template +++ b/srcpkgs/hamster-applet/template @@ -27,7 +27,7 @@ post_install() { hamster-applet_package() { noarch="yes" pycompile_module="hamster" - depends="pygtk dbus-python python-gconf notify-python pysqlite" + depends="pygtk pyxdg dbus-python python-gconf notify-python pysqlite" pkg_install() { vmove usr }