[arch-commits] Commit in fcitx-anthy/repos (6 files)
Allan McRae
allan at archlinux.org
Mon Dec 7 13:04:16 UTC 2015
Date: Monday, December 7, 2015 @ 14:04:16
Author: allan
Revision: 149858
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
fcitx-anthy/repos/community-staging-i686/
fcitx-anthy/repos/community-staging-i686/PKGBUILD
(from rev 149855, fcitx-anthy/trunk/PKGBUILD)
fcitx-anthy/repos/community-staging-i686/fcitx-anthy.install
(from rev 149856, fcitx-anthy/trunk/fcitx-anthy.install)
fcitx-anthy/repos/community-staging-x86_64/
fcitx-anthy/repos/community-staging-x86_64/PKGBUILD
(from rev 149856, fcitx-anthy/trunk/PKGBUILD)
fcitx-anthy/repos/community-staging-x86_64/fcitx-anthy.install
(from rev 149856, fcitx-anthy/trunk/fcitx-anthy.install)
----------------------------------------------+
community-staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++
community-staging-i686/fcitx-anthy.install | 11 +++++++++
community-staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++
community-staging-x86_64/fcitx-anthy.install | 11 +++++++++
4 files changed, 80 insertions(+)
Copied: fcitx-anthy/repos/community-staging-i686/PKGBUILD (from rev 149855, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:04:16 UTC (rev 149858)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
+
+md5sums=('956660d67900f59fa7fd80d68cc4ad7c')
Copied: fcitx-anthy/repos/community-staging-i686/fcitx-anthy.install (from rev 149856, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-staging-i686/fcitx-anthy.install (rev 0)
+++ community-staging-i686/fcitx-anthy.install 2015-12-07 13:04:16 UTC (rev 149858)
@@ -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-staging-x86_64/PKGBUILD (from rev 149856, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 13:04:16 UTC (rev 149858)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
+
+md5sums=('956660d67900f59fa7fd80d68cc4ad7c')
Copied: fcitx-anthy/repos/community-staging-x86_64/fcitx-anthy.install (from rev 149856, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-staging-x86_64/fcitx-anthy.install (rev 0)
+++ community-staging-x86_64/fcitx-anthy.install 2015-12-07 13:04:16 UTC (rev 149858)
@@ -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