[arch-commits] Commit in fcitx5-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 20 20:16:42 UTC 2020
Date: Friday, March 20, 2020 @ 20:16:42
Author: felixonmars
Revision: 602055
archrelease: copy trunk to community-x86_64
Added:
fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 602054, 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-03-20 20:16:27 UTC (rev 602054)
+++ PKGBUILD 2020-03-20 20:16:42 UTC (rev 602055)
@@ -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.20200320
-_commit=7e9d38123736334559ce1f24f969d55fa01eb893
-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=('cb9ba0034c45aaf28feafab22aaf697c512299fde99a9cec753d216e4cf79c2553a1c68423d72aad776dfcb890d7296737dc80845922945eec0bcf99cdd70d28')
-
-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 602054, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-20 20:16:42 UTC (rev 602055)
@@ -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.20200321
+_commit=d019d90d128dac115f0f39908e13e6ef70139c5a
+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=('781c14f6fb814a315fde9a72230f69fdbc419e557ef2e2260fc8e563270d6198a41660c1fe28374017e66644145d4ca31a80b9ff37112b93b297d613841307e9')
+
+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