[arch-commits] Commit in fcitx-qt5/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Jan 16 04:13:36 UTC 2015


    Date: Friday, January 16, 2015 @ 05:13:36
  Author: fyan
Revision: 125978

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 125977, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
    (from rev 125977, fcitx-qt5/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 125977, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-01-16 04:13:36 UTC (rev 125978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.0.0
+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=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
+
+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}"
+}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 125977, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-01-16 04:13:36 UTC (rev 125978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.0.0
+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=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
+
+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}"
+}



More information about the arch-commits mailing list