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

Felix Yan fyan at nymeria.archlinux.org
Sat Jan 26 06:44:09 UTC 2013


    Date: Saturday, January 26, 2013 @ 07:44:09
  Author: fyan
Revision: 82959

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

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

------------------------------------------+
 community-i686/PKGBUILD                  |   62 ++++++++++++++---------------
 community-i686/fcitx-sunpinyin.install   |   22 +++++-----
 community-x86_64/PKGBUILD                |   62 ++++++++++++++---------------
 community-x86_64/fcitx-sunpinyin.install |   22 +++++-----
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 06:42:51 UTC (rev 82958)
+++ community-i686/PKGBUILD	2013-01-26 06:44:09 UTC (rev 82959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sunpinyin
-pkgver=0.3.9
-pkgrel=4
-pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-install=fcitx-sunpinyin.install
-depends=('fcitx>=4.2.5' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-md5sums=('de221daa7b3790b22f5a95d7091d0e38')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-sunpinyin/repos/community-i686/PKGBUILD (from rev 82958, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 06:44:09 UTC (rev 82959)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+install=fcitx-sunpinyin.install
+depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('de2723baf8e5d9092706cd2baf2f21bb')

Deleted: community-i686/fcitx-sunpinyin.install
===================================================================
--- community-i686/fcitx-sunpinyin.install	2013-01-26 06:42:51 UTC (rev 82958)
+++ community-i686/fcitx-sunpinyin.install	2013-01-26 06:44:09 UTC (rev 82959)
@@ -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-sunpinyin/repos/community-i686/fcitx-sunpinyin.install (from rev 82958, fcitx-sunpinyin/trunk/fcitx-sunpinyin.install)
===================================================================
--- community-i686/fcitx-sunpinyin.install	                        (rev 0)
+++ community-i686/fcitx-sunpinyin.install	2013-01-26 06:44:09 UTC (rev 82959)
@@ -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:42:51 UTC (rev 82958)
+++ community-x86_64/PKGBUILD	2013-01-26 06:44:09 UTC (rev 82959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sunpinyin
-pkgver=0.3.9
-pkgrel=4
-pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-install=fcitx-sunpinyin.install
-depends=('fcitx>=4.2.5' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-md5sums=('de221daa7b3790b22f5a95d7091d0e38')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-sunpinyin/repos/community-x86_64/PKGBUILD (from rev 82958, fcitx-sunpinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 06:44:09 UTC (rev 82959)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-sunpinyin
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+install=fcitx-sunpinyin.install
+depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('de2723baf8e5d9092706cd2baf2f21bb')

Deleted: community-x86_64/fcitx-sunpinyin.install
===================================================================
--- community-x86_64/fcitx-sunpinyin.install	2013-01-26 06:42:51 UTC (rev 82958)
+++ community-x86_64/fcitx-sunpinyin.install	2013-01-26 06:44:09 UTC (rev 82959)
@@ -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-sunpinyin/repos/community-x86_64/fcitx-sunpinyin.install (from rev 82958, fcitx-sunpinyin/trunk/fcitx-sunpinyin.install)
===================================================================
--- community-x86_64/fcitx-sunpinyin.install	                        (rev 0)
+++ community-x86_64/fcitx-sunpinyin.install	2013-01-26 06:44:09 UTC (rev 82959)
@@ -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
+}




More information about the arch-commits mailing list