Date: Wednesday, September 7, 2011 @ 04:35:56 Author: bisson Revision: 137332
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gcin/repos/extra-i686/PKGBUILD (from rev 137331, gcin/trunk/PKGBUILD) gcin/repos/extra-i686/missing.patch (from rev 137331, gcin/trunk/missing.patch) gcin/repos/extra-x86_64/PKGBUILD (from rev 137331, gcin/trunk/PKGBUILD) gcin/repos/extra-x86_64/missing.patch (from rev 137331, gcin/trunk/missing.patch) Deleted: gcin/repos/extra-i686/PKGBUILD gcin/repos/extra-x86_64/PKGBUILD ----------------------------+ extra-i686/PKGBUILD | 89 ++++++++++++++++++++++--------------------- extra-i686/missing.patch | 12 +++++ extra-x86_64/PKGBUILD | 89 ++++++++++++++++++++++--------------------- extra-x86_64/missing.patch | 12 +++++ 4 files changed, 116 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2011-09-07 08:35:19 UTC (rev 137331) +++ extra-i686/PKGBUILD 2011-09-07 08:35:56 UTC (rev 137332) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Andreas Radke <andy...@archlinux.org> -# Contributor: damir <da...@archlinux.org> - -pkgname=gcin -pkgver=1.6.6 -pkgrel=1 -pkgdesc='Input method server supporting various input methods' -arch=('i686' 'x86_64') -license=('LGPL') -url='http://hyperrate.com/dir.php?eid=67' -depends=('gtk2' 'libxtst') -makedepends=('qt' 'gtk3' 'anthy' 'libchewing') -optdepends=('qt: support for qt4 input method' - 'gtk3: support for gtk3 input method' - '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') -sha1sums=('d230f8cd0bd1d16321a49e51e42869fd18c3f399' - '4307b0d7d6dc10f15909c94973c4357caf31de7e') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../qt4-lib64.patch - sed '/include suffixes-rule/a \ - CFLAGS+='"${CFLAGS}"' \ - LDFLAGS+='"${LDFLAGS}"' \ - OPTFLAGS=' \ - -i Makefile - - ./configure --prefix=/usr --use_i18n=Y - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gcin/repos/extra-i686/PKGBUILD (from rev 137331, gcin/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-09-07 08:35:56 UTC (rev 137332) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Andreas Radke <andy...@archlinux.org> +# Contributor: damir <da...@archlinux.org> + +pkgname=gcin +pkgver=1.6.8 +pkgrel=1 +pkgdesc='Input method server supporting various input methods' +arch=('i686' 'x86_64') +license=('LGPL') +url='http://hyperrate.com/dir.php?eid=67' +depends=('gtk2' 'libxtst') +makedepends=('qt' 'gtk3' 'anthy' 'libchewing') +optdepends=('qt: support for qt4 input method' + 'gtk3: support for gtk3 input method' + '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' + '284b497c79ed6c46c2f60f7134695795bbf903e6') + +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}"' \ + LDFLAGS+='"${LDFLAGS}"' \ + OPTFLAGS=' \ + -i Makefile + + ./configure --prefix=/usr --use_i18n=Y + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: gcin/repos/extra-i686/missing.patch (from rev 137331, gcin/trunk/missing.patch) =================================================================== --- extra-i686/missing.patch (rev 0) +++ extra-i686/missing.patch 2011-09-07 08:35:56 UTC (rev 137332) @@ -0,0 +1,12 @@ +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 +@@ -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; Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2011-09-07 08:35:19 UTC (rev 137331) +++ extra-x86_64/PKGBUILD 2011-09-07 08:35:56 UTC (rev 137332) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Andreas Radke <andy...@archlinux.org> -# Contributor: damir <da...@archlinux.org> - -pkgname=gcin -pkgver=1.6.6 -pkgrel=1 -pkgdesc='Input method server supporting various input methods' -arch=('i686' 'x86_64') -license=('LGPL') -url='http://hyperrate.com/dir.php?eid=67' -depends=('gtk2' 'libxtst') -makedepends=('qt' 'gtk3' 'anthy' 'libchewing') -optdepends=('qt: support for qt4 input method' - 'gtk3: support for gtk3 input method' - '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') -sha1sums=('d230f8cd0bd1d16321a49e51e42869fd18c3f399' - '4307b0d7d6dc10f15909c94973c4357caf31de7e') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../qt4-lib64.patch - sed '/include suffixes-rule/a \ - CFLAGS+='"${CFLAGS}"' \ - LDFLAGS+='"${LDFLAGS}"' \ - OPTFLAGS=' \ - -i Makefile - - ./configure --prefix=/usr --use_i18n=Y - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gcin/repos/extra-x86_64/PKGBUILD (from rev 137331, gcin/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2011-09-07 08:35:56 UTC (rev 137332) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Andreas Radke <andy...@archlinux.org> +# Contributor: damir <da...@archlinux.org> + +pkgname=gcin +pkgver=1.6.8 +pkgrel=1 +pkgdesc='Input method server supporting various input methods' +arch=('i686' 'x86_64') +license=('LGPL') +url='http://hyperrate.com/dir.php?eid=67' +depends=('gtk2' 'libxtst') +makedepends=('qt' 'gtk3' 'anthy' 'libchewing') +optdepends=('qt: support for qt4 input method' + 'gtk3: support for gtk3 input method' + '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' + '284b497c79ed6c46c2f60f7134695795bbf903e6') + +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}"' \ + LDFLAGS+='"${LDFLAGS}"' \ + OPTFLAGS=' \ + -i Makefile + + ./configure --prefix=/usr --use_i18n=Y + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: gcin/repos/extra-x86_64/missing.patch (from rev 137331, gcin/trunk/missing.patch) =================================================================== --- extra-x86_64/missing.patch (rev 0) +++ extra-x86_64/missing.patch 2011-09-07 08:35:56 UTC (rev 137332) @@ -0,0 +1,12 @@ +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 +@@ -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;