[arch-commits] Commit in fcitx-rime/repos (8 files)

2014-11-27 Thread Felix Yan
Date: Thursday, November 27, 2014 @ 17:14:42
  Author: fyan
Revision: 123225

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

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

-+
 /PKGBUILD   |   58 ++
 /fcitx-rime.install |   22 
 community-i686/PKGBUILD |   29 -
 community-i686/fcitx-rime.install   |   11 --
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/fcitx-rime.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-27 16:14:03 UTC (rev 123224)
+++ community-i686/PKGBUILD 2014-11-27 16:14:42 UTC (rev 123225)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 123224, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-27 16:14:42 UTC (rev 123225)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2014-11-27 16:14:03 UTC (rev 123224)
+++ community-i686/fcitx-rime.install   2014-11-27 16:14:42 UTC (rev 123225)
@@ -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
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 123224, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2014-11-27 16:14:42 UTC (rev 123225)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-27 16:14:03 UTC (rev 123224)
+++ community-x86_64/PKGBUILD   2014-11-27 16:14:42 UTC (rev 123225)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  

[arch-commits] Commit in fcitx-rime/repos (8 files)

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 14:29:38
  Author: fyan
Revision: 100767

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

Added:
  fcitx-rime/repos/community-testing-i686/PKGBUILD
