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

Felix Yan fyan at archlinux.org
Sat Sep 26 02:37:02 UTC 2015


    Date: Saturday, September 26, 2015 @ 04:37:01
  Author: fyan
Revision: 141627

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

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

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   31 ++++++++++++++++++++++++++
 community-staging-i686/ibus-anthy.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD           |   31 ++++++++++++++++++++++++++
 community-staging-x86_64/ibus-anthy.install |   11 +++++++++
 4 files changed, 84 insertions(+)

Copied: ibus-anthy/repos/community-staging-i686/PKGBUILD (from rev 141626, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-26 02:37:01 UTC (rev 141627)
@@ -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=2
+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
+}
+

Copied: ibus-anthy/repos/community-staging-i686/ibus-anthy.install (from rev 141626, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-staging-i686/ibus-anthy.install	                        (rev 0)
+++ community-staging-i686/ibus-anthy.install	2015-09-26 02:37:01 UTC (rev 141627)
@@ -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
+}

Copied: ibus-anthy/repos/community-staging-x86_64/PKGBUILD (from rev 141626, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-26 02:37:01 UTC (rev 141627)
@@ -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=2
+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
+}
+

Copied: ibus-anthy/repos/community-staging-x86_64/ibus-anthy.install (from rev 141626, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-staging-x86_64/ibus-anthy.install	                        (rev 0)
+++ community-staging-x86_64/ibus-anthy.install	2015-09-26 02:37:01 UTC (rev 141627)
@@ -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