[arch-commits] Commit in fcitx-table-other/repos (3 files)

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:32:26 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:32:25
  Author: fyan
Revision: 111443

archrelease: copy trunk to community-testing-any

Added:
  fcitx-table-other/repos/community-testing-any/
  fcitx-table-other/repos/community-testing-any/PKGBUILD
    (from rev 111442, fcitx-table-other/trunk/PKGBUILD)
  fcitx-table-other/repos/community-testing-any/fcitx-table-other.install
    (from rev 111442, fcitx-table-other/trunk/fcitx-table-other.install)

---------------------------+
 PKGBUILD                  |   28 ++++++++++++++++++++++++++++
 fcitx-table-other.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: fcitx-table-other/repos/community-testing-any/PKGBUILD (from rev 111442, fcitx-table-other/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-05-18 17:32:25 UTC (rev 111443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-table-other
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
+arch=('any')
+url="http://code.google.com/p/fcitx/"
+license=('GPL2')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')

Copied: fcitx-table-other/repos/community-testing-any/fcitx-table-other.install (from rev 111442, fcitx-table-other/trunk/fcitx-table-other.install)
===================================================================
--- community-testing-any/fcitx-table-other.install	                        (rev 0)
+++ community-testing-any/fcitx-table-other.install	2014-05-18 17:32:25 UTC (rev 111443)
@@ -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