[arch-commits] Commit in fcitx-googlepinyin/trunk (2 files)

Felix Yan fyan at archlinux.org
Wed Apr 27 16:59:15 UTC 2016


    Date: Wednesday, April 27, 2016 @ 18:59:15
  Author: fyan
Revision: 172088

upgpkg: fcitx-googlepinyin 0.1.6-5

Hooks rebuild (part 1)

Modified:
  fcitx-googlepinyin/trunk/PKGBUILD
Deleted:
  fcitx-googlepinyin/trunk/fcitx-googlepinyin.install

----------------------------+
 PKGBUILD                   |    5 ++---
 fcitx-googlepinyin.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 16:38:57 UTC (rev 172087)
+++ PKGBUILD	2016-04-27 16:59:15 UTC (rev 172088)
@@ -3,15 +3,14 @@
 
 pkgname=fcitx-googlepinyin
 pkgver=0.1.6
-pkgrel=4
+pkgrel=5
 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')
+depends=('fcitx' 'libgooglepinyin')
 makedepends=('cmake' 'intltool')
 source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=fcitx-googlepinyin.install
 md5sums=('7ee33bbb66d29536819b0d2f73b69713')
 
 build() {

Deleted: fcitx-googlepinyin.install
===================================================================
--- fcitx-googlepinyin.install	2016-04-27 16:38:57 UTC (rev 172087)
+++ fcitx-googlepinyin.install	2016-04-27 16:59:15 UTC (rev 172088)
@@ -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