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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 02:26:28 UTC 2017


    Date: Thursday, February 9, 2017 @ 02:26:27
  Author: felixonmars
Revision: 211329

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 56 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-09 02:25:56 UTC (rev 211328)
+++ community-i686/PKGBUILD	2017-02-09 02:26:27 UTC (rev 211329)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-qt5
-pkgver=1.0.6
-pkgrel=3
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.8.0')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('ea816a3bc324b838d77d7ee67a05853f7f07cbc3c0c1e0a3809fe72084f7e0db8e98623499299712b8b496922e46acb06cf3a1cbd3ff2ef1de92ca5a74d540da'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-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-i686/PKGBUILD (from rev 211328, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-09 02:26:27 UTC (rev 211329)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.8.0')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-09 02:25:56 UTC (rev 211328)
+++ community-x86_64/PKGBUILD	2017-02-09 02:26:27 UTC (rev 211329)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-qt5
-pkgver=1.0.6
-pkgrel=3
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.8.0')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('ea816a3bc324b838d77d7ee67a05853f7f07cbc3c0c1e0a3809fe72084f7e0db8e98623499299712b8b496922e46acb06cf3a1cbd3ff2ef1de92ca5a74d540da'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-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-x86_64/PKGBUILD (from rev 211328, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-09 02:26:27 UTC (rev 211329)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.8.0')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list