From d28d6f72fbb064349629ec93f6a18fc7792ae1f9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Sep 2012 16:28:20 +0200 Subject: [PATCH] ibus: needs pyxdg at runtime. --- srcpkgs/ibus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template index 470bd9d6d5..afbcd383b5 100644 --- a/srcpkgs/ibus/template +++ b/srcpkgs/ibus/template @@ -1,7 +1,7 @@ # Template file for 'ibus' pkgname=ibus version=1.4.99.20120917 -revision=1 +revision=2 subpackages="ibus-devel" build_style=gnu-configure configure_args="--with-gconf-schema-file-dir=/usr/share/gconf/schemas @@ -9,7 +9,7 @@ configure_args="--with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-schemas-install --enable-dconf --disable-gconf" makedepends="pkg-config intltool dconf-devel>=0.13.90 librsvg-devel gobject-introspection gtk+-devel gtk+3-devel" -fulldepends="hicolor-icon-theme iso-codes dbus-x11" +fulldepends="hicolor-icon-theme iso-codes dbus-x11 pyxdg" short_desc="Intelligent Input Bus for Linux / Unix OS" maintainer="Juan RP " homepage="http://ibus.googlecode.com"