[arch-commits] Commit in fcitx-chewing/repos (4 files)

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


    Date: Sunday, May 18, 2014 @ 19:19:37
  Author: fyan
Revision: 111431

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

Added:
  fcitx-chewing/repos/community-testing-i686/
  fcitx-chewing/repos/community-testing-i686/PKGBUILD
    (from rev 111430, fcitx-chewing/trunk/PKGBUILD)
  fcitx-chewing/repos/community-testing-x86_64/
  fcitx-chewing/repos/community-testing-x86_64/PKGBUILD
    (from rev 111430, fcitx-chewing/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: fcitx-chewing/repos/community-testing-i686/PKGBUILD (from rev 111430, fcitx-chewing/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-05-18 17:19:37 UTC (rev 111431)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-chewing
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-chewing"
+license=('GPL')
+depends=('libchewing' 'fcitx')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/fcitx-chewing/$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
+}
+
+md5sums=('5f24cffc068043251671f9e385d4a6cd')

Copied: fcitx-chewing/repos/community-testing-x86_64/PKGBUILD (from rev 111430, fcitx-chewing/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-05-18 17:19:37 UTC (rev 111431)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-chewing
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-chewing"
+license=('GPL')
+depends=('libchewing' 'fcitx')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/fcitx-chewing/$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
+}
+
+md5sums=('5f24cffc068043251671f9e385d4a6cd')




More information about the arch-commits mailing list