(from rev 100766, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
(from rev 100766, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 100766, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
(from rev 100766, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-testing-i686/PKGBUILD
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install

-+
 /PKGBUILD   |   58 ++
 /fcitx-rime.install |   22 +
 community-testing-i686/PKGBUILD |   29 -
 community-testing-i686/fcitx-rime.install   |   11 
 community-testing-x86_64/PKGBUILD   |   29 -
 community-testing-x86_64/fcitx-rime.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-11-10 13:28:22 UTC (rev 100766)
+++ community-testing-i686/PKGBUILD 2013-11-10 13:29:38 UTC (rev 100767)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-i686/PKGBUILD (from rev 100766, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 13:29:38 UTC (rev 100767)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('8dbb8fddf4d372d4af9707d2f1bbdb7c15eb29602ad5de8f0cec5dfca81074087fb2873980afd8cdd09f78316620b086708761d91b820b714539a5100bc156a8')

Deleted: community-testing-i686/fcitx-rime.install
===
--- community-testing-i686/fcitx-rime.install   2013-11-10 13:28:22 UTC (rev 
100766)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 13:29:38 UTC (rev 
100767)
@@ -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
-}

Copied: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 
100766, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-i686/fcitx-rime.install   (rev 0)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 13:29:38 UTC (rev 
100767)
@@ -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
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-11-10 13:28:22 UTC (rev 100766)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 13:29:38 UTC (rev 100767)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')

[arch-commits] Commit in fcitx-rime/repos (8 files)

2013-07-16 Thread Felix Yan
Date: Tuesday, July 16, 2013 @ 18:25:08
  Author: fyan
Revision: 94200

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

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

-+
 /PKGBUILD   |   64 ++
 /fcitx-rime.install |   22 +++
 community-i686/PKGBUILD |   34 --
 community-i686/fcitx-rime.install   |   11 -
 community-x86_64/PKGBUILD   |   34 --
 community-x86_64/fcitx-rime.install |   11 -
 6 files changed, 86 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-16 16:23:44 UTC (rev 94199)
+++ community-i686/PKGBUILD 2013-07-16 16:25:08 UTC (rev 94200)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 94199, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-16 16:25:08 UTC (rev 94200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.8.1' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('4497cfdf38e6fd85e358b0c8b52efa21b54a8c46cf5f6a640ca1c1f91a30df2a2033f46eec2d123bfadf9c8c58e4b8f6ec96b1564d32b2b8157261ca14a2855b')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-07-16 16:23:44 UTC (rev 94199)
+++ community-i686/fcitx-rime.install   2013-07-16 16:25:08 UTC (rev 94200)
@@ -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
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 94199, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-07-16 16:25:08 UTC (rev 94200)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-16 16:23:44 UTC (rev 94199)
+++ community-x86_64/PKGBUILD   2013-07-16 16:25:08 UTC (rev 94200)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  

[arch-commits] Commit in fcitx-rime/repos (8 files)

2013-06-20 Thread Felix Yan
Date: Friday, June 21, 2013 @ 07:40:07
  Author: fyan
Revision: 92965

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

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

-+
 /PKGBUILD   |   68 ++
 /fcitx-rime.install |   22 +++
 community-i686/PKGBUILD |   34 -
 community-i686/fcitx-rime.install   |   11 -
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/fcitx-rime.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-21 05:37:10 UTC (rev 92964)
+++ community-i686/PKGBUILD 2013-06-21 05:40:07 UTC (rev 92965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 92964, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-21 05:40:07 UTC (rev 92965)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-06-21 05:37:10 UTC (rev 92964)
+++ community-i686/fcitx-rime.install   2013-06-21 05:40:07 UTC (rev 92965)
@@ -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
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 92964, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-06-21 05:40:07 UTC (rev 92965)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-21 05:37:10 UTC (rev 92964)
+++ community-x86_64/PKGBUILD   2013-06-21 05:40:07 UTC (rev 92965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-

[arch-commits] Commit in fcitx-rime/repos (8 files)

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:01:38
  Author: fyan
Revision: 89979

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

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

-+
 /PKGBUILD   |   68 ++
 /fcitx-rime.install |   22 +++
 community-i686/PKGBUILD |   34 -
 community-i686/fcitx-rime.install   |   11 -
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/fcitx-rime.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 16:59:35 UTC (rev 89978)
+++ community-i686/PKGBUILD 2013-05-06 17:01:38 UTC (rev 89979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake' 'intltool')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 89978, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 17:01:38 UTC (rev 89979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-05-06 16:59:35 UTC (rev 89978)
+++ community-i686/fcitx-rime.install   2013-05-06 17:01:38 UTC (rev 89979)
@@ -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
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 89978, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-05-06 17:01:38 UTC (rev 89979)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 16:59:35 UTC (rev 89978)
+++ community-x86_64/PKGBUILD   2013-05-06 17:01:38 UTC (rev 89979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake' 'intltool')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-

[arch-commits] Commit in fcitx-rime/repos (8 files)

2013-01-25 Thread Felix Yan
Date: Saturday, January 26, 2013 @ 07:52:40
  Author: fyan
Revision: 82962

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

Added:
  fcitx-rime/repos/community-i686/PKGBUILD
(from rev 82960, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-i686/fcitx-rime.install
(from rev 82960, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 82961, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-x86_64/fcitx-rime.install
(from rev 82961, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-i686/PKGBUILD
  fcitx-rime/repos/community-i686/fcitx-rime.install
  fcitx-rime/repos/community-x86_64/PKGBUILD
  fcitx-rime/repos/community-x86_64/fcitx-rime.install

-+
 community-i686/PKGBUILD |   80 ++
 community-i686/fcitx-rime.install   |   22 -
 community-x86_64/PKGBUILD   |   80 ++
 community-x86_64/fcitx-rime.install |   22 -
 4 files changed, 90 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-26 06:52:15 UTC (rev 82961)
+++ community-i686/PKGBUILD 2013-01-26 06:52:40 UTC (rev 82962)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.1.2
-pkgrel=3
-_rimever=0.9.3
-pkgdesc=Fcitx Wrapper for librime
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.0' librime=$_rimever brise)
-makedepends=('cmake' 'intltool')
-install='fcitx-rime.install'
-source=(
-  
rime-$_rimever.tar.gz::https://github.com/lotem/brise/tarball/rime-$_rimever;
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-_brise_name=lotem-brise-149c684
-
-build() {
-  cd $srcdir
-  rm -rf brise/
-  cp -r ${_brise_name}/ brise/
-
-  msg Starting make...
-  
-  cd $pkgname-$pkgver
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('7a210167c0e5a474716a3bd1d553ff5a'
- '3b1d2ad3363910ed214672078c72e23f')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 82960, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-26 06:52:40 UTC (rev 82962)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake' 'intltool')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-01-26 06:52:15 UTC (rev 82961)
+++ community-i686/fcitx-rime.install   2013-01-26 06:52:40 UTC (rev 82962)
@@ -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
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 82960, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-01-26 06:52:40 UTC (rev 82962)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-26 06:52:15 UTC (rev 82961)
+++ community-x86_64/PKGBUILD   2013-01-26 06:52:40 UTC (rev 82962)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.1.2
-pkgrel=3
-_rimever=0.9.3
-pkgdesc=Fcitx Wrapper for librime
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.0' librime=$_rimever brise)
-makedepends=('cmake' 'intltool')
-install='fcitx-rime.install'
-source=(
-