[arch-commits] Commit in fcitx-table-other/trunk (PKGBUILD fcitx-table-other.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 17:11:24 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:11:24
  Author: fyan
Revision: 172104

upgpkg: fcitx-table-other 0.2.3-2

Hooks rebuild (part 1)

Modified:
  fcitx-table-other/trunk/PKGBUILD
Deleted:
  fcitx-table-other/trunk/fcitx-table-other.install

---------------------------+
 PKGBUILD                  |    8 +++-----
 fcitx-table-other.install |   11 -----------
 2 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 17:11:17 UTC (rev 172103)
+++ PKGBUILD	2016-04-27 17:11:24 UTC (rev 172104)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=fcitx-table-other
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables.'
 arch=('any')
 url="http://code.google.com/p/fcitx/"
@@ -10,8 +10,8 @@
 license=('GPL2')
 depends=('fcitx')
 makedepends=('cmake' 'intltool')
-install=$pkgname.install
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,5 +24,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')

Deleted: fcitx-table-other.install
===================================================================
--- fcitx-table-other.install	2016-04-27 17:11:17 UTC (rev 172103)
+++ fcitx-table-other.install	2016-04-27 17:11:24 UTC (rev 172104)
@@ -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