[arch-commits] Commit in fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 3 12:44:53 UTC 2020
Date: Monday, August 3, 2020 @ 12:44:52
Author: felixonmars
Revision: 668280
archrelease: copy trunk to community-x86_64
Added:
fcitx5/repos/community-x86_64/PKGBUILD
(from rev 668278, fcitx5/trunk/PKGBUILD)
Deleted:
fcitx5/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-03 12:44:45 UTC (rev 668279)
+++ PKGBUILD 2020-08-03 12:44:52 UTC (rev 668280)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5
-pkgver=0.0.0.20200802.1
-_commit=342260563437a1a8c191d791bea06864ade34992
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5"
-license=('GPL')
-conflicts=('fcitx')
-groups=('fcitx5-im')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
- https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('95d76c0c95c9536d047a70502327f8c10147e8a04ff0242cceaaaf3bf9b3a5742a42bab22719c69dbd8bef1ad3ff22a2b6f31c45e0362ec5e96df9a0fd40f584'
- '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
- cd $pkgname-$_commit/src/modules/spell/dict
- ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-check() {
- cd $pkgname-$_commit
- make test
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 668278, fcitx5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-03 12:44:52 UTC (rev 668280)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5
+pkgver=0.0.0.20200803
+_commit=158d132cdcf9911efab3a5ba02ceb995ba3acc41
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5"
+license=('GPL')
+conflicts=('fcitx')
+groups=('fcitx5-im')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
+ https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('c11c1e10b1cc4fa83d1f907c1b8e74ee32d8730dc84c95ee7b69f3ddca1708703478e92ae4696d5a762030d7e333e2fb1c57abc72971e2ec9c7d36980b3dc831'
+ '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+ cd $pkgname-$_commit/src/modules/spell/dict
+ ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+check() {
+ cd $pkgname-$_commit
+ make test
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list