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

2017-02-08 Thread Felix Yan
Date: Thursday, February 9, 2017 @ 02:40:50
  Author: felixonmars
Revision: 211335

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 211334, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 211334, fcitx-libpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/qt5-port.patch
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/qt5-port.patch

-+
 /PKGBUILD   |   72 +
 community-i686/PKGBUILD |   38 ---
 community-i686/qt5-port.patch   |  468 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/qt5-port.patch |  468 --
 5 files changed, 72 insertions(+), 1012 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-09 02:39:38 UTC (rev 211334)
+++ community-i686/PKGBUILD 2017-02-09 02:40:50 UTC (rev 211335)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.4.1
-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' 'intltool' 'wget')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
-"qt5-port.patch")
-sha512sums=('61c11b099f81b76a78b114762a182b74eee44fa8e0a260b8b654cccd08d5f5f7a7ac9e8f61ebcfa99e3f216c6cb0b4586b7528ae4265ea196e00a2ab2d5953f0'
-
'c39a179aab4af71f8d773a5e4d02c8810239165a22cf0b5ff3e518c65a8eb9c3f3ddff7dcd23d19f4fcc3ed6cb545169952839cd44a892012f5fd1a1174d5b4b')
-
-prepare() {
-  mkdir build
-
-  cd $pkgname-$pkgver
-
-  # Port to Qt5
-  patch -Np1 -i ../qt5-port.patch
-}
-
-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 211334, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-09 02:40:50 UTC (rev 211335)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.0
+_commit=f403aa9d3beb62b3edd89febc2c456f21c5e6012
+_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#commit=$_commit;
+"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-i686/qt5-port.patch
===
--- community-i686/qt5-port.patch   2017-02-09 02:39:38 UTC (rev 211334)
+++ community-i686/qt5-port.patch   2017-02-09 02:40:50 UTC (rev 211335)
@@ -1,468 +0,0 @@
-From dbfeca848b15f93afdb6caf09d633ac99f7cdb4f Mon Sep 17 00:00:00 2001
-From: Weng Xuetian 
-Date: Sat, 4 Feb 2017 11:21:23 -0800
-Subject: [PATCH] [libpinyin] port dictmanager to qt5
-
-Fix #22

- dictmanager/CMakeLists.txt | 20 +-
- dictmanager/browserdialog.cpp  | 39 +++
- dictmanager/browserdialog.h|  7 -
- dictmanager/browserdialog.ui   |  2 +-
- dictmanager/filedownloader.cpp |  2 +-
- dictmanager/filelistmodel.cpp  |  2 +-
- dictmanager/libpinyin.json |  2 ++
- dictmanager/main.cpp   | 60 ++
- dictmanager/main.h | 58 
- 9 files changed, 129 insertions(+), 63 deletions(-)
- create mode 100644 dictmanager/libpinyin.json
- create mode 100644 dictmanager/main.h
-
-diff --git a/dictmanager/CMakeLists.txt b/dictmanager/CMakeLists.txt
-index 5eaa400..06c18ae 100644
 a/dictmanager/CMakeLists.txt
-+++ 

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

2017-02-07 Thread Balló György
Date: Wednesday, February 8, 2017 @ 04:04:05
  Author: bgyorgy
Revision: 211097

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 211096, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/qt5-port.patch
(from rev 211096, fcitx-libpinyin/trunk/qt5-port.patch)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 211096, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/qt5-port.patch
(from rev 211096, fcitx-libpinyin/trunk/qt5-port.patch)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 community-i686/PKGBUILD |   31 --
 community-i686/qt5-port.patch   |  468 ++
 community-x86_64/PKGBUILD   |   31 --
 community-x86_64/qt5-port.patch |  468 ++
 5 files changed, 1012 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-08 04:03:58 UTC (rev 211096)
