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

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:35:58 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:35:58
  Author: fyan
Revision: 111445

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

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

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

Copied: fcitx-unikey/repos/community-testing-i686/PKGBUILD (from rev 111444, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-05-18 17:35:58 UTC (rev 111445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+install=fcitx-unikey.install
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')

Copied: fcitx-unikey/repos/community-testing-i686/fcitx-unikey.install (from rev 111444, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-testing-i686/fcitx-unikey.install	                        (rev 0)
+++ community-testing-i686/fcitx-unikey.install	2014-05-18 17:35:58 UTC (rev 111445)
@@ -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-unikey/repos/community-testing-x86_64/PKGBUILD (from rev 111444, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-05-18 17:35:58 UTC (rev 111445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+install=fcitx-unikey.install
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')

Copied: fcitx-unikey/repos/community-testing-x86_64/fcitx-unikey.install (from rev 111444, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-testing-x86_64/fcitx-unikey.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-unikey.install	2014-05-18 17:35:58 UTC (rev 111445)
@@ -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