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

Felix Yan fyan at nymeria.archlinux.org
Sun Nov 10 12:12:18 UTC 2013


    Date: Sunday, November 10, 2013 @ 13:12:18
  Author: fyan
Revision: 100758

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  brise/repos/community-testing-i686/
  brise/repos/community-testing-i686/PKGBUILD
    (from rev 100757, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
    (from rev 100757, brise/trunk/PKGBUILD)

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

Copied: brise/repos/community-testing-i686/PKGBUILD (from rev 100757, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-11-10 12:12:18 UTC (rev 100758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.30
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime>=1.0')
+provides=('librime-data')
+conflicts=('librime<1.0' 'ibus-rime<1.0')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 100757, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-11-10 12:12:18 UTC (rev 100758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.30
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime>=1.0')
+provides=('librime-data')
+conflicts=('librime<1.0' 'ibus-rime<1.0')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')




More information about the arch-commits mailing list