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

Felix Yan fyan at nymeria.archlinux.org
Tue Oct 29 05:12:20 UTC 2013


    Date: Tuesday, October 29, 2013 @ 06:12:20
  Author: fyan
Revision: 99449

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

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

-----------------------------------+
 /PKGBUILD                         |   70 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   33 ----------------
 community-testing-x86_64/PKGBUILD |   33 ----------------
 3 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-10-29 05:10:37 UTC (rev 99448)
+++ community-testing-i686/PKGBUILD	2013-10-29 05:12:20 UTC (rev 99449)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
-# Contributor: WU Jun <quark at lihdd dot net>
-
-pkgname=libpinyin
-pkgver=0.9.93
-pkgrel=3
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-depends=('db' 'glib2')
-source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz"
-        "http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz")
-noextract=("model6.text.tar.gz")
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cp "${srcdir}/model6.text.tar.gz" "${srcdir}/${pkgname}-${pkgver}/data/"
-  sed -i '/wget.*model6\.text\.tar\.gz/ d' ${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
-
-  aclocal && libtoolize --force && autoheader && automake -a && autoconf
-  ./configure --prefix=/usr && make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
-            '8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')

Copied: libpinyin/repos/community-testing-i686/PKGBUILD (from rev 99448, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-29 05:12:20 UTC (rev 99449)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: WU Jun <quark at lihdd dot net>
+
+pkgname=libpinyin
+pkgver=0.9.94
+_modelver=7
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+depends=('db' 'glib2')
+source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz"
+        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
+noextract=("model${_modelver}.text.tar.gz")
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+  ./configure --prefix=/usr && make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('733083a8ed1dc0d230c8830e67c4d23b28ecf4c2b4adf386aee5f1e3cd9849363951c60720d5ae5fe9c075b4dbdda88969473c19bb1a8c8187cbc21e35445108'
+            '74a56a23cdca24124037f688ed85a921089155a1b9a0b61e646f805b2bb698c56682c5d6a47ff86657c8b131a831dbee9d5cc5165d4c1f235b77fcd5b2e480ad')

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-10-29 05:10:37 UTC (rev 99448)
+++ community-testing-x86_64/PKGBUILD	2013-10-29 05:12:20 UTC (rev 99449)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
-# Contributor: WU Jun <quark at lihdd dot net>
-
-pkgname=libpinyin
-pkgver=0.9.93
-pkgrel=3
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-depends=('db' 'glib2')
-source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz"
-        "http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz")
-noextract=("model6.text.tar.gz")
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cp "${srcdir}/model6.text.tar.gz" "${srcdir}/${pkgname}-${pkgver}/data/"
-  sed -i '/wget.*model6\.text\.tar\.gz/ d' ${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
-
-  aclocal && libtoolize --force && autoheader && automake -a && autoconf
-  ./configure --prefix=/usr && make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
-            '8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')

Copied: libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 99448, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-29 05:12:20 UTC (rev 99449)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com> 
+# Contributor: WU Jun <quark at lihdd dot net>
+
+pkgname=libpinyin
+pkgver=0.9.94
+_modelver=7
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+depends=('db' 'glib2')
+source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz"
+        "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz")
+noextract=("model${_modelver}.text.tar.gz")
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+  ./configure --prefix=/usr && make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('733083a8ed1dc0d230c8830e67c4d23b28ecf4c2b4adf386aee5f1e3cd9849363951c60720d5ae5fe9c075b4dbdda88969473c19bb1a8c8187cbc21e35445108'
+            '74a56a23cdca24124037f688ed85a921089155a1b9a0b61e646f805b2bb698c56682c5d6a47ff86657c8b131a831dbee9d5cc5165d4c1f235b77fcd5b2e480ad')




More information about the arch-commits mailing list