[arch-commits] Commit in fcitx5-chewing/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 25 13:01:39 UTC 2020
Date: Wednesday, March 25, 2020 @ 13:01:34
Author: felixonmars
Revision: 604075
archrelease: copy trunk to community-x86_64
Added:
fcitx5-chewing/repos/community-x86_64/PKGBUILD
(from rev 604074, fcitx5-chewing/trunk/PKGBUILD)
Deleted:
fcitx5-chewing/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-25 13:01:24 UTC (rev 604074)
+++ PKGBUILD 2020-03-25 13:01:34 UTC (rev 604075)
@@ -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-chewing
-pkgver=0.0.0.20200213
-_commit=76498e26001ee2175af32ed43e83e0f1900dd92a
-pkgrel=1
-pkgdesc="Chewing Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chewing"
-license=('GPL')
-depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz")
-sha512sums=('85c88a9b46a36865a276977c40db75cb8c3df8de6c0effdce7e9f5d231509af3e1799a37d9bfe9d510ff7442bcb2a3dd7b0130d4965e821a23e6184966f81d51')
-
-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-chewing/repos/community-x86_64/PKGBUILD (from rev 604074, fcitx5-chewing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-25 13:01:34 UTC (rev 604075)
@@ -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-chewing
+pkgver=0.0.0.20200325
+_commit=68538c5cc6a86ac80e4c89972020e75764bed2b9
+pkgrel=1
+pkgdesc="Chewing Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chewing"
+license=('GPL')
+depends=('fcitx5' 'libchewing')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz")
+sha512sums=('8310a0af53439d552934b01f8aca043969365217f81e6372a9ed2ecc91c93138c034c2ec7bd94d1b97fa358df231266cc35f765b9fa79ceefe0d17a09de6d716')
+
+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