[arch-commits] Commit in fcitx-table-other/repos/community-any (3 files)

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


    Date: Wednesday, April 27, 2016 @ 19:11:56
  Author: fyan
Revision: 172105

archrelease: copy trunk to community-any

Added:
  fcitx-table-other/repos/community-any/PKGBUILD
    (from rev 172104, fcitx-table-other/trunk/PKGBUILD)
Deleted:
  fcitx-table-other/repos/community-any/PKGBUILD
  fcitx-table-other/repos/community-any/fcitx-table-other.install

---------------------------+
 PKGBUILD                  |   54 +++++++++++++++++++++-----------------------
 fcitx-table-other.install |   11 --------
 2 files changed, 26 insertions(+), 39 deletions(-)

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

Copied: fcitx-table-other/repos/community-any/PKGBUILD (from rev 172104, fcitx-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 17:11:56 UTC (rev 172105)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-table-other
+pkgver=0.2.3
+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/"
+license=('GPL2')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('bd1eff0d4bd616a142711b0a7f9373ce9fdb6e99ded5cf717831aee475c8a442287e26355a2dd72ea39397603a42a6218b4233458028f0dccf4285d0e16fdf68')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

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