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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 08:26:28 UTC 2013


    Date: Monday, July 1, 2013 @ 10:26:28
  Author: fyan
Revision: 93297

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

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

--------------------------------------------------+
 community-testing-i686/PKGBUILD                  |   35 +++++++++++++++++++++
 community-testing-i686/fcitx-libpinyin.install   |   11 ++++++
 community-testing-x86_64/PKGBUILD                |   35 +++++++++++++++++++++
 community-testing-x86_64/fcitx-libpinyin.install |   11 ++++++
 4 files changed, 92 insertions(+)

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 93296, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 08:26:28 UTC (rev 93297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
+install=$pkgname.install
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install (from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===================================================================
--- community-testing-i686/fcitx-libpinyin.install	                        (rev 0)
+++ community-testing-i686/fcitx-libpinyin.install	2013-07-01 08:26:28 UTC (rev 93297)
@@ -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-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 93296, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 08:26:28 UTC (rev 93297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
+install=$pkgname.install
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install (from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===================================================================
--- community-testing-x86_64/fcitx-libpinyin.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-libpinyin.install	2013-07-01 08:26:28 UTC (rev 93297)
@@ -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