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

Gaetan Bisson bisson at archlinux.org
Sun Jan 18 07:06:28 UTC 2015


    Date: Sunday, January 18, 2015 @ 08:06:27
  Author: bisson
Revision: 229512

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

Added:
  gcin/repos/extra-i686/PKGBUILD
    (from rev 229511, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
    (from rev 229511, gcin/trunk/install)
  gcin/repos/extra-x86_64/PKGBUILD
    (from rev 229511, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
    (from rev 229511, gcin/trunk/install)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install

-----------------------+
 /PKGBUILD             |   90 ++++++++++++++++++++++++++++++++++++++++++++++++
 /install              |   28 ++++++++++++++
 extra-i686/PKGBUILD   |   43 ----------------------
 extra-i686/install    |   14 -------
 extra-x86_64/PKGBUILD |   43 ----------------------
 extra-x86_64/install  |   14 -------
 6 files changed, 118 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-01-18 07:05:51 UTC (rev 229511)
+++ extra-i686/PKGBUILD	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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.8.2
-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=('qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt4: 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://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d045f5369cca83c131abf4f871601cd226a6aaec')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/lib64/lib/g' -i configure
-	sed '/include suffixes-rule/a \
-		CFLAGS+='"${CFLAGS}"' \
-		LDFLAGS+='"${LDFLAGS}"' \
-		OPTFLAGS=' \
-		-i Makefile
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --use_i18n=Y
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 229511, gcin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-18 07:06:27 UTC (rev 229512)
@@ -0,0 +1,45 @@
+# $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.8.3
+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=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+            'qt4: 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://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's:qt5/QtGui/5.2.1:qt/QtGui/5.4.0:g' -i qt5-im/Makefile
+	sed 's/lib64/lib/g' -i configure
+	sed '/include suffixes-rule/a \
+		CFLAGS+='"${CFLAGS}"' \
+		LDFLAGS+='"${LDFLAGS}"' \
+		OPTFLAGS=' \
+		-i Makefile
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --use_i18n=Y
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2015-01-18 07:05:51 UTC (rev 229511)
+++ extra-i686/install	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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 229511, gcin/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-01-18 07:05:51 UTC (rev 229511)
+++ extra-x86_64/PKGBUILD	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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.8.2
-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=('qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt4: 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://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d045f5369cca83c131abf4f871601cd226a6aaec')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/lib64/lib/g' -i configure
-	sed '/include suffixes-rule/a \
-		CFLAGS+='"${CFLAGS}"' \
-		LDFLAGS+='"${LDFLAGS}"' \
-		OPTFLAGS=' \
-		-i Makefile
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./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 229511, gcin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-18 07:06:27 UTC (rev 229512)
@@ -0,0 +1,45 @@
+# $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.8.3
+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=('qt5-base' 'qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt5-base: support for qt5 input method'
+            'qt4: 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://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('95b980f7cf9dc2ad91803113cdbb4ac831f056de')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's:qt5/QtGui/5.2.1:qt/QtGui/5.4.0:g' -i qt5-im/Makefile
+	sed 's/lib64/lib/g' -i configure
+	sed '/include suffixes-rule/a \
+		CFLAGS+='"${CFLAGS}"' \
+		LDFLAGS+='"${LDFLAGS}"' \
+		OPTFLAGS=' \
+		-i Makefile
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./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	2015-01-18 07:05:51 UTC (rev 229511)
+++ extra-x86_64/install	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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 229511, gcin/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2015-01-18 07:06:27 UTC (rev 229512)
@@ -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
+}



More information about the arch-commits mailing list