[arch-commits] Commit in fcitx5-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 27 11:11:18 UTC 2020
Date: Wednesday, May 27, 2020 @ 11:11:18
Author: felixonmars
Revision: 635903
archrelease: copy trunk to community-x86_64
Added:
fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 635902, 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-27 11:11:01 UTC (rev 635902)
+++ PKGBUILD 2020-05-27 11:11:18 UTC (rev 635903)
@@ -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.20200526
-_commit=1f3d4862c7a1767a08b67988d39adb1fbfd2423b
-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=('299ce3ee5f8eb5051219d19d4163d3b87972b92092379cca662f614e914bd21fa708ff19e1943c07fb8996ac2be7c0c545710f05dfadd96c80f4bad7e4180b8d')
-
-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 635902, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-27 11:11:18 UTC (rev 635903)
@@ -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.20200527
+_commit=b8a4eb2ddabb8b8f5ac0a7a25dbf98d224c94958
+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=('5521fa4265d27eb40ce3ff1d3e46906b1bbc83510750c7f33e2985cb9cef233715d125ae2ef39a352103ec0ab255d2828310efdae8bddce379c0281564fd7e88')
+
+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