+++ community-i686/PKGBUILD 2017-02-08 04:04:05 UTC (rev 211097)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-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
-}

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 211096, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-08 04:04:05 UTC (rev 211097)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.4.1
+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' 'intltool' 'wget')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;
+"qt5-port.patch")
+sha512sums=('61c11b099f81b76a78b114762a182b74eee44fa8e0a260b8b654cccd08d5f5f7a7ac9e8f61ebcfa99e3f216c6cb0b4586b7528ae4265ea196e00a2ab2d5953f0'
+
'c39a179aab4af71f8d773a5e4d02c8810239165a22cf0b5ff3e518c65a8eb9c3f3ddff7dcd23d19f4fcc3ed6cb545169952839cd44a892012f5fd1a1174d5b4b')
+
+prepare() {
+  mkdir build
+
+  cd $pkgname-$pkgver
+
+  # Port to Qt5
+  patch -Np1 -i ../qt5-port.patch
+}
+
+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/qt5-port.patch (from rev 211096, 
fcitx-libpinyin/trunk/qt5-port.patch)
===
--- community-i686/qt5-port.patch   (rev 0)
+++ community-i686/qt5-port.patch   2017-02-08 04:04:05 UTC (rev 211097)
@@ -0,0 +1,468 @@
+From dbfeca848b15f93afdb6caf09d633ac99f7cdb4f Mon Sep 17 00:00:00 2001
+From: Weng Xuetian 
+Date: Sat, 4 Feb 2017 11:21:23 -0800
+Subject: [PATCH] [libpinyin] port dictmanager to qt5
+
+Fix #22
+---
+ dictmanager/CMakeLists.txt | 20 +-
+ dictmanager/browserdialog.cpp  | 39 +++
+ dictmanager/browserdialog.h|  7 -
+ dictmanager/browserdialog.ui   |  2 +-
+ dictmanager/filedownloader.cpp |  2 +-
+ dictmanager/filelistmodel.cpp  |  2 +-
+ dictmanager/libpinyin.json |  2 ++
+ dictmanager/main.cpp   | 60 ++
+ dictmanager/main.h | 58 
+ 9 files changed, 129 insertions(+), 63 deletions(-)
+ create mode 100644 dictmanager/libpinyin.json
+ create mode 100644 dictmanager/main.h
+
+diff --git a/dictmanager/CMakeLists.txt b/dictmanager/CMakeLists.txt
+index 5eaa400..06c18ae 100644
+--- a/dictmanager/CMakeLists.txt
 

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

2016-04-27 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 19:06:10
  Author: fyan
Revision: 172095

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

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

--+
 /PKGBUILD|   62 +
 community-i686/PKGBUILD  |   32 --
 community-i686/fcitx-libpinyin.install   |   11 -
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/fcitx-libpinyin.install |   11 -
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 17:05:16 UTC (rev 172094)
+++ community-i686/PKGBUILD 2016-04-27 17:06:10 UTC (rev 172095)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.3.3
-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-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-install=$pkgname.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
-sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
-
-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 172094, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 17:06:10 UTC (rev 172095)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.3
+pkgrel=3
+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=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
+
+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-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2016-04-27 17:05:16 UTC (rev 
172094)
+++ community-i686/fcitx-libpinyin.install  2016-04-27 17:06:10 UTC (rev 
172095)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 17:05:16 UTC (rev 172094)
+++ community-x86_64/PKGBUILD   2016-04-27 17:06:10 UTC (rev 172095)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.3.3
-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-qt4' 'qtwebkit')
-makedepends=('cmake' 'intltool' 'wget')
-install=$pkgname.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
-sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
-
-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 

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 14:08:20
  Author: fyan
