[arch-commits] Commit in libpinyin/repos (4 files)
Felix Yan
fyan at archlinux.org
Thu Feb 12 09:57:42 UTC 2015
Date: Thursday, February 12, 2015 @ 10:57:41
Author: fyan
Revision: 127592
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 127591, libpinyin/trunk/PKGBUILD)
libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 127591, libpinyin/trunk/PKGBUILD)
Deleted:
libpinyin/repos/community-staging-i686/PKGBUILD
libpinyin/repos/community-staging-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++
community-staging-i686/PKGBUILD | 35 ------------------
community-staging-x86_64/PKGBUILD | 35 ------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2015-02-12 09:56:32 UTC (rev 127591)
+++ community-staging-i686/PKGBUILD 2015-02-12 09:57:41 UTC (rev 127592)
@@ -1,35 +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=1.0.99.20150203
-_modelver=8
-pkgrel=1
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-depends=('db' 'glib2')
-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'
- '6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
-
-build() {
- cd ${pkgname}
-
- 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}
- make DESTDIR="${pkgdir}" install
-}
Copied: libpinyin/repos/community-staging-i686/PKGBUILD (from rev 127591, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-12 09:57:41 UTC (rev 127592)
@@ -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=1.0.99.20150212
+_modelver=8
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+depends=('db' 'glib2')
+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'
+ '6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+ cd ${pkgname}
+
+ 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}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2015-02-12 09:56:32 UTC (rev 127591)
+++ community-staging-x86_64/PKGBUILD 2015-02-12 09:57:41 UTC (rev 127592)
@@ -1,35 +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=1.0.99.20150203
-_modelver=8
-pkgrel=1
-pkgdesc="Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/libpinyin/libpinyin"
-license=('GPL')
-depends=('db' 'glib2')
-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'
- '6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
-
-build() {
- cd ${pkgname}
-
- 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}
- make DESTDIR="${pkgdir}" install
-}
Copied: libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 127591, libpinyin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-02-12 09:57:41 UTC (rev 127592)
@@ -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=1.0.99.20150212
+_modelver=8
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin"
+license=('GPL')
+depends=('db' 'glib2')
+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'
+ '6d40f6f633f82664226a5219bd34b94904df0277d80b0d2005904ac075d983df6d7071da7f20eea7fd8c5ce777443f725b6ce32b34f910faa1e557873610db80')
+
+build() {
+ cd ${pkgname}
+
+ 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}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list