Date: Wednesday, July 20, 2016 @ 07:51:56
  Author: felixonmars
Revision: 183601

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
    (from rev 183600, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
    (from rev 183600, fcitx-libpinyin/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 183600, 
fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-07-20 07:51:56 UTC (rev 183601)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: poplarch <[email protected]>
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.91
+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";)
+sha512sums=('ddf9f220cd2438c49691dbcd92e6904e9bb313efbb58046f442160c94dbf43c43a520c35f731e744d8dfbad5578420f26a143987c10af2d5e0aa2e7abb5338d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
183600, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-20 07:51:56 UTC (rev 183601)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: poplarch <[email protected]>
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.91
+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";)
+sha512sums=('ddf9f220cd2438c49691dbcd92e6904e9bb313efbb58046f442160c94dbf43c43a520c35f731e744d8dfbad5578420f26a143987c10af2d5e0aa2e7abb5338d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to