[arch-commits] Commit in ibus-anthy/repos (8 files)
Felix Yan
fyan at archlinux.org
Tue Sep 16 11:27:08 UTC 2014
Date: Tuesday, September 16, 2014 @ 13:27:07
Author: fyan
Revision: 119048
archrelease: copy trunk to community-i686, community-x86_64
Added:
ibus-anthy/repos/community-i686/PKGBUILD
(from rev 119047, ibus-anthy/trunk/PKGBUILD)
ibus-anthy/repos/community-i686/ibus-anthy.install
(from rev 119047, ibus-anthy/trunk/ibus-anthy.install)
ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 119047, ibus-anthy/trunk/PKGBUILD)
ibus-anthy/repos/community-x86_64/ibus-anthy.install
(from rev 119047, 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 2014-09-16 11:26:20 UTC (rev 119047)
+++ community-i686/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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.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-i686/PKGBUILD (from rev 119047, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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.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
+}
+
Deleted: community-i686/ibus-anthy.install
===================================================================
--- community-i686/ibus-anthy.install 2014-09-16 11:26:20 UTC (rev 119047)
+++ community-i686/ibus-anthy.install 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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 119047, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-i686/ibus-anthy.install (rev 0)
+++ community-i686/ibus-anthy.install 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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 2014-09-16 11:26:20 UTC (rev 119047)
+++ community-x86_64/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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.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-x86_64/PKGBUILD (from rev 119047, ibus-anthy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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.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
+}
+
Deleted: community-x86_64/ibus-anthy.install
===================================================================
--- community-x86_64/ibus-anthy.install 2014-09-16 11:26:20 UTC (rev 119047)
+++ community-x86_64/ibus-anthy.install 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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 119047, ibus-anthy/trunk/ibus-anthy.install)
===================================================================
--- community-x86_64/ibus-anthy.install (rev 0)
+++ community-x86_64/ibus-anthy.install 2014-09-16 11:27:07 UTC (rev 119048)
@@ -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