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

Felix Yan felixonmars at archlinux.org
Wed Mar 25 13:04:22 UTC 2020


    Date: Wednesday, March 25, 2020 @ 13:04:22
  Author: felixonmars
Revision: 604089

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-25 13:04:14 UTC (rev 604088)
+++ PKGBUILD	2020-03-25 13:04:22 UTC (rev 604089)
@@ -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-unikey
-pkgver=0.0.0.20200308
-_commit=bb8da0959ec97e04407bb6eb2224e91ee77f5d9b
-pkgrel=1
-pkgdesc="Unikey engine support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-unikey"
-license=('GPL')
-depends=('fcitx5-qt')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz")
-sha512sums=('52637716bb76ce8abf3a52f47f34e474944d434e6fb74cad435c401d04693a69c071d5a8e7f9f661f5903a0edc56b21ab7d3cf7c594d6a993384cc636163b018')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-unikey/repos/community-x86_64/PKGBUILD (from rev 604088, fcitx5-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-25 13:04:22 UTC (rev 604089)
@@ -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-unikey
+pkgver=0.0.0.20200325
+_commit=61b854f6723aba4f9356a6a08794f42b3d707ad5
+pkgrel=1
+pkgdesc="Unikey engine support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-unikey"
+license=('GPL')
+depends=('fcitx5-qt')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz")
+sha512sums=('be78410271a44bd17d22c545498e938b4afae0809452ca4e2adad5ed9eb1d45148df08a929773222612727cd84d4a9853ecae3fc81eb6755520b23dd3a5c5bd5')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list