[arch-commits] Commit in fcitx5-unikey/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 4 06:55:41 UTC 2020
Date: Thursday, June 4, 2020 @ 06:55:40
Author: felixonmars
Revision: 638672
archrelease: copy trunk to community-x86_64
Added:
fcitx5-unikey/repos/community-x86_64/PKGBUILD
(from rev 638671, 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-06-04 06:55:19 UTC (rev 638671)
+++ PKGBUILD 2020-06-04 06:55:40 UTC (rev 638672)
@@ -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.20200527
-_commit=6ac09e75c1d86ed78df2ca5c2833dea364ced654
-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=('1e20d64fec566aa2ea2348cb3dc466f71faa3a71e76feaf1e97a043a4cfafa6750692c7bb170e33af2a46f74454bac56da872d7d3b9790e8d1a24d9d569b13ee')
-
-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 638671, fcitx5-unikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-04 06:55:40 UTC (rev 638672)
@@ -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.20200527
+_commit=6ac09e75c1d86ed78df2ca5c2833dea364ced654
+pkgrel=2
+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=('1e20d64fec566aa2ea2348cb3dc466f71faa3a71e76feaf1e97a043a4cfafa6750692c7bb170e33af2a46f74454bac56da872d7d3b9790e8d1a24d9d569b13ee')
+
+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