[arch-commits] Commit in fcitx-unikey/repos (8 files)
Felix Yan
fyan at archlinux.org
Mon Sep 7 02:29:42 UTC 2015
Date: Monday, September 7, 2015 @ 04:29:42
Author: fyan
Revision: 139427
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-unikey/repos/community-i686/PKGBUILD
(from rev 139426, fcitx-unikey/trunk/PKGBUILD)
fcitx-unikey/repos/community-i686/fcitx-unikey.install
(from rev 139426, fcitx-unikey/trunk/fcitx-unikey.install)
fcitx-unikey/repos/community-x86_64/PKGBUILD
(from rev 139426, fcitx-unikey/trunk/PKGBUILD)
fcitx-unikey/repos/community-x86_64/fcitx-unikey.install
(from rev 139426, 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 | 56 ++++++++++++++++++++++++++++++++
/fcitx-unikey.install | 22 ++++++++++++
community-i686/PKGBUILD | 29 ----------------
community-i686/fcitx-unikey.install | 11 ------
community-x86_64/PKGBUILD | 29 ----------------
community-x86_64/fcitx-unikey.install | 11 ------
6 files changed, 78 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-i686/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-unikey
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-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 ${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
-}
-
-sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')
Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 139426, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.5
+pkgrel=1
+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
+}
Deleted: community-i686/fcitx-unikey.install
===================================================================
--- community-i686/fcitx-unikey.install 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-i686/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -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 139426, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -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 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-x86_64/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-unikey
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-depends=('fcitx')
-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 ${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
-}
-
-sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')
Copied: fcitx-unikey/repos/community-x86_64/PKGBUILD (from rev 139426, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-unikey
+pkgver=0.2.5
+pkgrel=1
+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
+}
Deleted: community-x86_64/fcitx-unikey.install
===================================================================
--- community-x86_64/fcitx-unikey.install 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-x86_64/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -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 139426, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-x86_64/fcitx-unikey.install (rev 0)
+++ community-x86_64/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -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