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

Felix Yan felixonmars at archlinux.org
Sun May 24 17:19:22 UTC 2020


    Date: Sunday, May 24, 2020 @ 17:19:21
  Author: felixonmars
Revision: 633015

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
    (from rev 633014, 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-24 17:19:05 UTC (rev 633014)
+++ PKGBUILD	2020-05-24 17:19:21 UTC (rev 633015)
@@ -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.20200516
-_commit=128066eeee806c1f235fe810670f1aec6d6c43c8
-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=('1a87655f2105434451c250dd2de910eab77dd8b704b9ec812125bfdc4f34ed5ca6e96df3c19a6715ff9fb8269ab4c7aaa989b5691ba06e6b3679bf7d72ae5d8e')
-
-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 633014, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-24 17:19:21 UTC (rev 633015)
@@ -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.20200524
+_commit=616a1735025468dd4ed5cd62baf928a28011183e
+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=('49d00e5cc581394ab0de555cad6e4c647c272d881cebf8260d62c4548ab738f58869e252188f21246bfad3dc324aadda4cdba2da8b72d2ed7f38f335324c4b03')
+
+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