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

Felix Yan fyan at archlinux.org
Fri Jul 17 03:00:05 UTC 2015


    Date: Friday, July 17, 2015 @ 05:00:05
  Author: fyan
Revision: 137037

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
    (from rev 137036, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-i686/ibus-anthy.install
    (from rev 137036, ibus-anthy/trunk/ibus-anthy.install)
  ibus-anthy/repos/community-x86_64/PKGBUILD
    (from rev 137036, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/ibus-anthy.install
    (from rev 137036, 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                           |   62 ++++++++++++++++++++++++++++++++++
 /ibus-anthy.install                 |   22 ++++++++++++
 community-i686/PKGBUILD             |   31 -----------------
 community-i686/ibus-anthy.install   |   11 ------
 community-x86_64/PKGBUILD           |   31 -----------------
 community-x86_64/ibus-anthy.install |   11 ------
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-17 02:59:31 UTC (rev 137036)
+++ community-i686/PKGBUILD	2015-07-17 03:00:05 UTC (rev 137037)
@@ -1,31 +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.6
-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' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('swig' 'intltool' 'git')
-install=$pkgname.install
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 137036, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-17 03:00:05 UTC (rev 137037)
@@ -0,0 +1,31 @@
+# $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.7
+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' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'git' 'gobject-introspection')
+install=$pkgname.install
+source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-i686/ibus-anthy.install
===================================================================
--- community-i686/ibus-anthy.install	2015-07-17 02:59:31 UTC (rev 137036)
+++ community-i686/ibus-anthy.install	2015-07-17 03:00:05 UTC (rev 137037)
@@ -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 137036, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-i686/ibus-anthy.install	                        (rev 0)
+++ community-i686/ibus-anthy.install	2015-07-17 03:00:05 UTC (rev 137037)
@@ -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	2015-07-17 02:59:31 UTC (rev 137036)
+++ community-x86_64/PKGBUILD	2015-07-17 03:00:05 UTC (rev 137037)
@@ -1,31 +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.6
-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' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('swig' 'intltool' 'git')
-install=$pkgname.install
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 137036, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-17 03:00:05 UTC (rev 137037)
@@ -0,0 +1,31 @@
+# $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.7
+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' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'git' 'gobject-introspection')
+install=$pkgname.install
+source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/ibus-anthy.install
===================================================================
--- community-x86_64/ibus-anthy.install	2015-07-17 02:59:31 UTC (rev 137036)
+++ community-x86_64/ibus-anthy.install	2015-07-17 03:00:05 UTC (rev 137037)
@@ -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 137036, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-x86_64/ibus-anthy.install	                        (rev 0)
+++ community-x86_64/ibus-anthy.install	2015-07-17 03:00:05 UTC (rev 137037)
@@ -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