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

Felix Yan fyan at archlinux.org
Thu Dec 17 10:36:10 UTC 2015


    Date: Thursday, December 17, 2015 @ 11:36:08
  Author: fyan
Revision: 153563

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 153562, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/PKGBUILD
    (from rev 153562, brise/trunk/PKGBUILD)
Deleted:
  brise/repos/community-testing-x86_64/PKGBUILD

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

Copied: brise/repos/community-testing-i686/PKGBUILD (from rev 153562, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-17 10:36:08 UTC (rev 153563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
+source=("git+https://github.com/lotem/brise.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2015-12-17 10:34:24 UTC (rev 153562)
+++ community-testing-x86_64/PKGBUILD	2015-12-17 10:36:08 UTC (rev 153563)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GONG Chen <chen dot sst at gmail dot com>
-
-pkgname=brise
-pkgver=0.35.20150907
-_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
-pkgrel=1
-pkgdesc="Rime schema repository"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/"
-license=('GPL3')
-makedepends=('cmake' 'git' 'librime')
-provides=('librime-data')
-#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
-source=("git+https://github.com/lotem/brise.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 153562, brise/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-17 10:36:08 UTC (rev 153563)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+
+pkgname=brise
+pkgver=0.35.20150907
+_commit=d6ad1644161fd250b1be82efc2c75802f9025dd0
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+makedepends=('cmake' 'git' 'librime')
+provides=('librime-data')
+#source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver"
+source=("git+https://github.com/lotem/brise.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list