[arch-commits] Commit in fcitx5-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 14 18:14:36 UTC 2020


    Date: Thursday, May 14, 2020 @ 18:14:35
  Author: felixonmars
Revision: 627963

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
    (from rev 627962, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 18:14:20 UTC (rev 627962)
+++ PKGBUILD	2020-05-14 18:14:35 UTC (rev 627963)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-qt
-pkgver=0.0.0.20200513
-_commit=8f81755cab2f42eeb93e816ee609257258ee957c
-pkgrel=1
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt"
-license=('GPL')
-depends=('fcitx5' 'qt5-x11extras')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz")
-sha512sums=('4d58532ffda4cfc1c82ec0bfa26d968b143de0e26348d94bfac7fff7892dd80796b66ea82f609860b24e53ae0d97b10bd4bd7b9117dd1b0d3e0352d9e3d20f0b')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DENABLE_QT4=0 .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 627962, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 18:14:35 UTC (rev 627963)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20200514
+_commit=b7bdd8aec2dcb44dc792fedec89d67be0c527ca1
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt"
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz")
+sha512sums=('4690b4864e90b55d07d1e1d734100182c149095ca485ea7aeb9691d4d4d21c5a9ac1f54f4c412b4e085556e08086eda50554964ea37b2ce5ce7c9b0c1ccf0567')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list