[arch-commits] Commit in fcitx-anthy/repos (6 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jul 1 06:15:14 UTC 2013
Date: Monday, July 1, 2013 @ 08:15:13
Author: fyan
Revision: 93285
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
fcitx-anthy/repos/community-testing-i686/
fcitx-anthy/repos/community-testing-i686/PKGBUILD
(from rev 93284, fcitx-anthy/trunk/PKGBUILD)
fcitx-anthy/repos/community-testing-i686/fcitx-anthy.install
(from rev 93284, fcitx-anthy/trunk/fcitx-anthy.install)
fcitx-anthy/repos/community-testing-x86_64/
fcitx-anthy/repos/community-testing-x86_64/PKGBUILD
(from rev 93284, fcitx-anthy/trunk/PKGBUILD)
fcitx-anthy/repos/community-testing-x86_64/fcitx-anthy.install
(from rev 93284, fcitx-anthy/trunk/fcitx-anthy.install)
----------------------------------------------+
community-testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++
community-testing-i686/fcitx-anthy.install | 11 ++++++++
community-testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++
community-testing-x86_64/fcitx-anthy.install | 11 ++++++++
4 files changed, 88 insertions(+)
Copied: fcitx-anthy/repos/community-testing-i686/PKGBUILD (from rev 93284, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-01 06:15:13 UTC (rev 93285)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.5' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+ cd "$srcdir"/${pkgname}-${pkgver}
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package() {
+ cd "$srcdir"/${pkgname}-${pkgver}/build
+ make DESTDIR=${pkgdir} install
+}
+
+md5sums=('c02e4393d6141a4d0fa1693bf38a8f79')
Copied: fcitx-anthy/repos/community-testing-i686/fcitx-anthy.install (from rev 93284, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-testing-i686/fcitx-anthy.install (rev 0)
+++ community-testing-i686/fcitx-anthy.install 2013-07-01 06:15:13 UTC (rev 93285)
@@ -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: fcitx-anthy/repos/community-testing-x86_64/PKGBUILD (from rev 93284, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-07-01 06:15:13 UTC (rev 93285)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.5' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+ cd "$srcdir"/${pkgname}-${pkgver}
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package() {
+ cd "$srcdir"/${pkgname}-${pkgver}/build
+ make DESTDIR=${pkgdir} install
+}
+
+md5sums=('c02e4393d6141a4d0fa1693bf38a8f79')
Copied: fcitx-anthy/repos/community-testing-x86_64/fcitx-anthy.install (from rev 93284, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-testing-x86_64/fcitx-anthy.install (rev 0)
+++ community-testing-x86_64/fcitx-anthy.install 2013-07-01 06:15:13 UTC (rev 93285)
@@ -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