Revision: 149866

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 149865, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install
(from rev 149865, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 149865, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install
(from rev 149865, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/fcitx-libpinyin.install   |   11 +++
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/fcitx-libpinyin.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 149865, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:08:20 UTC (rev 149866)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.3
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
+
+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-staging-i686/fcitx-libpinyin.install 
(from rev 149865, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-staging-i686/fcitx-libpinyin.install  2015-12-07 13:08:20 UTC 
(rev 149866)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
149865, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 13:08:20 UTC (rev 149866)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.3
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
+
+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-staging-x86_64/fcitx-libpinyin.install 
(from rev 149865, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-staging-x86_64/fcitx-libpinyin.install2015-12-07 13:08:20 UTC 
(rev 149866)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-11-17 Thread Felix Yan
Date: Tuesday, November 17, 2015 @ 11:16:26
  Author: fyan
Revision: 146963

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 146962, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install
(from rev 146962, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 146962, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install
(from rev 146962, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/fcitx-libpinyin.install   |   11 +++
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/fcitx-libpinyin.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 146962, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-17 10:16:26 UTC (rev 146963)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.3
+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')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
+
+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-staging-i686/fcitx-libpinyin.install 
(from rev 146962, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-staging-i686/fcitx-libpinyin.install  2015-11-17 10:16:26 UTC 
(rev 146963)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
146962, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-17 10:16:26 UTC (rev 146963)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.3
+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')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2')
+
+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-staging-x86_64/fcitx-libpinyin.install 
(from rev 146962, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-staging-x86_64/fcitx-libpinyin.install2015-11-17 10:16:26 UTC 
(rev 146963)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-14 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 10:22:33
  Author: fyan
Revision: 136823

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 136822, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 136822, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/fcitx-libpinyin.install   |   11 +++
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/fcitx-libpinyin.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 136822, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-14 08:22:33 UTC (rev 136823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.2
+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')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('20e4a46b52aabc96db200bf80afc914fb28312d8b8dfaa670e77086f8e52d68e3812ce335057889fec0e6e48a9136699d422dfa7549a3bc0f71e35874f31e5a0')
+
+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-staging-i686/fcitx-libpinyin.install 
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-staging-i686/fcitx-libpinyin.install  2015-07-14 08:22:33 UTC 
(rev 136823)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
136822, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-14 08:22:33 UTC (rev 136823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.2
+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')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+sha512sums=('20e4a46b52aabc96db200bf80afc914fb28312d8b8dfaa670e77086f8e52d68e3812ce335057889fec0e6e48a9136699d422dfa7549a3bc0f71e35874f31e5a0')
+
+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-staging-x86_64/fcitx-libpinyin.install 
(from rev 136822, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-staging-x86_64/fcitx-libpinyin.install2015-07-14 08:22:33 UTC 
(rev 136823)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-12 Thread Felix Yan
Date: Thursday, February 12, 2015 @ 15:09:23
  Author: fyan
Revision: 127607

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 127606, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install
(from rev 127606, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 127606, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install
(from rev 127606, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-staging-i686/PKGBUILD  |   35 +
 community-staging-i686/fcitx-libpinyin.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   35 +
 community-staging-x86_64/fcitx-libpinyin.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 127606, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-12 14:09:23 UTC (rev 127607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.1
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('3b7501a75dab2f5b83541c71ccac93709f3354f390f322d7b95e4b94e0c4dc6963522759ab52eb77203d787d6d14d3ce1c838dd92ecd0db041a3b7a25008eaa4')

Copied: fcitx-libpinyin/repos/community-staging-i686/fcitx-libpinyin.install 
(from rev 127606, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-staging-i686/fcitx-libpinyin.install  2015-02-12 14:09:23 UTC 
(rev 127607)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
127606, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-12 14:09:23 UTC (rev 127607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.1
+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-qt4' 'qtwebkit')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('3b7501a75dab2f5b83541c71ccac93709f3354f390f322d7b95e4b94e0c4dc6963522759ab52eb77203d787d6d14d3ce1c838dd92ecd0db041a3b7a25008eaa4')

Copied: fcitx-libpinyin/repos/community-staging-x86_64/fcitx-libpinyin.install 
(from rev 127606, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-staging-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-staging-x86_64/fcitx-libpinyin.install2015-02-12 14:09:23 UTC 
(rev 127607)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2013-07-01 Thread Felix Yan
Date: Monday, July 1, 2013 @ 10:26:28
  Author: fyan
Revision: 93297

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

Added:
  fcitx-libpinyin/repos/community-testing-i686/
  fcitx-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 93296, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install
(from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-testing-x86_64/
  fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 93296, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install
(from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-testing-i686/PKGBUILD  |   35 +
 community-testing-i686/fcitx-libpinyin.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   35 +
 community-testing-x86_64/fcitx-libpinyin.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 93296, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-01 08:26:28 UTC (rev 93297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.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;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install 
(from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-testing-i686/fcitx-libpinyin.install  2013-07-01 08:26:28 UTC 
(rev 93297)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
93296, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-01 08:26:28 UTC (rev 93297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.3.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;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762')

Copied: fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install 
(from rev 93296, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-testing-x86_64/fcitx-libpinyin.install2013-07-01 08:26:28 UTC 
(rev 93297)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-30 Thread Felix Yan
Date: Tuesday, April 30, 2013 @ 09:02:16
  Author: fyan
Revision: 89582

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

Added:
  fcitx-libpinyin/repos/community-testing-i686/
  fcitx-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 89581, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install
(from rev 89581, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-testing-x86_64/
  fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 89581, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install
(from rev 89581, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-testing-i686/PKGBUILD  |   34 +
 community-testing-i686/fcitx-libpinyin.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   34 +
 community-testing-x86_64/fcitx-libpinyin.install |   11 ++
 4 files changed, 90 insertions(+)

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 89581, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-30 07:02:16 UTC (rev 89582)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.92
+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')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://fcitx.googlecode.com/files/${pkgname}-${pkgver}_dict.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('bea86b1041fa311a9bbcd2a6d74ab36d9659ebb6c92122307d3bd4dc44bcb0567d4aeafe62f3b6fe6a85160b369722f391063b47765dc88ec9a9b569cfca640f')

Copied: fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install 
(from rev 89581, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-testing-i686/fcitx-libpinyin.install  2013-04-30 07:02:16 UTC 
(rev 89582)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
89581, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-30 07:02:16 UTC (rev 89582)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.92
+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')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://fcitx.googlecode.com/files/${pkgname}-${pkgver}_dict.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('bea86b1041fa311a9bbcd2a6d74ab36d9659ebb6c92122307d3bd4dc44bcb0567d4aeafe62f3b6fe6a85160b369722f391063b47765dc88ec9a9b569cfca640f')

Copied: fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install 
(from rev 89581, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-testing-x86_64/fcitx-libpinyin.install2013-04-30 07:02:16 UTC 
(rev 89582)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-03-18 Thread Felix Yan
Date: Monday, March 18, 2013 @ 15:14:51
  Author: fyan
Revision: 86521

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

Added:
  fcitx-libpinyin/repos/community-testing-i686/
  fcitx-libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 86520, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install
(from rev 86520, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-testing-x86_64/
  fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 86520, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install
(from rev 86520, fcitx-libpinyin/trunk/fcitx-libpinyin.install)

--+
 community-testing-i686/PKGBUILD  |   34 +
 community-testing-i686/fcitx-libpinyin.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   34 +
 community-testing-x86_64/fcitx-libpinyin.install |   11 ++
 4 files changed, 90 insertions(+)

Copied: fcitx-libpinyin/repos/community-testing-i686/PKGBUILD (from rev 86520, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-18 14:14:51 UTC (rev 86521)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.90
+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')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('b19526c18102d8c240f2933d21bbbc81')

Copied: fcitx-libpinyin/repos/community-testing-i686/fcitx-libpinyin.install 
(from rev 86520, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-i686/fcitx-libpinyin.install  
(rev 0)
+++ community-testing-i686/fcitx-libpinyin.install  2013-03-18 14:14:51 UTC 
(rev 86521)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 
86520, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-18 14:14:51 UTC (rev 86521)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.90
+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')
+makedepends=('cmake' 'intltool' 'wget')
+source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('b19526c18102d8c240f2933d21bbbc81')

Copied: fcitx-libpinyin/repos/community-testing-x86_64/fcitx-libpinyin.install 
(from rev 86520, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-testing-x86_64/fcitx-libpinyin.install
(rev 0)
+++ community-testing-x86_64/fcitx-libpinyin.install2013-03-18 14:14:51 UTC 
(rev 86521)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}