[arch-commits] Commit in fcitx-m17n/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun May 18 17:24:19 UTC 2014
Date: Sunday, May 18, 2014 @ 19:24:19
Author: fyan
Revision: 111435
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
fcitx-m17n/repos/community-testing-i686/
fcitx-m17n/repos/community-testing-i686/PKGBUILD
(from rev 111434, fcitx-m17n/trunk/PKGBUILD)
fcitx-m17n/repos/community-testing-x86_64/
fcitx-m17n/repos/community-testing-x86_64/PKGBUILD
(from rev 111434, fcitx-m17n/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: fcitx-m17n/repos/community-testing-i686/PKGBUILD (from rev 111434, fcitx-m17n/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-18 17:24:19 UTC (rev 111435)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-m17n
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Fcitx Wrapper for m17n."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'm17n-lib')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$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
+}
+
+sha512sums=('6e78b70fb2e3139a59f49d25026c075893a8f192dd2083641ab3e56595a4f631ff13307dd647fd0eedd510dade690d97b44cbdeca96e086855f73910dc5d02af')
Copied: fcitx-m17n/repos/community-testing-x86_64/PKGBUILD (from rev 111434, fcitx-m17n/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-05-18 17:24:19 UTC (rev 111435)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-m17n
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Fcitx Wrapper for m17n."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'm17n-lib')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$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
+}
+
+sha512sums=('6e78b70fb2e3139a59f49d25026c075893a8f192dd2083641ab3e56595a4f631ff13307dd647fd0eedd510dade690d97b44cbdeca96e086855f73910dc5d02af')
More information about the arch-commits
mailing list