[arch-commits] Commit in librime/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Nov 12 03:45:52 UTC 2014
Date: Wednesday, November 12, 2014 @ 04:45:52
Author: fyan
Revision: 122416
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
librime/repos/community-staging-i686/
librime/repos/community-staging-i686/PKGBUILD
(from rev 122415, librime/trunk/PKGBUILD)
librime/repos/community-staging-x86_64/
librime/repos/community-staging-x86_64/PKGBUILD
(from rev 122415, librime/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 122415, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-12 03:45:52 UTC (rev 122416)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20141112
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/lotem/librime.git#commit=1e708aef32b0915b257963ccd5a836d37a7d636a")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 122415, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-11-12 03:45:52 UTC (rev 122416)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20141112
+pkgrel=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/lotem/librime.git#commit=1e708aef32b0915b257963ccd5a836d37a7d636a")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list