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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Fri Mar 29 19:32:17 UTC 2013


    Date: Friday, March 29, 2013 @ 20:32:17
  Author: stephane
Revision: 87294

db-move: moved librime from [community-staging] to [community-testing] (i686, x86_64)

Added:
  librime/repos/community-testing-i686/
  librime/repos/community-testing-i686/PKGBUILD
    (from rev 87277, librime/repos/community-staging-i686/PKGBUILD)
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
    (from rev 87277, librime/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  librime/repos/community-staging-i686/
  librime/repos/community-staging-x86_64/

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

Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 87277, librime/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-03-29 19:32:17 UTC (rev 87294)
@@ -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-testing-x86_64/PKGBUILD (from rev 87277, librime/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-03-29 19:32:17 UTC (rev 87294)
@@ -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