[arch-commits] Commit in fcitx-rime/repos (6 files)

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


    Date: Sunday, May 18, 2014 @ 19:28:28
  Author: fyan
Revision: 111439

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  fcitx-rime/repos/community-testing-i686/
  fcitx-rime/repos/community-testing-i686/PKGBUILD
    (from rev 111438, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
    (from rev 111438, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
    (from rev 111438, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
    (from rev 111438, fcitx-rime/trunk/fcitx-rime.install)

---------------------------------------------+
 community-testing-i686/PKGBUILD             |   29 ++++++++++++++++++++++++++
 community-testing-i686/fcitx-rime.install   |   11 +++++++++
 community-testing-x86_64/PKGBUILD           |   29 ++++++++++++++++++++++++++
 community-testing-x86_64/fcitx-rime.install |   11 +++++++++
 4 files changed, 80 insertions(+)

Copied: fcitx-rime/repos/community-testing-i686/PKGBUILD (from rev 111438, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-05-18 17:28:28 UTC (rev 111439)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+install=fcitx-rime.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Copied: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 111438, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-testing-i686/fcitx-rime.install	                        (rev 0)
+++ community-testing-i686/fcitx-rime.install	2014-05-18 17:28:28 UTC (rev 111439)
@@ -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-rime/repos/community-testing-x86_64/PKGBUILD (from rev 111438, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-05-18 17:28:28 UTC (rev 111439)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+install=fcitx-rime.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Copied: fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install (from rev 111438, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-testing-x86_64/fcitx-rime.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-rime.install	2014-05-18 17:28:28 UTC (rev 111439)
@@ -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