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

Felix Yan fyan at nymeria.archlinux.org
Tue Feb 19 05:47:34 UTC 2013


    Date: Tuesday, February 19, 2013 @ 06:47:33
  Author: fyan
Revision: 84471

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

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

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   31 ++++++++++++++++++++++++
 community-staging-i686/fcitx-unikey.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD             |   31 ++++++++++++++++++++++++
 community-staging-x86_64/fcitx-unikey.install |   11 ++++++++
 4 files changed, 84 insertions(+)

Copied: fcitx-unikey/repos/community-staging-i686/PKGBUILD (from rev 84470, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-19 05:47:33 UTC (rev 84471)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.0
+pkgrel=2
+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://fcitx.googlecode.com/files/${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 ..
+    make
+}
+
+package ()
+{
+    cd "$srcdir/${pkgname}-${pkgver}/build"
+    make DESTDIR="${pkgdir}" install
+}
+md5sums=('f1ffd6c8439e4d277eace994052d91da')

Copied: fcitx-unikey/repos/community-staging-i686/fcitx-unikey.install (from rev 84470, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-staging-i686/fcitx-unikey.install	                        (rev 0)
+++ community-staging-i686/fcitx-unikey.install	2013-02-19 05:47:33 UTC (rev 84471)
@@ -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-staging-x86_64/PKGBUILD (from rev 84470, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-19 05:47:33 UTC (rev 84471)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.0
+pkgrel=2
+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://fcitx.googlecode.com/files/${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 ..
+    make
+}
+
+package ()
+{
+    cd "$srcdir/${pkgname}-${pkgver}/build"
+    make DESTDIR="${pkgdir}" install
+}
+md5sums=('f1ffd6c8439e4d277eace994052d91da')

Copied: fcitx-unikey/repos/community-staging-x86_64/fcitx-unikey.install (from rev 84470, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-staging-x86_64/fcitx-unikey.install	                        (rev 0)
+++ community-staging-x86_64/fcitx-unikey.install	2013-02-19 05:47:33 UTC (rev 84471)
@@ -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