From 847d09698f312551455158a49e6422c8231f503b Mon Sep 17 00:00:00 2001 From: Grissiom Date: Tue, 27 Apr 2010 04:28:38 -0500 Subject: misc/ibus: Updated for version 1.3.1. --- misc/ibus/README.SBO | 27 +++++++++++++++++++++++++++ misc/ibus/README.SLACKWARE | 27 --------------------------- misc/ibus/ibus.SlackBuild | 4 ++-- misc/ibus/ibus.info | 6 +++--- 4 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 misc/ibus/README.SBO delete mode 100644 misc/ibus/README.SLACKWARE (limited to 'misc') diff --git a/misc/ibus/README.SBO b/misc/ibus/README.SBO new file mode 100644 index 0000000000..a7c2378f61 --- /dev/null +++ b/misc/ibus/README.SBO @@ -0,0 +1,27 @@ +================= +ibus auto-startup +================= +The ibus package has an ibus.desktop file in /etc/xdg/autostart/, so if your +desktop environment is xdg compatible and the $XDG_CONFIG_DIRS is not set, ibus +will be automatically launched during startup of the your DE after you have +logged in. If you don't want to remove ibus package and want use other input +method programs (like SCIM), you can place an ibus.desktop file in your personal +autostart directory (most likely ~/.config/autostart/) which contains the key +Hidden=true. You'll also want to make the ibus profile scripts non-executable: + + chmod -x /etc/profile.d/ibus.{csh,sh} + +If your DE is not xdg compatible (what a pity..), you can add the following +to your shell init files (~/.profile, ~/.bash_profile, ~/.zprofile, etcetera): + + if [ -x /usr/bin/ibus-daemon ]; then + /usr/bin/ibus-daemon --xim & + fi + +============================= +environment variable settings +============================= +chmod +x /etc/profile.d/ibus.{sh,csh} will enable environment variable settings +at login, but if you have ibus-qt installed, you may also prefer to run +qtconfig and set "Default Input Method" to ibus. + diff --git a/misc/ibus/README.SLACKWARE b/misc/ibus/README.SLACKWARE deleted file mode 100644 index a7c2378f61..0000000000 --- a/misc/ibus/README.SLACKWARE +++ /dev/null @@ -1,27 +0,0 @@ -================= -ibus auto-startup -================= -The ibus package has an ibus.desktop file in /etc/xdg/autostart/, so if your -desktop environment is xdg compatible and the $XDG_CONFIG_DIRS is not set, ibus -will be automatically launched during startup of the your DE after you have -logged in. If you don't want to remove ibus package and want use other input -method programs (like SCIM), you can place an ibus.desktop file in your personal -autostart directory (most likely ~/.config/autostart/) which contains the key -Hidden=true. You'll also want to make the ibus profile scripts non-executable: - - chmod -x /etc/profile.d/ibus.{csh,sh} - -If your DE is not xdg compatible (what a pity..), you can add the following -to your shell init files (~/.profile, ~/.bash_profile, ~/.zprofile, etcetera): - - if [ -x /usr/bin/ibus-daemon ]; then - /usr/bin/ibus-daemon --xim & - fi - -============================= -environment variable settings -============================= -chmod +x /etc/profile.d/ibus.{sh,csh} will enable environment variable settings -at login, but if you have ibus-qt installed, you may also prefer to run -qtconfig and set "Default Input Method" to ibus. - diff --git a/misc/ibus/ibus.SlackBuild b/misc/ibus/ibus.SlackBuild index 4047a78d6a..dbbbb508b7 100644 --- a/misc/ibus/ibus.SlackBuild +++ b/misc/ibus/ibus.SlackBuild @@ -28,7 +28,7 @@ # Feedback (especially improvements) is encouraged! :-) PRGNAM=ibus -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,7 +94,7 @@ cp -a \ ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE +cat $CWD/README.SBO > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBO ( cd $PKG/usr/doc/$PRGNAM-$VERSION; ln -s ../../share/gtk-doc/html/ibus html ) mkdir -p $PKG/install diff --git a/misc/ibus/ibus.info b/misc/ibus/ibus.info index 76a613ac7e..2f9ff08929 100644 --- a/misc/ibus/ibus.info +++ b/misc/ibus/ibus.info @@ -1,8 +1,8 @@ PRGNAM="ibus" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://code.google.com/p/ibus/" -DOWNLOAD="http://ibus.googlecode.com/files/ibus-1.3.0.tar.gz" -MD5SUM="b9a4eb1aeb6aa2e708c20a41b94b286c" +DOWNLOAD="http://ibus.googlecode.com/files/ibus-1.3.1.tar.gz" +MD5SUM="7177ff4e14554009a4dccd7edd9a299f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Grissiom" -- cgit v1.2.3-80-g2a13