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

Felix Yan fyan at archlinux.org
Tue May 26 03:26:29 UTC 2015


    Date: Tuesday, May 26, 2015 @ 05:26:28
  Author: fyan
Revision: 134109

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-26 03:25:01 UTC (rev 134108)
+++ community-i686/PKGBUILD	2015-05-26 03:26:28 UTC (rev 134109)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-anthy
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Fcitx Wrapper for anthy."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx' 'anthy')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-install=fcitx-anthy.install
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('23ce628c01c5c09f9d4f1402c50fb19b')

Copied: fcitx-anthy/repos/community-i686/PKGBUILD (from rev 134108, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-26 03:26:28 UTC (rev 134109)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('956660d67900f59fa7fd80d68cc4ad7c')

Deleted: community-i686/fcitx-anthy.install
===================================================================
--- community-i686/fcitx-anthy.install	2015-05-26 03:25:01 UTC (rev 134108)
+++ community-i686/fcitx-anthy.install	2015-05-26 03:26:28 UTC (rev 134109)
@@ -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-anthy/repos/community-i686/fcitx-anthy.install (from rev 134108, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-i686/fcitx-anthy.install	                        (rev 0)
+++ community-i686/fcitx-anthy.install	2015-05-26 03:26:28 UTC (rev 134109)
@@ -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	2015-05-26 03:25:01 UTC (rev 134108)
+++ community-x86_64/PKGBUILD	2015-05-26 03:26:28 UTC (rev 134109)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: lh <jason52lh at gmail.com>
-
-pkgname=fcitx-anthy
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Fcitx Wrapper for anthy."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx' 'anthy')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-install=fcitx-anthy.install
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('23ce628c01c5c09f9d4f1402c50fb19b')

Copied: fcitx-anthy/repos/community-x86_64/PKGBUILD (from rev 134108, fcitx-anthy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-26 03:26:28 UTC (rev 134109)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: lh <jason52lh at gmail.com>
+
+pkgname=fcitx-anthy
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for anthy."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'anthy')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+install=fcitx-anthy.install
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('956660d67900f59fa7fd80d68cc4ad7c')

Deleted: community-x86_64/fcitx-anthy.install
===================================================================
--- community-x86_64/fcitx-anthy.install	2015-05-26 03:25:01 UTC (rev 134108)
+++ community-x86_64/fcitx-anthy.install	2015-05-26 03:26:28 UTC (rev 134109)
@@ -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-anthy/repos/community-x86_64/fcitx-anthy.install (from rev 134108, fcitx-anthy/trunk/fcitx-anthy.install)
===================================================================
--- community-x86_64/fcitx-anthy.install	                        (rev 0)
+++ community-x86_64/fcitx-anthy.install	2015-05-26 03:26:28 UTC (rev 134109)
@@ -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