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

Felix Yan felixonmars at archlinux.org
Sat Jan 28 03:43:48 UTC 2017


    Date: Saturday, January 28, 2017 @ 03:43:47
  Author: felixonmars
Revision: 209273

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-28 03:43:17 UTC (rev 209272)
+++ community-i686/PKGBUILD	2017-01-28 03:43:47 UTC (rev 209273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.4.0
-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-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
-sha512sums=('34a2efffbcfd926a3180276681cff53b5d59fc306e82359b6ecd288f8f04fc1078a9dc296ac643b2ea3a8787552dcefb95c26de6cadd93a8a409929d1b85c125')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 209272, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-28 03:43:47 UTC (rev 209273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.4.1
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
+sha512sums=('61c11b099f81b76a78b114762a182b74eee44fa8e0a260b8b654cccd08d5f5f7a7ac9e8f61ebcfa99e3f216c6cb0b4586b7528ae4265ea196e00a2ab2d5953f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-28 03:43:17 UTC (rev 209272)
+++ community-x86_64/PKGBUILD	2017-01-28 03:43:47 UTC (rev 209273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-libpinyin
-pkgver=0.4.0
-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-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
-sha512sums=('34a2efffbcfd926a3180276681cff53b5d59fc306e82359b6ecd288f8f04fc1078a9dc296ac643b2ea3a8787552dcefb95c26de6cadd93a8a409929d1b85c125')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-x86_64/PKGBUILD (from rev 209272, fcitx-libpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-28 03:43:47 UTC (rev 209273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-libpinyin
+pkgver=0.4.1
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz")
+sha512sums=('61c11b099f81b76a78b114762a182b74eee44fa8e0a260b8b654cccd08d5f5f7a7ac9e8f61ebcfa99e3f216c6cb0b4586b7528ae4265ea196e00a2ab2d5953f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list