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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 2 02:48:01 UTC 2013


    Date: Tuesday, July 2, 2013 @ 04:48:01
  Author: fyan
Revision: 93336

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

Added:
  fcitx-kkc/repos/community-testing-i686/
  fcitx-kkc/repos/community-testing-i686/PKGBUILD
    (from rev 93335, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-testing-i686/fcitx-kkc.install
    (from rev 93335, fcitx-kkc/trunk/fcitx-kkc.install)
  fcitx-kkc/repos/community-testing-x86_64/
  fcitx-kkc/repos/community-testing-x86_64/PKGBUILD
    (from rev 93335, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-testing-x86_64/fcitx-kkc.install
    (from rev 93335, fcitx-kkc/trunk/fcitx-kkc.install)

--------------------------------------------+
 community-testing-i686/PKGBUILD            |   32 +++++++++++++++++++++++++++
 community-testing-i686/fcitx-kkc.install   |   11 +++++++++
 community-testing-x86_64/PKGBUILD          |   32 +++++++++++++++++++++++++++
 community-testing-x86_64/fcitx-kkc.install |   11 +++++++++
 4 files changed, 86 insertions(+)

Copied: fcitx-kkc/repos/community-testing-i686/PKGBUILD (from rev 93335, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-02 02:48:01 UTC (rev 93336)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.8' 'libkkc>=0.2.3' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/${pkgname}/${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=('c86a48f9e7a1e9de16b0919e5413fc9d')

Copied: fcitx-kkc/repos/community-testing-i686/fcitx-kkc.install (from rev 93335, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-testing-i686/fcitx-kkc.install	                        (rev 0)
+++ community-testing-i686/fcitx-kkc.install	2013-07-02 02:48:01 UTC (rev 93336)
@@ -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
+}

Copied: fcitx-kkc/repos/community-testing-x86_64/PKGBUILD (from rev 93335, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-02 02:48:01 UTC (rev 93336)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.8' 'libkkc>=0.2.3' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/${pkgname}/${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=('c86a48f9e7a1e9de16b0919e5413fc9d')

Copied: fcitx-kkc/repos/community-testing-x86_64/fcitx-kkc.install (from rev 93335, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-testing-x86_64/fcitx-kkc.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-kkc.install	2013-07-02 02:48:01 UTC (rev 93336)
@@ -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