[arch-commits] Commit in gcin/repos (4 files)

Gaetan Bisson bisson at archlinux.org
Mon Oct 17 22:17:46 UTC 2011


    Date: Monday, October 17, 2011 @ 18:17:46
  Author: bisson
Revision: 140663

archrelease: copy trunk to extra-i686, extra-x86_64

Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install

-----------------------+
 extra-i686/PKGBUILD   |   43 -------------------------------------------
 extra-i686/install    |   14 --------------
 extra-x86_64/PKGBUILD |   43 -------------------------------------------
 extra-x86_64/install  |   14 --------------
 4 files changed, 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-i686/PKGBUILD	2011-10-17 22:17:46 UTC (rev 140663)
@@ -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=1.6.9
-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=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06'
-          '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
-}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-i686/install	2011-10-17 22:17:46 UTC (rev 140663)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-x86_64/PKGBUILD	2011-10-17 22:17:46 UTC (rev 140663)
@@ -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=1.6.9
-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=('61949c4f1e6691ff7d668576dbd56b85e0f0ba06'
-          '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
-}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2011-10-17 22:17:20 UTC (rev 140662)
+++ extra-x86_64/install	2011-10-17 22:17:46 UTC (rev 140663)
@@ -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
-}




More information about the arch-commits mailing list