Date: Monday, October 17, 2011 @ 03:25:53 Author: bisson Revision: 140556
upstream update Modified: gcin/trunk/PKGBUILD Deleted: gcin/trunk/missing.patch ---------------+ PKGBUILD | 13 +++++-------- missing.patch | 31 ------------------------------- 2 files changed, 5 insertions(+), 39 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-17 07:25:46 UTC (rev 140555) +++ PKGBUILD 2011-10-17 07:25:53 UTC (rev 140556) @@ -4,8 +4,8 @@ # Contributor: damir <[email protected]> pkgname=gcin -pkgver=1.6.8 -pkgrel=2 +pkgver=1.6.9 +pkgrel=1 pkgdesc='Input method server supporting various input methods' arch=('i686' 'x86_64') license=('LGPL') @@ -17,18 +17,15 @@ 'anthy: support for anthy input method' 'libchewing: support for chewing input method') source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz" - 'qt4-lib64.patch' - 'missing.patch') -sha1sums=('c400924a8827723d7d69183bbafae13ae9e1949d' - '4307b0d7d6dc10f15909c94973c4357caf31de7e' - '791c190c8b0db2e70b0099d4d03a32417497d065') + 'qt4-lib64.patch') +sha1sums=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06' + '4307b0d7d6dc10f15909c94973c4357caf31de7e') install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../missing.patch patch -p1 -i ../qt4-lib64.patch sed '/include suffixes-rule/a \ CFLAGS+='"${CFLAGS}"' \ Deleted: missing.patch =================================================================== --- missing.patch 2011-10-17 07:25:46 UTC (rev 140555) +++ missing.patch 2011-10-17 07:25:53 UTC (rev 140556) @@ -1,31 +0,0 @@ -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 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; - - if (!context_xim->gcin_ch) { -- if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY()))) -+ if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY_XDISPLAY(gdk_display_get_default())))) - perror("cannot open gcin_ch"); - #if 1 - context_xim->timeout_handle = 0;
