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

Felix Yan fyan at nymeria.archlinux.org
Mon May 13 12:40:37 UTC 2013


    Date: Monday, May 13, 2013 @ 14:40:35
  Author: fyan
Revision: 90633

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
    (from rev 90632, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-i686/ibus-anthy.install
    (from rev 90632, ibus-anthy/trunk/ibus-anthy.install)
  ibus-anthy/repos/community-x86_64/PKGBUILD
    (from rev 90632, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/ibus-anthy.install
    (from rev 90632, ibus-anthy/trunk/ibus-anthy.install)
Deleted:
  ibus-anthy/repos/community-i686/PKGBUILD
  ibus-anthy/repos/community-i686/ibus-anthy.install
  ibus-anthy/repos/community-x86_64/PKGBUILD
  ibus-anthy/repos/community-x86_64/ibus-anthy.install

-------------------------------------+
 /PKGBUILD                           |   74 ++++++++++++++++++++++++++++++++++
 /ibus-anthy.install                 |   22 ++++++++++
 community-i686/PKGBUILD             |   37 -----------------
 community-i686/ibus-anthy.install   |   11 -----
 community-x86_64/PKGBUILD           |   37 -----------------
 community-x86_64/ibus-anthy.install |   11 -----
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 12:37:47 UTC (rev 90632)
+++ community-i686/PKGBUILD	2013-05-13 12:40:35 UTC (rev 90633)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ibus-anthy
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
-makedepends=('swig' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
-    sed -i 's_exec python_exec python2_' $file
-  done
-
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-sha512sums=('ba5456d4b16c168ff90945c948109bd3bb9d64c145ae746a471789ef74a1e657a9f891e198ecf64b733c03880f81a28cc9cd2c1fa82ad006eb0ac6e7e5c2c3a5')

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 90632, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 12:40:35 UTC (rev 90633)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Rainy <rainylau(at)gmail(dot)com>
+# Contributor: Lee.MaRS <leemars at gmail dot com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-anthy
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
+makedepends=('swig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
+    sed -i 's_exec python_exec python2_' $file
+  done
+
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+sha512sums=('59d64a716e14cfd47512951498fb9e02978aa023ace6b519eddd464df1e669fbffea09a2423f3df8017dff9c6545a023cdf9ea077f4d3bd6356d18393df32c21')

Deleted: community-i686/ibus-anthy.install
===================================================================
--- community-i686/ibus-anthy.install	2013-05-13 12:37:47 UTC (rev 90632)
+++ community-i686/ibus-anthy.install	2013-05-13 12:40:35 UTC (rev 90633)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: ibus-anthy/repos/community-i686/ibus-anthy.install (from rev 90632, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-i686/ibus-anthy.install	                        (rev 0)
+++ community-i686/ibus-anthy.install	2013-05-13 12:40:35 UTC (rev 90633)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 12:37:47 UTC (rev 90632)
+++ community-x86_64/PKGBUILD	2013-05-13 12:40:35 UTC (rev 90633)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=ibus-anthy
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
-makedepends=('swig' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
-    sed -i 's_exec python_exec python2_' $file
-  done
-
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-sha512sums=('ba5456d4b16c168ff90945c948109bd3bb9d64c145ae746a471789ef74a1e657a9f891e198ecf64b733c03880f81a28cc9cd2c1fa82ad006eb0ac6e7e5c2c3a5')

Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 90632, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 12:40:35 UTC (rev 90633)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Rainy <rainylau(at)gmail(dot)com>
+# Contributor: Lee.MaRS <leemars at gmail dot com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ibus-anthy
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
+makedepends=('swig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
+    sed -i 's_exec python_exec python2_' $file
+  done
+
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+sha512sums=('59d64a716e14cfd47512951498fb9e02978aa023ace6b519eddd464df1e669fbffea09a2423f3df8017dff9c6545a023cdf9ea077f4d3bd6356d18393df32c21')

Deleted: community-x86_64/ibus-anthy.install
===================================================================
--- community-x86_64/ibus-anthy.install	2013-05-13 12:37:47 UTC (rev 90632)
+++ community-x86_64/ibus-anthy.install	2013-05-13 12:40:35 UTC (rev 90633)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: ibus-anthy/repos/community-x86_64/ibus-anthy.install (from rev 90632, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-x86_64/ibus-anthy.install	                        (rev 0)
+++ community-x86_64/ibus-anthy.install	2013-05-13 12:40:35 UTC (rev 90633)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list