[arch-commits] Commit in fcitx-googlepinyin/repos (6 files)

Felix Yan fyan at archlinux.org
Wed Apr 27 17:00:08 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:00:08
  Author: fyan
Revision: 172089

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

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

---------------------------------------------+
 /PKGBUILD                                   |   60 ++++++++++++++++++++++++++
 community-i686/PKGBUILD                     |   31 -------------
 community-i686/fcitx-googlepinyin.install   |   11 ----
 community-x86_64/PKGBUILD                   |   31 -------------
 community-x86_64/fcitx-googlepinyin.install |   11 ----
 5 files changed, 60 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 16:59:15 UTC (rev 172088)
+++ community-i686/PKGBUILD	2016-04-27 17:00:08 UTC (rev 172089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-googlepinyin
-pkgver=0.1.6
-pkgrel=4
-pkgdesc="Fcitx Wrapper for googlepinyin"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=fcitx-googlepinyin.install
-md5sums=('7ee33bbb66d29536819b0d2f73b69713')
-
-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-googlepinyin/repos/community-i686/PKGBUILD (from rev 172088, fcitx-googlepinyin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:00:08 UTC (rev 172089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-googlepinyin
+pkgver=0.1.6
+pkgrel=5
+pkgdesc="Fcitx Wrapper for googlepinyin"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'libgooglepinyin')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+md5sums=('7ee33bbb66d29536819b0d2f73b69713')
+
+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
+}

Deleted: community-i686/fcitx-googlepinyin.install
===================================================================
--- community-i686/fcitx-googlepinyin.install	2016-04-27 16:59:15 UTC (rev 172088)
+++ community-i686/fcitx-googlepinyin.install	2016-04-27 17:00:08 UTC (rev 172089)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 16:59:15 UTC (rev 172088)
+++ community-x86_64/PKGBUILD	2016-04-27 17:00:08 UTC (rev 172089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-googlepinyin
-pkgver=0.1.6
-pkgrel=4
-pkgdesc="Fcitx Wrapper for googlepinyin"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=fcitx-googlepinyin.install
-md5sums=('7ee33bbb66d29536819b0d2f73b69713')
-
-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-googlepinyin/repos/community-x86_64/PKGBUILD (from rev 172088, fcitx-googlepinyin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:00:08 UTC (rev 172089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-googlepinyin
+pkgver=0.1.6
+pkgrel=5
+pkgdesc="Fcitx Wrapper for googlepinyin"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'libgooglepinyin')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+md5sums=('7ee33bbb66d29536819b0d2f73b69713')
+
+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
+}

Deleted: community-x86_64/fcitx-googlepinyin.install
===================================================================
--- community-x86_64/fcitx-googlepinyin.install	2016-04-27 16:59:15 UTC (rev 172088)
+++ community-x86_64/fcitx-googlepinyin.install	2016-04-27 17:00:08 UTC (rev 172089)
@@ -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
-}



More information about the arch-commits mailing list