diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-26 23:22:20 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-26 23:35:15 -0500 |
commit | c6c621db1eb48a14b5d664fded78de0230301201 (patch) | |
tree | 3d470bcf4a0d1282db082060dd01651e599ff463 /misc | |
parent | 748824ecabef225fc18146583b28223d016801e6 (diff) | |
download | slackbuilds-c6c621db1eb48a14b5d664fded78de0230301201.tar.gz |
misc/ibus: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ibus/README | 3 | ||||
-rw-r--r-- | misc/ibus/ibus.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/ibus/README b/misc/ibus/README index e2bb02e3ed..0ceb59617a 100644 --- a/misc/ibus/README +++ b/misc/ibus/README @@ -6,8 +6,7 @@ After installing at least one engine (e.g. PinYin engine) and enabling it in ibus-setup, ibus itself should be fully functional. If you want to use ibus as your primary input method, you should remove the scim package. -This requires pyxdg. If you use qt applications, then you probably want -ibus-qt as well. +If you use qt applications, then you probably want ibus-qt as well. After installing, ibus will automatically be started in an xdg-compliant desktop environment; if this behavior is undesirable, you can disable it diff --git a/misc/ibus/ibus.info b/misc/ibus/ibus.info index e600636caa..3d67139b78 100644 --- a/misc/ibus/ibus.info +++ b/misc/ibus/ibus.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ibus.googlecode.com/files/ibus-1.3.9.tar.gz" MD5SUM="57345a3c1cfe37ce3825f6221676dcfe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ibus-qt pyxdg" +REQUIRES="pyxdg" MAINTAINER="Grissiom" EMAIL="chaos.proton@gmail.com" |