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

Felix Yan fyan at nymeria.archlinux.org
Mon Oct 14 08:45:50 UTC 2013


    Date: Monday, October 14, 2013 @ 10:45:50
  Author: fyan
Revision: 98579

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

Added:
  fcitx-unikey/repos/community-i686/PKGBUILD
    (from rev 98578, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
    (from rev 98578, fcitx-unikey/trunk/fcitx-unikey.install)
  fcitx-unikey/repos/community-x86_64/PKGBUILD
    (from rev 98578, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install
    (from rev 98578, 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                             |   68 ++++++++++++++++++++++++++++++++
 /fcitx-unikey.install                 |   22 ++++++++++
 community-i686/PKGBUILD               |   31 --------------
 community-i686/fcitx-unikey.install   |   11 -----
 community-x86_64/PKGBUILD             |   31 --------------
 community-x86_64/fcitx-unikey.install |   11 -----
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-14 08:44:35 UTC (rev 98578)
+++ community-i686/PKGBUILD	2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,31 +0,0 @@
-# $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')

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 98578, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-14 08:45:50 UTC (rev 98579)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.2
+pkgrel=2
+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
+
+  # Fix desc missing problem
+  install -Dm644 ../src/fcitx-unikey.desc "$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc"
+}
+
+sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Deleted: community-i686/fcitx-unikey.install
===================================================================
--- community-i686/fcitx-unikey.install	2013-10-14 08:44:35 UTC (rev 98578)
+++ community-i686/fcitx-unikey.install	2013-10-14 08:45:50 UTC (rev 98579)
@@ -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 98578, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-i686/fcitx-unikey.install	                        (rev 0)
+++ community-i686/fcitx-unikey.install	2013-10-14 08:45:50 UTC (rev 98579)
@@ -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-10-14 08:44:35 UTC (rev 98578)
+++ community-x86_64/PKGBUILD	2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,31 +0,0 @@
-# $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')

Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 98578, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-14 08:45:50 UTC (rev 98579)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-unikey
+pkgver=0.2.2
+pkgrel=2
+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
+
+  # Fix desc missing problem
+  install -Dm644 ../src/fcitx-unikey.desc "$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc"
+}
+
+sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Deleted: community-x86_64/fcitx-unikey.install
===================================================================
--- community-x86_64/fcitx-unikey.install	2013-10-14 08:44:35 UTC (rev 98578)
+++ community-x86_64/fcitx-unikey.install	2013-10-14 08:45:50 UTC (rev 98579)
@@ -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 98578, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-x86_64/fcitx-unikey.install	                        (rev 0)
+++ community-x86_64/fcitx-unikey.install	2013-10-14 08:45:50 UTC (rev 98579)
@@ -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