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

Antonio Rojas arojas at archlinux.org
Sun Oct 8 20:55:56 UTC 2017


    Date: Sunday, October 8, 2017 @ 20:55:52
  Author: arojas
Revision: 262165

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

Added:
  fcitx-qt5/repos/community-staging-i686/
  fcitx-qt5/repos/community-staging-i686/PKGBUILD
    (from rev 262164, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-staging-x86_64/
  fcitx-qt5/repos/community-staging-x86_64/PKGBUILD
    (from rev 262164, fcitx-qt5/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: fcitx-qt5/repos/community-staging-i686/PKGBUILD (from rev 262164, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-08 20:55:52 UTC (rev 262165)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz")
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+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-staging-x86_64/PKGBUILD (from rev 262164, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-08 20:55:52 UTC (rev 262165)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz")
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+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