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

Felix Yan felixonmars at archlinux.org
Wed Sep 7 09:05:51 UTC 2016


    Date: Wednesday, September 7, 2016 @ 09:05:50
  Author: felixonmars
Revision: 188925

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

Added:
  libpinyin/repos/community-i686/PKGBUILD
    (from rev 188923, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-x86_64/PKGBUILD
    (from rev 188924, libpinyin/trunk/PKGBUILD)
Deleted:
  libpinyin/repos/community-i686/PKGBUILD
  libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-07 09:04:08 UTC (rev 188924)
+++ community-i686/PKGBUILD	2016-09-07 09:05:50 UTC (rev 188925)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
-# Contributor: WU Jun <quark at lihdd dot net>
-
-pkgname=libpinyin
-pkgver=1.5.92
-_modelver=12
-pkgrel=1
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-# Switching to kyotocabinet will break all existing installation. Requesting a migration tool to prevent data loss:
-# https://github.com/libpinyin/libpinyin/issues/44
-depends=('db' 'glib2') # 'kyotocabinet'
-makedepends=('git')
-source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver"
-        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
-noextract=("model${_modelver}.text.tar.gz")
-sha512sums=('SKIP'
-            'a2282bb660481691d86b766fd0e1b9d0d6e58e26a055685785cfd934f8fcc2b5ca90b7c08b89d885f20869a52dceb78033eb6bb648fd16a8d36bd24a8b562814')
-
-prepare() {
-  cd ${pkgname}
-
-  cp ../model${_modelver}.text.tar.gz data/
-  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
-}
-
-build() {
-  cd ${pkgname}
-  aclocal && libtoolize --force && autoheader && automake -a && autoconf
-
-  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libpinyin/repos/community-i686/PKGBUILD (from rev 188923, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-07 09:05:50 UTC (rev 188925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: WU Jun <quark at lihdd dot net>
+
+pkgname=libpinyin
+pkgver=1.6.0
+_modelver=12
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver"
+        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
+noextract=("model${_modelver}.text.tar.gz")
+sha512sums=('SKIP'
+            'a2282bb660481691d86b766fd0e1b9d0d6e58e26a055685785cfd934f8fcc2b5ca90b7c08b89d885f20869a52dceb78033eb6bb648fd16a8d36bd24a8b562814')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-07 09:04:08 UTC (rev 188924)
+++ community-x86_64/PKGBUILD	2016-09-07 09:05:50 UTC (rev 188925)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
-# Contributor: WU Jun <quark at lihdd dot net>
-
-pkgname=libpinyin
-pkgver=1.5.92
-_modelver=12
-pkgrel=1
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-# Switching to kyotocabinet will break all existing installation. Requesting a migration tool to prevent data loss:
-# https://github.com/libpinyin/libpinyin/issues/44
-depends=('db' 'glib2') # 'kyotocabinet'
-makedepends=('git')
-source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver"
-        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
-noextract=("model${_modelver}.text.tar.gz")
-sha512sums=('SKIP'
-            'a2282bb660481691d86b766fd0e1b9d0d6e58e26a055685785cfd934f8fcc2b5ca90b7c08b89d885f20869a52dceb78033eb6bb648fd16a8d36bd24a8b562814')
-
-prepare() {
-  cd ${pkgname}
-
-  cp ../model${_modelver}.text.tar.gz data/
-  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
-}
-
-build() {
-  cd ${pkgname}
-  aclocal && libtoolize --force && autoheader && automake -a && autoconf
-
-  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libpinyin/repos/community-x86_64/PKGBUILD (from rev 188924, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-07 09:05:50 UTC (rev 188925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: WU Jun <quark at lihdd dot net>
+
+pkgname=libpinyin
+pkgver=1.6.0
+_modelver=12
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver"
+        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
+noextract=("model${_modelver}.text.tar.gz")
+sha512sums=('SKIP'
+            'a2282bb660481691d86b766fd0e1b9d0d6e58e26a055685785cfd934f8fcc2b5ca90b7c08b89d885f20869a52dceb78033eb6bb648fd16a8d36bd24a8b562814')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list