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

Felix Yan fyan at nymeria.archlinux.org
Mon May 6 17:01:38 UTC 2013


    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 <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at 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 <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at 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 <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at 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-x86_64/PKGBUILD (from rev 89978, fcitx-rime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-06 17:01:38 UTC (rev 89979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: lh <jason52lh at 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-x86_64/fcitx-rime.install
===================================================================
--- community-x86_64/fcitx-rime.install	2013-05-06 16:59:35 UTC (rev 89978)
+++ community-x86_64/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-x86_64/fcitx-rime.install (from rev 89978, fcitx-rime/trunk/fcitx-rime.install)
===================================================================
--- community-x86_64/fcitx-rime.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list