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

Felix Yan fyan at archlinux.org
Wed Apr 27 17:14:30 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:14:30
  Author: fyan
Revision: 172109

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

Added:
  fcitx-unikey/repos/community-i686/PKGBUILD
    (from rev 172108, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-x86_64/PKGBUILD
    (from rev 172108, fcitx-unikey/trunk/PKGBUILD)
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                             |   54 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   28 ----------------
 community-i686/fcitx-unikey.install   |   11 ------
 community-x86_64/PKGBUILD             |   28 ----------------
 community-x86_64/fcitx-unikey.install |   11 ------
 5 files changed, 54 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 17:13:39 UTC (rev 172108)
+++ community-i686/PKGBUILD	2016-04-27 17:14:30 UTC (rev 172109)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-unikey
-pkgver=0.2.5
-pkgrel=2
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt4')
-install=fcitx-unikey.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
-
-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
-}

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 172108, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:14:30 UTC (rev 172109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.5
+pkgrel=3
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
+
+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
+}

Deleted: community-i686/fcitx-unikey.install
===================================================================
--- community-i686/fcitx-unikey.install	2016-04-27 17:13:39 UTC (rev 172108)
+++ community-i686/fcitx-unikey.install	2016-04-27 17:14:30 UTC (rev 172109)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 17:13:39 UTC (rev 172108)
+++ community-x86_64/PKGBUILD	2016-04-27 17:14:30 UTC (rev 172109)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-unikey
-pkgver=0.2.5
-pkgrel=2
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt4')
-install=fcitx-unikey.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
-
-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
-}

Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 172108, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:14:30 UTC (rev 172109)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.5
+pkgrel=3
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
+sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
+
+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
+}

Deleted: community-x86_64/fcitx-unikey.install
===================================================================
--- community-x86_64/fcitx-unikey.install	2016-04-27 17:13:39 UTC (rev 172108)
+++ community-x86_64/fcitx-unikey.install	2016-04-27 17:14:30 UTC (rev 172109)
@@ -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
-}



More information about the arch-commits mailing list