[arch-commits] Commit in gcin/repos (12 files)
Gaetan Bisson
bisson at archlinux.org
Wed Jun 27 15:29:04 UTC 2012
Date: Wednesday, June 27, 2012 @ 11:29:03
Author: bisson
Revision: 162652
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gcin/repos/extra-i686/PKGBUILD
(from rev 162651, gcin/trunk/PKGBUILD)
gcin/repos/extra-i686/install
(from rev 162651, gcin/trunk/install)
gcin/repos/extra-i686/qt4.patch
(from rev 162651, gcin/trunk/qt4.patch)
gcin/repos/extra-x86_64/PKGBUILD
(from rev 162651, gcin/trunk/PKGBUILD)
gcin/repos/extra-x86_64/install
(from rev 162651, gcin/trunk/install)
gcin/repos/extra-x86_64/qt4.patch
(from rev 162651, gcin/trunk/qt4.patch)
Deleted:
gcin/repos/extra-i686/PKGBUILD
gcin/repos/extra-i686/install
gcin/repos/extra-i686/qt4.patch
gcin/repos/extra-x86_64/PKGBUILD
gcin/repos/extra-x86_64/install
gcin/repos/extra-x86_64/qt4.patch
------------------------+
extra-i686/PKGBUILD | 86 +++++++++++++++++++++++------------------------
extra-i686/install | 28 +++++++--------
extra-i686/qt4.patch | 20 +++++-----
extra-x86_64/PKGBUILD | 86 +++++++++++++++++++++++------------------------
extra-x86_64/install | 28 +++++++--------
extra-x86_64/qt4.patch | 20 +++++-----
6 files changed, 134 insertions(+), 134 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-i686/PKGBUILD 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=gcin
-pkgver=2.7.6.1
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-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.patch')
-sha1sums=('02319cceb5ed56d22193de0bf1f59bab9e4ab3ab'
- '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe')
-
-install=install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- patch -p1 -i ../qt4.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 162651, gcin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=gcin
+pkgver=2.7.6.1
+pkgrel=2
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'libxtst')
+makedepends=('qt' 'gtk2' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+ 'gtk2: support for gtk2 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.patch')
+sha1sums=('02319cceb5ed56d22193de0bf1f59bab9e4ab3ab'
+ '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -p1 -i ../qt4.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
+}
Deleted: extra-i686/install
===================================================================
--- extra-i686/install 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-i686/install 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,14 +0,0 @@
-post_install() {
- echo -n "updating gtk immodules... "
- [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
- [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gcin/repos/extra-i686/install (from rev 162651, gcin/trunk/install)
===================================================================
--- extra-i686/install (rev 0)
+++ extra-i686/install 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,14 @@
+post_install() {
+ echo -n "updating gtk immodules... "
+ [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+ [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-i686/qt4.patch
===================================================================
--- extra-i686/qt4.patch 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-i686/qt4.patch 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,10 +0,0 @@
-diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile
---- old/qt4-im/Makefile 2011-12-19 14:52:46.000000000 +1100
-+++ new/qt4-im/Makefile 2012-03-05 09:22:46.732614803 +1100
-@@ -1,5 +1,5 @@
- include ../config.mak
--QT=qt4
-+QT=qt
- QTIM=$(QT)/plugins/inputmethods
- IMMODULES=$(libdir)/$(QTIM)
-
Copied: gcin/repos/extra-i686/qt4.patch (from rev 162651, gcin/trunk/qt4.patch)
===================================================================
--- extra-i686/qt4.patch (rev 0)
+++ extra-i686/qt4.patch 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,10 @@
+diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile
+--- old/qt4-im/Makefile 2011-12-19 14:52:46.000000000 +1100
++++ new/qt4-im/Makefile 2012-03-05 09:22:46.732614803 +1100
+@@ -1,5 +1,5 @@
+ include ../config.mak
+-QT=qt4
++QT=qt
+ QTIM=$(QT)/plugins/inputmethods
+ IMMODULES=$(libdir)/$(QTIM)
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-x86_64/PKGBUILD 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=gcin
-pkgver=2.7.6.1
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-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.patch')
-sha1sums=('02319cceb5ed56d22193de0bf1f59bab9e4ab3ab'
- '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe')
-
-install=install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- patch -p1 -i ../qt4.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 162651, gcin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=gcin
+pkgver=2.7.6.1
+pkgrel=2
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'libxtst')
+makedepends=('qt' 'gtk2' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+ 'gtk2: support for gtk2 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.patch')
+sha1sums=('02319cceb5ed56d22193de0bf1f59bab9e4ab3ab'
+ '1c6cdcaa218615e53869bb9d67d7f9d2141e86fe')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -p1 -i ../qt4.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
+}
Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-x86_64/install 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,14 +0,0 @@
-post_install() {
- echo -n "updating gtk immodules... "
- [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
- [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gcin/repos/extra-x86_64/install (from rev 162651, gcin/trunk/install)
===================================================================
--- extra-x86_64/install (rev 0)
+++ extra-x86_64/install 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,14 @@
+post_install() {
+ echo -n "updating gtk immodules... "
+ [ -x /usr/bin/gtk-query-immodules-2.0 ] && /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+ [ -x /usr/bin/gtk-query-immodules-3.0 ] && /usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/qt4.patch
===================================================================
--- extra-x86_64/qt4.patch 2012-06-27 15:28:08 UTC (rev 162651)
+++ extra-x86_64/qt4.patch 2012-06-27 15:29:03 UTC (rev 162652)
@@ -1,10 +0,0 @@
-diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile
---- old/qt4-im/Makefile 2011-12-19 14:52:46.000000000 +1100
-+++ new/qt4-im/Makefile 2012-03-05 09:22:46.732614803 +1100
-@@ -1,5 +1,5 @@
- include ../config.mak
--QT=qt4
-+QT=qt
- QTIM=$(QT)/plugins/inputmethods
- IMMODULES=$(libdir)/$(QTIM)
-
Copied: gcin/repos/extra-x86_64/qt4.patch (from rev 162651, gcin/trunk/qt4.patch)
===================================================================
--- extra-x86_64/qt4.patch (rev 0)
+++ extra-x86_64/qt4.patch 2012-06-27 15:29:03 UTC (rev 162652)
@@ -0,0 +1,10 @@
+diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile
+--- old/qt4-im/Makefile 2011-12-19 14:52:46.000000000 +1100
++++ new/qt4-im/Makefile 2012-03-05 09:22:46.732614803 +1100
+@@ -1,5 +1,5 @@
+ include ../config.mak
+-QT=qt4
++QT=qt
+ QTIM=$(QT)/plugins/inputmethods
+ IMMODULES=$(libdir)/$(QTIM)
+
More information about the arch-commits
mailing list