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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 13:31:54 UTC 2015


    Date: Monday, December 7, 2015 @ 14:31:54
  Author: bpiotrowski
Revision: 149901

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

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

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   29 +++++++++++++++++++++++++++
 community-staging-i686/fcitx-kkc.install   |   11 ++++++++++
 community-staging-x86_64/PKGBUILD          |   29 +++++++++++++++++++++++++++
 community-staging-x86_64/fcitx-kkc.install |   11 ++++++++++
 4 files changed, 80 insertions(+)

Copied: fcitx-kkc/repos/community-staging-i686/PKGBUILD (from rev 149900, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 13:31:54 UTC (rev 149901)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+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=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')

Copied: fcitx-kkc/repos/community-staging-i686/fcitx-kkc.install (from rev 149900, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-staging-i686/fcitx-kkc.install	                        (rev 0)
+++ community-staging-i686/fcitx-kkc.install	2015-12-07 13:31:54 UTC (rev 149901)
@@ -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-staging-x86_64/PKGBUILD (from rev 149900, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 13:31:54 UTC (rev 149901)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+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=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')

Copied: fcitx-kkc/repos/community-staging-x86_64/fcitx-kkc.install (from rev 149900, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-staging-x86_64/fcitx-kkc.install	                        (rev 0)
+++ community-staging-x86_64/fcitx-kkc.install	2015-12-07 13:31:54 UTC (rev 149901)
@@ -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