[arch-commits] Commit in librime/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Sun Oct 9 16:11:52 UTC 2016
Date: Sunday, October 9, 2016 @ 16:11:52
Author: jelle
Revision: 191718
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 191717, librime/trunk/PKGBUILD)
librime/repos/community-staging-x86_64/
librime/repos/community-staging-x86_64/PKGBUILD
(from rev 191717, 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 191717, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 16:11:52 UTC (rev 191718)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=3
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 191717, librime/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-10-09 16:11:52 UTC (rev 191718)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=3
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list