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

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:31:34 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:31:34
  Author: fyan
Revision: 111441

archrelease: copy trunk to community-testing-any

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

---------------------------+
 PKGBUILD                  |   29 +++++++++++++++++++++++++++++
 fcitx-table-extra.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Copied: fcitx-table-extra/repos/community-testing-any/PKGBUILD (from rev 111440, fcitx-table-extra/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-05-18 17:31:34 UTC (rev 111441)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Leewings Ng <osideal at gmail.com>
+
+pkgname=fcitx-table-extra
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie3, Cangjie5'
+arch=('any')
+url="http://code.google.com/p/fcitx/"
+license=('GPL')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+install=fcitx-table-extra.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=('3970fd9fb14afef5bc55fcfb8234c12951cf88a8ead9be1575ba3100d08f83f23c923093722380ca9c066d6a3fa065bd51f176b09815b0c85f13d8351a004304')

Copied: fcitx-table-extra/repos/community-testing-any/fcitx-table-extra.install (from rev 111440, fcitx-table-extra/trunk/fcitx-table-extra.install)
===================================================================
--- community-testing-any/fcitx-table-extra.install	                        (rev 0)
+++ community-testing-any/fcitx-table-extra.install	2014-05-18 17:31:34 UTC (rev 111441)
@@ -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