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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 16 16:25:08 UTC 2013


    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 <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at 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 <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at 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 <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at 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-x86_64/PKGBUILD (from rev 94199, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-16 16:25:08 UTC (rev 94200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at 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-x86_64/fcitx-rime.install
===================================================================
--- community-x86_64/fcitx-rime.install	2013-07-16 16:23:44 UTC (rev 94199)
+++ community-x86_64/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-x86_64/fcitx-rime.install (from rev 94199, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-x86_64/fcitx-rime.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list