Date: Sunday, November 10, 2013 @ 13:47:29
  Author: fyan
Revision: 100765

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 100764, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
    (from rev 100764, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
    (from rev 100764, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
    (from rev 100764, 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 100764, 
fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-11-10 12:47:29 UTC (rev 100765)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: lh <[email protected]>
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+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=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 
100764, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-testing-i686/fcitx-rime.install                           (rev 0)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 12:47:29 UTC (rev 
100765)
@@ -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 100764, 
fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 12:47:29 UTC (rev 100765)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: lh <[email protected]>
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+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=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install (from rev 
100764, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-testing-x86_64/fcitx-rime.install                         (rev 0)
+++ community-testing-x86_64/fcitx-rime.install 2013-11-10 12:47:29 UTC (rev 
100765)
@@ -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
+}

Reply via email to