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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 25 16:15:15 UTC 2013


    Date: Monday, March 25, 2013 @ 17:15:15
  Author: fyan
Revision: 86984

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 86983, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/
  librime/repos/community-staging-x86_64/PKGBUILD
    (from rev 86983, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 86983, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-03-25 16:15:15 UTC (rev 86984)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.8
+pkgrel=2
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}/$pkgname"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('2ef61458bd5b08652ae0ca190af072ba')

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 86983, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-03-25 16:15:15 UTC (rev 86984)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.8
+pkgrel=2
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}/$pkgname"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('2ef61458bd5b08652ae0ca190af072ba')




More information about the arch-commits mailing list