[arch-commits] Commit in ibus-anthy/repos (6 files)
Felix Yan
fyan at nymeria.archlinux.org
Wed Mar 12 03:43:37 UTC 2014
Date: Wednesday, March 12, 2014 @ 04:43:37
Author: fyan
Revision: 107063
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
ibus-anthy/repos/community-testing-i686/
ibus-anthy/repos/community-testing-i686/PKGBUILD
(from rev 107062, ibus-anthy/trunk/PKGBUILD)
ibus-anthy/repos/community-testing-i686/ibus-anthy.install
(from rev 107062, ibus-anthy/trunk/ibus-anthy.install)
ibus-anthy/repos/community-testing-x86_64/
ibus-anthy/repos/community-testing-x86_64/PKGBUILD
(from rev 107062, ibus-anthy/trunk/PKGBUILD)
ibus-anthy/repos/community-testing-x86_64/ibus-anthy.install
(from rev 107062, ibus-anthy/trunk/ibus-anthy.install)
---------------------------------------------+
community-testing-i686/PKGBUILD | 31 ++++++++++++++++++++++++++
community-testing-i686/ibus-anthy.install | 11 +++++++++
community-testing-x86_64/PKGBUILD | 31 ++++++++++++++++++++++++++
community-testing-x86_64/ibus-anthy.install | 11 +++++++++
4 files changed, 84 insertions(+)
Copied: ibus-anthy/repos/community-testing-i686/PKGBUILD (from rev 107062, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-12 03:43:37 UTC (rev 107063)
@@ -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.5
+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-testing-i686/ibus-anthy.install (from rev 107062, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-testing-i686/ibus-anthy.install (rev 0)
+++ community-testing-i686/ibus-anthy.install 2014-03-12 03:43:37 UTC (rev 107063)
@@ -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-testing-x86_64/PKGBUILD (from rev 107062, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-03-12 03:43:37 UTC (rev 107063)
@@ -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.5
+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-testing-x86_64/ibus-anthy.install (from rev 107062, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-testing-x86_64/ibus-anthy.install (rev 0)
+++ community-testing-x86_64/ibus-anthy.install 2014-03-12 03:43:37 UTC (rev 107063)
@@ -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