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

Felix Yan fyan at archlinux.org
Fri Mar 4 08:49:42 UTC 2016


    Date: Friday, March 4, 2016 @ 09:49:42
  Author: fyan
Revision: 164653

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

Added:
  sunpinyin/repos/community-i686/PKGBUILD
    (from rev 164652, sunpinyin/trunk/PKGBUILD)
  sunpinyin/repos/community-x86_64/PKGBUILD
    (from rev 164652, sunpinyin/trunk/PKGBUILD)
Deleted:
  sunpinyin/repos/community-i686/PKGBUILD
  sunpinyin/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-04 08:46:52 UTC (rev 164652)
+++ community-i686/PKGBUILD	2016-03-04 08:49:42 UTC (rev 164653)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=sunpinyin
-pkgver=2.0.3.20150706
-_commit=cf1810220bf3d3f5a8b990b0a9d3e9df21b1942c
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="Statistical Language Model based pinyin IME by Sun"
-license=('LGPL')
-url="http://sunpinyin.googlecode.com"
-depends=('sqlite' 'make' 'gcc-libs')
-optdepends=('sunpinyin-data: Statistical language model data from open-gram project for sunpinyin')
-makedepends=('git' 'scons' 'intltool')
-source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit")
-md5sums=("SKIP")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i -e "1s|python|python2|" python/*.py python/importer/*.py
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  scons \
-    --prefix=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  scons \
-    --prefix=/usr \
-    --install-sandbox="$pkgdir" \
-    install
-}

Copied: sunpinyin/repos/community-i686/PKGBUILD (from rev 164652, sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-04 08:49:42 UTC (rev 164653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=sunpinyin
+pkgver=2.0.3.20160226
+_commit=844ad0fe49751d6a09fdfe531668769b06c66459
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Statistical Language Model based pinyin IME by Sun"
+license=('LGPL')
+url="http://sunpinyin.googlecode.com"
+depends=('sqlite' 'make' 'gcc-libs')
+optdepends=('sunpinyin-data: Statistical language model data from open-gram project for sunpinyin')
+makedepends=('git' 'scons' 'intltool')
+source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit")
+md5sums=("SKIP")
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i -e "1s|python|python2|" python/*.py python/importer/*.py
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  scons \
+    --prefix=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  scons \
+    --prefix=/usr \
+    --install-sandbox="$pkgdir" \
+    install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-04 08:46:52 UTC (rev 164652)
+++ community-x86_64/PKGBUILD	2016-03-04 08:49:42 UTC (rev 164653)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=sunpinyin
-pkgver=2.0.3.20150706
-_commit=cf1810220bf3d3f5a8b990b0a9d3e9df21b1942c
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="Statistical Language Model based pinyin IME by Sun"
-license=('LGPL')
-url="http://sunpinyin.googlecode.com"
-depends=('sqlite' 'make' 'gcc-libs')
-optdepends=('sunpinyin-data: Statistical language model data from open-gram project for sunpinyin')
-makedepends=('git' 'scons' 'intltool')
-source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit")
-md5sums=("SKIP")
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i -e "1s|python|python2|" python/*.py python/importer/*.py
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  scons \
-    --prefix=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  scons \
-    --prefix=/usr \
-    --install-sandbox="$pkgdir" \
-    install
-}

Copied: sunpinyin/repos/community-x86_64/PKGBUILD (from rev 164652, sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-04 08:49:42 UTC (rev 164653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=sunpinyin
+pkgver=2.0.3.20160226
+_commit=844ad0fe49751d6a09fdfe531668769b06c66459
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Statistical Language Model based pinyin IME by Sun"
+license=('LGPL')
+url="http://sunpinyin.googlecode.com"
+depends=('sqlite' 'make' 'gcc-libs')
+optdepends=('sunpinyin-data: Statistical language model data from open-gram project for sunpinyin')
+makedepends=('git' 'scons' 'intltool')
+source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit")
+md5sums=("SKIP")
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i -e "1s|python|python2|" python/*.py python/importer/*.py
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  scons \
+    --prefix=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  scons \
+    --prefix=/usr \
+    --install-sandbox="$pkgdir" \
+    install
+}



More information about the arch-commits mailing list