[arch-commits] Commit in libgooglepinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 01:50:02 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:49:49
  Author: felixonmars
Revision: 333779

archrelease: copy trunk to community-x86_64

Added:
  libgooglepinyin/repos/community-x86_64/PKGBUILD
    (from rev 333778, libgooglepinyin/trunk/PKGBUILD)
Deleted:
  libgooglepinyin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:49:23 UTC (rev 333778)
+++ PKGBUILD	2018-05-31 01:49:49 UTC (rev 333779)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com>
-
-pkgname=libgooglepinyin
-pkgver=0.1.2
-pkgrel=3
-pkgdesc="A fork from google pinyin on android"
-arch=('x86_64')
-url="http://code.google.com/p/libgooglepinyin"
-license=('APACHE')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr . \
-      -DENABLE_STATIC=Off ../$pkgname-$pkgver
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('d697aba08fdc0fe15c9d7b6096ca3b28')

Copied: libgooglepinyin/repos/community-x86_64/PKGBUILD (from rev 333778, libgooglepinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:49:49 UTC (rev 333779)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Author: CSSlayer <wengxt at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=libgooglepinyin
+pkgver=0.1.2
+pkgrel=4
+pkgdesc="A fork from google pinyin on android"
+arch=('x86_64')
+url="https://code.google.com/archive/p/libgooglepinyin/"
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libgooglepinyin/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . \
+      -DENABLE_STATIC=Off ../$pkgname-$pkgver
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('5ead9008cf1b5fe86bb49f2e5caa7c9868b69033316863ac61c5799d860f5d55ccb65560f6f28254ae930afe12cc7df786668b09caa4e39b2752c0aa5f8a101d')



More information about the arch-commits mailing list