[arch-commits] Commit in fcitx-unikey/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 12:47:09 UTC 2015
Date: Monday, December 7, 2015 @ 13:47:08
Author: foutrelis
Revision: 149833
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 149832, fcitx-unikey/trunk/PKGBUILD)
fcitx-unikey/repos/community-staging-i686/fcitx-unikey.install
(from rev 149832, fcitx-unikey/trunk/fcitx-unikey.install)
fcitx-unikey/repos/community-staging-x86_64/
fcitx-unikey/repos/community-staging-x86_64/PKGBUILD
(from rev 149832, fcitx-unikey/trunk/PKGBUILD)
fcitx-unikey/repos/community-staging-x86_64/fcitx-unikey.install
(from rev 149832, fcitx-unikey/trunk/fcitx-unikey.install)
-----------------------------------------------+
community-staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++
community-staging-i686/fcitx-unikey.install | 11 +++++++++
community-staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++
community-staging-x86_64/fcitx-unikey.install | 11 +++++++++
4 files changed, 78 insertions(+)
Copied: fcitx-unikey/repos/community-staging-i686/PKGBUILD (from rev 149832, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 12:47:08 UTC (rev 149833)
@@ -0,0 +1,28 @@
+# $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-staging-i686/fcitx-unikey.install (from rev 149832, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-staging-i686/fcitx-unikey.install (rev 0)
+++ community-staging-i686/fcitx-unikey.install 2015-12-07 12:47:08 UTC (rev 149833)
@@ -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 149832, fcitx-unikey/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 12:47:08 UTC (rev 149833)
@@ -0,0 +1,28 @@
+# $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-staging-x86_64/fcitx-unikey.install (from rev 149832, fcitx-unikey/trunk/fcitx-unikey.install)
===================================================================
--- community-staging-x86_64/fcitx-unikey.install (rev 0)
+++ community-staging-x86_64/fcitx-unikey.install 2015-12-07 12:47:08 UTC (rev 149833)
@@ -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