From owner-svn-ports-head@FreeBSD.ORG Tue Mar 11 21:25:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ED8B5D4; Tue, 11 Mar 2014 21:25:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4473A0; Tue, 11 Mar 2014 21:25:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2BLOxCX096911; Tue, 11 Mar 2014 21:24:59 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2BLOxZ2096908; Tue, 11 Mar 2014 21:24:59 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201403112124.s2BLOxZ2096908@svn.freebsd.org> From: Frederic Culot Date: Tue, 11 Mar 2014 21:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347935 - in head/textproc/ibus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 21:25:00 -0000 Author: culot Date: Tue Mar 11 21:24:59 2014 New Revision: 347935 URL: http://svnweb.freebsd.org/changeset/ports/347935 QAT: https://qat.redports.org/buildarchive/r347935/ Log: - Add patches forgotten in previous commit Reported by: Henry Hu (maintainer) Pointyhat to: culot@ Added: head/textproc/ibus/files/extra-xigrabkeycode (contents, props changed) head/textproc/ibus/files/ibus.desktop (contents, props changed) Modified: head/textproc/ibus/Makefile Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Tue Mar 11 21:21:14 2014 (r347934) +++ head/textproc/ibus/Makefile Tue Mar 11 21:24:59 2014 (r347935) @@ -3,6 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Added: head/textproc/ibus/files/extra-xigrabkeycode ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus/files/extra-xigrabkeycode Tue Mar 11 21:24:59 2014 (r347935) @@ -0,0 +1,29 @@ +--- ui/gtk3/keybindingmanager.vala.orig 2014-02-03 14:11:48.000000000 -0500 ++++ ui/gtk3/keybindingmanager.vala 2014-02-03 14:12:18.000000000 -0500 +@@ -35,6 +35,8 @@ + Gdk.ModifierType.HYPER_MASK | + Gdk.ModifierType.META_MASK); + ++ public static const int META_CORE_KEYBOARD_ID = 3; ++ + /** + * Helper class to store keybinding + */ +@@ -254,7 +256,7 @@ + XI.set_mask(evmask.mask, XI.EventType.KeyRelease); + + int retval = XI.grab_keycode (xdisplay, +- XI.AllMasterDevices, ++ META_CORE_KEYBOARD_ID, + keycode, + xdisplay.default_root_window(), + X.GrabMode.Async, +@@ -275,7 +277,7 @@ + } + + int retval = XI.ungrab_keycode (xdisplay, +- XI.AllMasterDevices, ++ META_CORE_KEYBOARD_ID, + keycode, + xdisplay.default_root_window(), + get_grab_modifiers(modifiers)); Added: head/textproc/ibus/files/ibus.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus/files/ibus.desktop Tue Mar 11 21:24:59 2014 (r347935) @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=IBus +GenericName=Input Method Framework +Comment=Start IBus Input Method Framework +Exec=ibus-daemon --xim +Icon=ibus +Terminal=false +Type=Application +Categories=System;Utility; +X-GNOME-Autostart-Phase=Applications +X-GNOME-AutoRestart=false +X-GNOME-Autostart-Notify=true +X-KDE-autostart-after=panel