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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 09:44:04 UTC 2013


    Date: Monday, July 1, 2013 @ 11:44:04
  Author: fyan
Revision: 93309

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 93308, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-testing-i686/fcitx-unikey.install
    (from rev 93308, fcitx-unikey/trunk/fcitx-unikey.install)
  fcitx-unikey/repos/community-testing-x86_64/
  fcitx-unikey/repos/community-testing-x86_64/PKGBUILD
    (from rev 93308, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-testing-x86_64/fcitx-unikey.install
    (from rev 93308, fcitx-unikey/trunk/fcitx-unikey.install)

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

Copied: fcitx-unikey/repos/community-testing-i686/PKGBUILD (from rev 93308, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 09:44:04 UTC (rev 93309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.7')
+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 "$srcdir/${pkgname}-${pkgver}"
+    mkdir -p build
+    cd build
+    
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+    make
+}
+
+package ()
+{
+    cd "$srcdir/${pkgname}-${pkgver}/build"
+    make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('8349623c196ec7c4e48e64d07ef551a308f71f2bfc09fcd320bb02854a77370169b94131750dfcf065dd2a9c734c86048f482d0d2f0b210a1834ab77ea3bf1aa')

Copied: fcitx-unikey/repos/community-testing-i686/fcitx-unikey.install (from rev 93308, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-testing-i686/fcitx-unikey.install	                        (rev 0)
+++ community-testing-i686/fcitx-unikey.install	2013-07-01 09:44:04 UTC (rev 93309)
@@ -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 93308, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 09:44:04 UTC (rev 93309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.7')
+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 "$srcdir/${pkgname}-${pkgver}"
+    mkdir -p build
+    cd build
+    
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+    make
+}
+
+package ()
+{
+    cd "$srcdir/${pkgname}-${pkgver}/build"
+    make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('8349623c196ec7c4e48e64d07ef551a308f71f2bfc09fcd320bb02854a77370169b94131750dfcf065dd2a9c734c86048f482d0d2f0b210a1834ab77ea3bf1aa')

Copied: fcitx-unikey/repos/community-testing-x86_64/fcitx-unikey.install (from rev 93308, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-testing-x86_64/fcitx-unikey.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-unikey.install	2013-07-01 09:44:04 UTC (rev 93309)
@@ -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