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

Felix Yan fyan at archlinux.org
Fri Dec 4 06:29:54 UTC 2015


    Date: Friday, December 4, 2015 @ 07:29:54
  Author: fyan
Revision: 148329

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

Added:
  libpinyin/repos/community-i686/PKGBUILD
    (from rev 148328, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-x86_64/PKGBUILD
    (from rev 148328, 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	2015-12-04 06:29:21 UTC (rev 148328)
+++ community-i686/PKGBUILD	2015-12-04 06:29:54 UTC (rev 148329)
@@ -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.2.91
-_modelver=11
-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'
-            '21c048e7f93db9626ec1545a977abb555e12149b791ddab0b0b4fe4adf6fc082d2c2ede28fc42407e72e15f0af1cf428dc58ad955c514d1bcbc67006803e0be7')
-
-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 148328, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-04 06:29:54 UTC (rev 148329)
@@ -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.3.0
+_modelver=11
+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'
+            '21c048e7f93db9626ec1545a977abb555e12149b791ddab0b0b4fe4adf6fc082d2c2ede28fc42407e72e15f0af1cf428dc58ad955c514d1bcbc67006803e0be7')
+
+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	2015-12-04 06:29:21 UTC (rev 148328)
+++ community-x86_64/PKGBUILD	2015-12-04 06:29:54 UTC (rev 148329)
@@ -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.2.91
-_modelver=11
-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'
-            '21c048e7f93db9626ec1545a977abb555e12149b791ddab0b0b4fe4adf6fc082d2c2ede28fc42407e72e15f0af1cf428dc58ad955c514d1bcbc67006803e0be7')
-
-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 148328, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-04 06:29:54 UTC (rev 148329)
@@ -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.3.0
+_modelver=11
+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'
+            '21c048e7f93db9626ec1545a977abb555e12149b791ddab0b0b4fe4adf6fc082d2c2ede28fc42407e72e15f0af1cf428dc58ad955c514d1bcbc67006803e0be7')
+
+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