[arch-commits] Commit in gcin/trunk (PKGBUILD missing.patch)

Gaetan Bisson bisson at archlinux.org
Wed Sep 7 18:03:02 UTC 2011


    Date: Wednesday, September 7, 2011 @ 14:03:01
  Author: bisson
Revision: 137497

fix the fix

Modified:
  gcin/trunk/PKGBUILD
  gcin/trunk/missing.patch

---------------+
 PKGBUILD      |    4 ++--
 missing.patch |   23 +++++++++++++++++++++--
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-07 17:54:44 UTC (rev 137496)
+++ PKGBUILD	2011-09-07 18:03:01 UTC (rev 137497)
@@ -5,7 +5,7 @@
 
 pkgname=gcin
 pkgver=1.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Input method server supporting various input methods'
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -21,7 +21,7 @@
         'missing.patch')
 sha1sums=('c400924a8827723d7d69183bbafae13ae9e1949d'
           '4307b0d7d6dc10f15909c94973c4357caf31de7e'
-          '284b497c79ed6c46c2f60f7134695795bbf903e6')
+          '791c190c8b0db2e70b0099d4d03a32417497d065')
 
 install=install
 

Modified: missing.patch
===================================================================
--- missing.patch	2011-09-07 17:54:44 UTC (rev 137496)
+++ missing.patch	2011-09-07 18:03:01 UTC (rev 137497)
@@ -1,6 +1,25 @@
+diff -aur old/gen-dist new/gen-dist
+--- old/gen-dist	2011-09-07 10:51:59.214132579 -0700
++++ new/gen-dist	2011-09-07 10:53:27.534010656 -0700
+@@ -1,5 +1,5 @@
+ GCIN_VERSION="gcin-`cat VERSION.gcin`"
+-sh gen-gtk3
++#sh gen-gtk3
+ sed -i '/^$/d' Changelog.html
+ rm -f tags core.*
+ cd ..
 diff -aur old/gtk3-im/gtkimcontextgcin.c new/gtk3-im/gtkimcontextgcin.c
---- old/gtk3-im/gtkimcontextgcin.c	2011-09-07 01:15:55.789537810 -0700
-+++ new/gtk3-im/gtkimcontextgcin.c	2011-09-07 01:16:14.822829130 -0700
+--- old/gtk3-im/gtkimcontextgcin.c	2011-09-07 10:51:59.224132565 -0700
++++ new/gtk3-im/gtkimcontextgcin.c	2011-09-07 10:53:09.984034884 -0700
+@@ -128,7 +128,7 @@
+   GdkWindow *client_window = context_xim->client_window;
+   if (!client_window)
+     return;
+-  GdkScreen *screen = gdk_drawable_get_screen (client_window);
++  GdkScreen *screen = gdk_window_get_screen (client_window);
+   if (!screen)
+     return;
+ 
 @@ -137,7 +137,7 @@
      return;
  




More information about the arch-commits mailing list