Date: Thursday, June 5, 2014 @ 04:42:00
  Author: fyan
Revision: 112688

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

Added:
  fcitx-skk/repos/community-i686/
  fcitx-skk/repos/community-i686/PKGBUILD
    (from rev 112687, fcitx-skk/trunk/PKGBUILD)
  fcitx-skk/repos/community-i686/fcitx-skk.install
    (from rev 112687, fcitx-skk/trunk/fcitx-skk.install)
  fcitx-skk/repos/community-x86_64/
  fcitx-skk/repos/community-x86_64/PKGBUILD
    (from rev 112687, fcitx-skk/trunk/PKGBUILD)
  fcitx-skk/repos/community-x86_64/fcitx-skk.install
    (from rev 112687, fcitx-skk/trunk/fcitx-skk.install)

------------------------------------+
 community-i686/PKGBUILD            |   28 ++++++++++++++++++++++++++++
 community-i686/fcitx-skk.install   |   11 +++++++++++
 community-x86_64/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 community-x86_64/fcitx-skk.install |   11 +++++++++++
 4 files changed, 78 insertions(+)

Copied: fcitx-skk/repos/community-i686/PKGBUILD (from rev 112687, 
fcitx-skk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-06-05 02:42:00 UTC (rev 112688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx-skk
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libskk"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-skk";
+license=('GPL')
+depends=('fcitx-qt4' 'libskk')
+makedepends=('cmake')
+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=('2482d5bd1f8ed10bc368164930f1bbbbb12f3475e777f09cf0234deca29f9ec90c0fdc5f207d3f9a8a49ef2d34f1aceae1eb5872cd2f0b5e3c678b3e4689df51')

Copied: fcitx-skk/repos/community-i686/fcitx-skk.install (from rev 112687, 
fcitx-skk/trunk/fcitx-skk.install)
===================================================================
--- community-i686/fcitx-skk.install                            (rev 0)
+++ community-i686/fcitx-skk.install    2014-06-05 02:42:00 UTC (rev 112688)
@@ -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-skk/repos/community-x86_64/PKGBUILD (from rev 112687, 
fcitx-skk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 02:42:00 UTC (rev 112688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx-skk
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libskk"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-skk";
+license=('GPL')
+depends=('fcitx-qt4' 'libskk')
+makedepends=('cmake')
+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=('2482d5bd1f8ed10bc368164930f1bbbbb12f3475e777f09cf0234deca29f9ec90c0fdc5f207d3f9a8a49ef2d34f1aceae1eb5872cd2f0b5e3c678b3e4689df51')

Copied: fcitx-skk/repos/community-x86_64/fcitx-skk.install (from rev 112687, 
fcitx-skk/trunk/fcitx-skk.install)
===================================================================
--- community-x86_64/fcitx-skk.install                          (rev 0)
+++ community-x86_64/fcitx-skk.install  2014-06-05 02:42:00 UTC (rev 112688)
@@ -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
+}

Reply via email to