[arch-commits] Commit in fcitx5-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 19 10:44:19 UTC 2020
Date: Sunday, April 19, 2020 @ 10:44:18
Author: felixonmars
Revision: 616461
archrelease: copy trunk to community-x86_64
Added:
fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 616460, 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-04-19 10:44:11 UTC (rev 616460)
+++ PKGBUILD 2020-04-19 10:44:18 UTC (rev 616461)
@@ -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.20200404
-_commit=366aed59710cf79f11a630adba11f650fc0bff0f
-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=('a799de8589589f05e671660b4368eb639cfdb26bde28a99fc7bac9aedcf0df0bfd56943ffb5220d577533948197d9572bc6df166fcf8dd6c88684dcab8dc1f1b')
-
-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 616460, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-19 10:44:18 UTC (rev 616461)
@@ -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.20200419
+_commit=5f5192f87b00973d2efac298bd53f56516a3b602
+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=('1d977fdca86fdcddc31f7c49d5720d4ee96d54fbf584876bbeb38fda1620e7bdee394a60fe7baf3117c5a20d1c36b4609521fa6e3bc8727040e8b4e0e1042f9b')
+
+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