-DIST im-chooser-1.6.2.tar.bz2 515776 SHA256 0df444df86a60ff2534eea58c51a5e8bcc343c13a6b3d87356d9c5da3e4867b1 SHA512 86ed483ccdeb045f2b96df443ffbccb4d66bd11dac215e52d10eabb983fbbcecc848b074f7771c76bab311db04ec982865f2cce27d6274144068361aa04f42b9 WHIRLPOOL 3280243d859cd53ddf5d3cd64c7acbbc74718e751c0ca756315a2a3966b7db9215cb5d174cc5bcf25c5ecee653cd6c6019ddbdf62b4906d470710e8455d7b2cf
DIST im-chooser-1.7.0.tar.bz2 509630 SHA256 5b5f4eff3f57b2b85b679d2079d56db507342ba4db189b3881bd75bf42fe125c SHA512 2a01488062b5a4dc1e4cd0815dda5a6bcef205dc50ed75d58836c5b46e3f86be79aac70eb5d6753e5f569ccc05015dd6d8de59029e94dc407cc613160d3ac61c WHIRLPOOL f80472e6c373ae29425e4bf6988088b2917ec1ecf936ac996ed0ae540d4a79fb39c5313c1f09c141e26a83444130993e981c2654c5de0c123e0fb3dbdece6d57
+++ /dev/null
-diff --git a/libimchooseui/imchooseui.c b/libimchooseui/imchooseui.c
-index f135aff..dd5881a 100644
---- a/libimchooseui/imchooseui.c
-+++ b/libimchooseui/imchooseui.c
-@@ -41,14 +41,14 @@ static void _imchoose_ui_switch_im_finish (GObject *source_object,
- GAsyncResult *res,
- gpointer user_data);
-
--typedef struct _IMChooseUIPrivate {
-+struct _IMChooseUIPrivate {
- IMSettingsClient *client;
- gchar *default_im;
- gchar *initial_im;
- gchar *current_im;
- guint note_type;
- gboolean clicked:1;
--} IMChooseUIPrivate;
-+};
- enum {
- POS_ICON = 0,
- POS_LABEL,
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2 eutils
-
-DESCRIPTION="Desktop Input Method configuration tool"
-HOMEPAGE="https://fedorahosted.org/im-chooser/"
-SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND=">=app-i18n/imsettings-1.3.0
- >=dev-libs/glib-2.16:2
- >=x11-libs/gtk+-2.16:2
- gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
-# || (
-# (
-# >=dev-libs/glib:3
-# >=x11-libs/gtk+:3
-# gnome? ( gnome-base/gnome-control-center:3 )
-# )
-# (
-# >=dev-libs/glib-2.16:2
-# >=x11-libs/gtk+-2.16:2
-# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
-# )
-# )
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.5.1-imchooserui.patch
- gnome2_src_prepare
-}