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

Antonio Rojas arojas at archlinux.org
Sat Apr 22 18:56:47 UTC 2017


    Date: Saturday, April 22, 2017 @ 18:56:46
  Author: arojas
Revision: 224424

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-22 18:56:08 UTC (rev 224423)
+++ community-i686/PKGBUILD	2017-04-22 18:56:46 UTC (rev 224424)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin"
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver"
-        "http://download.fcitx-im.org/data/$_model")
-sha512sums=('SKIP'
-            '26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 224423, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-22 18:56:46 UTC (rev 224424)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver"
+        "http://download.fcitx-im.org/data/$_model")
+sha512sums=('SKIP'
+            '26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-22 18:56:08 UTC (rev 224423)
+++ community-x86_64/PKGBUILD	2017-04-22 18:56:46 UTC (rev 224424)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin"
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver"
-        "http://download.fcitx-im.org/data/$_model")
-sha512sums=('SKIP'
-            '26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-x86_64/PKGBUILD (from rev 224423, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-22 18:56:46 UTC (rev 224424)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin"
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver"
+        "http://download.fcitx-im.org/data/$_model")
+sha512sums=('SKIP'
+            '26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list