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

Felix Yan fyan at nymeria.archlinux.org
Tue Sep 3 04:17:18 UTC 2013


    Date: Tuesday, September 3, 2013 @ 06:17:18
  Author: fyan
Revision: 96698

archrelease: copy trunk to community-any

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

---------------------------+
 PKGBUILD                  |   61 ++++++++++++++++++++------------------------
 fcitx-table-other.install |   22 +++++++--------
 2 files changed, 39 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-03 04:16:31 UTC (rev 96697)
+++ PKGBUILD	2013-09-03 04:17:18 UTC (rev 96698)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-table-other
-pkgver=0.2.1
-pkgrel=3
-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>=4.2.0')
-makedepends=('cmake' 'intltool')
-install=$pkgname.install
-source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
-
-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
-}
-md5sums=('f68accc4cb4e45da81a38517be236c14')

Copied: fcitx-table-other/repos/community-any/PKGBUILD (from rev 96697, fcitx-table-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-03 04:17:18 UTC (rev 96698)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-table-other
+pkgver=0.2.2
+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 "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE=Release .
+  MAKEFLAGS="$MAKEFLAGS -j1" make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('b2827e5ddb962cdbdb2ede59d3c5752f')

Deleted: fcitx-table-other.install
===================================================================
--- fcitx-table-other.install	2013-09-03 04:16:31 UTC (rev 96697)
+++ fcitx-table-other.install	2013-09-03 04:17:18 UTC (rev 96698)
@@ -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-table-other/repos/community-any/fcitx-table-other.install (from rev 96697, fcitx-table-other/trunk/fcitx-table-other.install)
===================================================================
--- fcitx-table-other.install	                        (rev 0)
+++ fcitx-table-other.install	2013-09-03 04:17:18 UTC (rev 96698)
@@ -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