[arch-commits] Commit in fcitx-qt5/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Sun May 18 17:27:30 UTC 2014
Date: Sunday, May 18, 2014 @ 19:27:30
Author: fyan
Revision: 111437
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
fcitx-qt5/repos/community-testing-i686/
fcitx-qt5/repos/community-testing-i686/PKGBUILD
(from rev 111436, fcitx-qt5/trunk/PKGBUILD)
fcitx-qt5/repos/community-testing-x86_64/
fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 111436, fcitx-qt5/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 111436, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-18 17:27:30 UTC (rev 111437)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-qt5
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'qt5-base')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make install DESTDIR="${pkgdir}"
+}
+
+sha512sums=('e1e9ca1eab6515dab33be3632136d2f4bb1779b5995f19f8767bdb3422074e1e73d7ff412838f490164ebb4db1d84db28e16e39cdd67d115da244709480c4048')
Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 111436, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-05-18 17:27:30 UTC (rev 111437)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-qt5
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'qt5-base')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make install DESTDIR="${pkgdir}"
+}
+
+sha512sums=('e1e9ca1eab6515dab33be3632136d2f4bb1779b5995f19f8767bdb3422074e1e73d7ff412838f490164ebb4db1d84db28e16e39cdd67d115da244709480c4048')
More information about the arch-commits
mailing list