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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 16 16:15:48 UTC 2013


    Date: Tuesday, July 16, 2013 @ 18:15:47
  Author: fyan
Revision: 94198

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

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

---------------------------------------+
 /PKGBUILD                             |   62 ++++++++++++++++++++++++++++++++
 /fcitx-unikey.install                 |   22 +++++++++++
 community-i686/PKGBUILD               |   32 ----------------
 community-i686/fcitx-unikey.install   |   11 -----
 community-x86_64/PKGBUILD             |   32 ----------------
 community-x86_64/fcitx-unikey.install |   11 -----
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-16 16:14:01 UTC (rev 94197)
+++ community-i686/PKGBUILD	2013-07-16 16:15:47 UTC (rev 94198)
@@ -1,32 +0,0 @@
-# $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-i686/PKGBUILD (from rev 94197, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-16 16:15:47 UTC (rev 94198)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.8')
+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=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Deleted: community-i686/fcitx-unikey.install
===================================================================
--- community-i686/fcitx-unikey.install	2013-07-16 16:14:01 UTC (rev 94197)
+++ community-i686/fcitx-unikey.install	2013-07-16 16:15:47 UTC (rev 94198)
@@ -1,11 +0,0 @@
-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-i686/fcitx-unikey.install (from rev 94197, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-i686/fcitx-unikey.install	                        (rev 0)
+++ community-i686/fcitx-unikey.install	2013-07-16 16:15:47 UTC (rev 94198)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-16 16:14:01 UTC (rev 94197)
+++ community-x86_64/PKGBUILD	2013-07-16 16:15:47 UTC (rev 94198)
@@ -1,32 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 94197, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-16 16:15:47 UTC (rev 94198)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.8')
+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=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Deleted: community-x86_64/fcitx-unikey.install
===================================================================
--- community-x86_64/fcitx-unikey.install	2013-07-16 16:14:01 UTC (rev 94197)
+++ community-x86_64/fcitx-unikey.install	2013-07-16 16:15:47 UTC (rev 94198)
@@ -1,11 +0,0 @@
-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-x86_64/fcitx-unikey.install (from rev 94197, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-x86_64/fcitx-unikey.install	                        (rev 0)
+++ community-x86_64/fcitx-unikey.install	2013-07-16 16:15:47 UTC (rev 94198)
@@ -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