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

Felix Yan fyan at archlinux.org
Sat Jul 19 11:20:22 UTC 2014


    Date: Saturday, July 19, 2014 @ 13:20:21
  Author: fyan
Revision: 115951

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 115950, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
    (from rev 115950, 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 115950, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-07-19 11:20:21 UTC (rev 115951)
@@ -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.35
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'git' 'librime>=1.2')
+provides=('librime-data')
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 115950, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-07-19 11:20:21 UTC (rev 115951)
@@ -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.35
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'git' 'librime>=1.2')
+provides=('librime-data')
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list