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

Felix Yan felixonmars at archlinux.org
Wed May 20 09:05:36 UTC 2020


    Date: Wednesday, May 20, 2020 @ 09:05:35
  Author: felixonmars
Revision: 630580

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-unikey/repos/community-x86_64/PKGBUILD
    (from rev 630578, 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-05-20 09:05:33 UTC (rev 630579)
+++ PKGBUILD	2020-05-20 09:05:35 UTC (rev 630580)
@@ -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.20200516
-_commit=f9fb8615ee9cfb3cb1847c12d1efc2e8b7eec7ec
-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=('57b4a63f24263aef2415e83422f178c92cacd0fb3c5bbc6a8dc9cda3eaca6c0f86282b4cd942f6e599d48a55b460a6eb7e6fb804304b83e07770f286732ed908')
-
-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 630578, fcitx5-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 09:05:35 UTC (rev 630580)
@@ -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.20200520
+_commit=b415ba1c41db74700cb26a418a5ce2c684795ecb
+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=('17231afccf1ddab905a7abf2eacb56e911dc38b21299d5fe77541ae46faaa4103f9f970919627d31957558bc04e9f7154bbf70b4d1a81ffb3413728b15234ebb')
+
+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